Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
== 2.0.6: 2012-12-29
Video support release!
=== Improvements
==== rabbit-slide
* Supported Ustream.
* Supported Vimeo.
* Use slide ID instead of slide title for SlideShare URL.
[Patch by Masafumi Yokoyama]
* Added change command that changes the current configuration.
==== Documentation
* Added a documentation about how to use image in RD format.
[Added by hokkai7go]
==== rabbit
* Supported PDF file detection by extension.
* [incompatible] Changed PDF page number origin from 0-origin to 1-origin
when PDF is used as image. Because PDF uses 1-origin.
* [experimental] Supported video embed in slide.
[Patch by Narihiro Nakamura]
* Text shadow is closed to the original text.
==== rabbit-theme-manager
* Removed because it is needless.
=== Fixes
==== rabbit
* Don't handle .rabbit directory as a file that describes rabbit
run options. [Reported by Koichi Akabe]
=== Thanks
* Masafumi Yokoyama
* Koichi Akabe
* hokkai7go
* Narihiro Nakamura
== 2.0.5: 2012-09-14
A bug fix release.
=== Fixes
==== Theme
* Fixed a bug that resized image isn't drawn
[rabbit-shocker:1057] [Reported by znz]
=== Thanks
* znz
== 2.0.4: 2012-09-12
A bug fix release.
=== Improvements
==== rabbit-slide
* --title is used for generated slide title.
[Reported by znz]
==== Theme
* Increased quote image resolution.
=== Fixes
==== rabbit-slide
* Fixed a bug that rake publish:slideshare doesn't work. The task
publishes your slide to SlideShare.
[GitHub#8] [Patch by myokoym]
==== Theme
* Fix a bug that image reflection doesnt' work.
=== Thanks
* znz
* myokoym
== 2.0.3: 2012-09-10
This release improves block quote style.
=== Improvements
==== All
* Changed user group id to "rabbit-shocker".
* Changed user group name to "Rabbit Shocker".
* Added rabbit.gemspec to gem.
==== rabbit
* Supported gzip-ed Dia file. [Reported by okkez]
* Changed Dia file backend to SVG.
* Changed the default PDF size to 360mm,270mm that is 4:3 ratio from
A4 landscape.
==== rabbit-slide
* Supported slide ID on SlideShare saving.
* Supported slide ID on Speaker Deck saving.
* Changed PDF file name to "#{slide ID}-#{slide base name}.pdf".
==== rabbit-theme
* Changed to generate PDFs of theme benchmark slide for all
available locales (English and Japanese).
==== Theme
* Supported Rabbit::Format::Size as indent value.
* Supported foreground color of image caption change.
* title-on-image-toolkit: Added background of title.
* default-block-quote:
* Deprecated @block_quote_image_max_width. Use
@block_quote_image_width instead.
* Supported image instead of line as frame.
* Reduced font size for title of cited content.
* Enabled quoted text justification.
* Supported avatar.
* clear-blue:
* Added indentation to the first paragraph in block quote.
* Changed to use image instead of line as frame.
* color-circle-block-quote:
* Changed to use image instead of line as frame.
* rabbit-block-quote:
* Changed to use image instead of line as frame.
==== Documentation
* Updated install document by Homebrew. [Updated by hokkai7go]
=== Fixes
==== rabbit-slide
* Fixed slide URL on slide.rabbit-shocker.org.
==== rabbit-theme
* Fixed slide URL on theme.rabbit-shocker.org.
=== Thanks
* hokkai7go
* okkez
== 2.0.2: 2012-09-02
This release improves slide management feature and theme management
feature.
They don't have backward compatibility. You need to upgrade slides and
themes generated by Rabbit 2.0.1 or earlier by manual. You need to
change Rakefile and config.yaml. There are reference Rakefile and
config.yaml in the below change lists. There is no auto upgrade
feature.
=== Improvements
==== rabbit-slide
* Shotened Rakefile. (incompatible)
require "rabbit/task/slide"
Rabbit::Task::Slide.new
* Put all configuration to config.yaml. (incompatible)
---
id: theme-benchmark-en
base_name: theme-benchmark
tags:
- rabbit
presentation_date: 2012/09/02
version: 1.0.0
licenses:
- GPLv3+
- GFDL
- CC BY-SA 3.0
author:
markup_language: :rd
name: Kouhei Sutou
email: kou@cozmixng.org
rubygems_user: kou
slideshare_user: kou
speaker_deck_user: kou
* Supported lincenses.
* Supported .gitignore generation.
* Added PDF to gem.
==== rabbit-theme
* Shotened Rakefile. (incompatible)
require "rabbit/task/theme"
Rabbit::Task::Theme.new
* Put all configuration to config.yaml. (incompatible)
---
id: clear-blue
tags:
- rabbit
version: 1.0.0
licenses:
- GPLv3+
- GFDL
- CC BY-SA 3.0
author:
name: Kouhei Sutou
email: kou@cozmixng.org
rubygems_user: kou
* Supported lincenses.
* Supported .gitignore generation.
==== Theme
* default-title-text: Set bottom margin to "institution".
* default-title-text: Removed bottom margin of "content source".
* slide-number: Changed to use slide margin instead of the default margin.
=== Fixes
==== rabbit
* Fixed a bug that gem theme isn't searched.
==== Theme
* nari: Fixed a potential bug that headline may be centered.
== 2.0.1: 2012-08-31
A bug fix release.
=== Improvements
==== rabbit
* The slide source specified by command line is use rather than the
slide source specified by .rabbit.
=== Fixes
==== rabbit
* Fixed a bug that information window doesn't work.
[Fixed by Narihiro Nakamura]
* Fixed a bug that index mode doesn't work.
[Reported by Masaomi Hatakeyama]
* Fixed a bug that TeX formater doesn't work.
[Reported by Masaomi Hatakeyama]
=== THanks
* Narihiro Nakamura
* Masaomi Hatakeyama
== 2.0.0: 2012-08-29
Major version up!
Slides and themes can be shared. Both of them can be registered as gem
at RubyGems.org. If you specify a slide gem, ((%rabbit%)) command
installs and shows it automatically. If you specify a theme gem,
((%rabbit%)) command installs and uses it automatically.
A tool that publishes your slide to SlideShare with one command is
also added. You can share your slide more easily.
Some utilities such as RabbiRack and Rabbiter are splited as new
packages. You needed to install related libraries manually. Now, you
can install them automatically by installing those tools. It's easy to
install.
=== Improvements
==== rabbit
* Made gettext gem required library.
* Made rttool gem required library.
* Supported relative path image in slide that is specified as URL.
* Supported .rabbit file in the current directory. If the file exists,
command line arguments are read from the file.
* Supported a directory that has .rabbit as source file.
* Supported a slide that is published as gem.
* Supported a theme that is published as gem.
* Added --options-file option that reads command line arguments from
the specified file.
* Removed setup.rb.
* Removed obsoleted --druby-uri option.
* Removed the default image directory customization feature on
install. It's not neeed now.
* Used (({theme.rb})) as the Ruby script file for theme.
(({#{THEME_NAME}.rb})) is still available but it's obsoleted.
* Supported (({.})) as the special theme name. It uses a theme in
the current directory.
==== rabbit-slide
New feature. It provides the following slide related features.
* Scaffolds a new slide.
* Uploads a slide to RubyGems.org.
* Uploads a slide to SlideShare.
* Shows a slide easily.
* Generates a PDF easily.
==== rabbit-theme
New feature. It proves the following theme related features.
* Scaffolds a new theme.
* Uploads a theme to RubyGems.org.
* Shows a theme by benchmark slide.
* Generates a PDF easily.
==== Theme
* background-image-toolkit: Supported a background image specified by URL.
[Suggested by Youhei SASAKI]
* image-slide-number: Showed page number in flags by default.
* default: Enabled hare and tortoise by default.
=== Fixes
==== Documentation
* Fixed wrong description of numerical character reference.
[Reported by znz]
=== Changes
* Split up RabbiRack into rabbirack gem.
* Split up Rabbiter into rabbiter gem.
* Split up RabWii into rabwii gem.
* Split up theme benchmark slide to
rabbit-slide-rabbit-theme-benchmark-en gem.
=== Thanks
* znz
* Youhei SASAKI
|
|
|
|
|
|
|
|
Add cjpeg -rgb1 option to create an RGB JPEG file, and insert
a simple reversible color transform into the processing which
significantly improves the compression.
The recommended command for lossless coding of RGB images is now
cjpeg -rgb1 -block 1 -arithmetic.
As said, this option improves the compression significantly, but
the files are not compatible with JPEG decoders prior to IJG v9
due to the included color transform.
The used color transform and marker signaling is compatible with
other JPEG standards (e.g., JPEG-LS part 2).
Remove the automatic de-ANSI-fication support (Automake 1.12).
Add remark for jpeg_mem_dest() in jdatadst.c.
Support files with invalid component identifiers (created by Adobe PDF).
Adapt full buffer case in jcmainct.c for use with scaled DCT.
Add type identifier for declaration of noreturn functions.
Correct argument type in format string, avoid compiler warnings.
Add missing #include directives in configuration checks, avoid
configuration errors.
|
|
Version 1.7.43 (built with libpng-1.5.13 and zlib-1.2.7)
Added "remove(inname)" before "rename(outname, inname)" when using the "-ow"
option on CYGWIN/MinGW because "rename()" does not work if the target file
exists.
Use the bundled "zlib.h" when PNGCRUSH_H is defined, otherwise use the
system .
Version 1.7.42 (built with libpng-1.5.13 and zlib-1.2.7)
Use malloc() and free() instead of png_malloc_default() and
png_free_default(). This will be required to run with libpng-1.7.x.
Revised the PNG_ABORT definition in pngcrush.h to work with libpng-1.7.x.
Revised zutil.h to avoid redefining ptrdiff_t on MinGW/CYGWIN platforms.
|
|
Changes since the last public release (1.5.13):
Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7
Warn about the incorrect runtime library setting for VS2010 debug DLL builds.
Fixed build when using #define PNG_NO_READ_GAMMA in png_do_compose() in
pngrtran.c (Domani Hannes).
Check for png_ptr==NULL earlier in png_zalloc().
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
Rearranged building of ARM NEON optimizations. The ARM specific code is
split out entirely to the arm subdirectory and changes to configure.acand
Makefile.am to add new stuff are reduced. Now material code changes,
although for build test purposes, --enable-arm-neon now builds on non-ARM
systems.
Rebuilt Makefile.in, configure, etc., with autoconf-2.69 and automake-1.12.5.
Fixed cases of unquoted DESTDIR in Makefile.am
Fixed a minor bug in types to malloc and major bug in handling compressed
iTXt. Compressed iTXt could not be handled.
Cleaned up whitespace in the synopsis portion of the manpage "libpng.3"
Disassembled the version number in scripts/options.awk (necessary for
building on SunOs).
Fixed Windows build issues, enabled ARM compilation. Various warnings issued
by earlier versions of GCC fixed for Cygwin and Min/GW (which both use old
GCCs.) ARM support is enabled by default in zlib.props (unsupported by
Microsoft) and ARM compilation is made possible by deleting the check for
x86. The test programs cannot be run because they are not signed.
Fixed 'make distcheck' on SUN OS - libpng.so was not being removed
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
in configure.ac
De-configured build fixes to make a range of deconfiguration options (such
as switching off read or write support) work in more cases. Also upgraded
pngtest and pngvalid to the libpng 1.6 versions (with some modifications)
which provide more extensive testing. Replaced pngtest.png because pngtest
writes the ancillary chunks in a different order.
Check validity of "num_unknowns" parameter of png_set_unknown_chunks()
(Bug report from yuris).
Check the validity of the "nentries" parameter of png_set_sPLT() and the
"num_text" parameter of png_set_text_2().
|
|
|
|
Packaged for wip by myself, netcap, and othyro.
QComicBook is a viewer for comic book archives containing
jpeg/png/xpm/gif images, which aims at convenience and simplicity.
Features include: automatic decompression, full-screen mode,
two-pages viewing, Japanese mode, thumbnails view, page scaling,
mouse or keyboard navigation etc.
|
|
|
|
Packaged for wip by othyro.
A general purpose high-pass filter plugin. It shows up as
Filters->Generic->High Pass Filter. You can select a blur radius that sets the
size of detail to be passed by the filter, a contrast adjustment, as well as an
option to keep the source layer or replace it.
It actually implements 5 different high pass modes:
1. Colour - I think this is the same as photoshop's high pass filter effect.
2. Preserve DC - like colour, but adds the average image colour back in.
3. Greyscale - this desaturates the layer before high pass filtering.
4. Greyscale, Apply Chroma - as above, but blends it in with the source
layer colours
5. Redrobes - (named after the technique described by Redrobes)
|
|
|
|
|
|
Release 1.12.10 (2013-01-16 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
A heap of bug fixes everywhere, and the gradual completion of the MSAA
backend for cairo-gl. Perhaps the most noteworthy set of the bugfixes
was the crusage lead by Behdad Eshfabod to make font handling by
pango/cairo/fontconfig fully threadsafe. This testing revealed a couple
of races that needed fixing in Cairo's scaled-font and glyph cache.
Bug fixes
---------
Append coincident elements to the recording's surface bbtree so that
the list is not corrupted and the overlapping elements lost.
Fix cairo-trace to correctly record map-to-image/unmap-image and then
replay them.
Ignore MappingNotifies when running the XCB testsuite as they are sent
to all clients when the keyboard changes. The testsuite would detect
the unexpected event and complain.
Handle very large large images in the XCB backend.
Fix a memory leak in the xlib/shm layer, and prevent use of the SHM
surfaces after the display is closed.
https://bugs.freedesktop.org/show_bug.cgi
Handle resizing of bitmap fonts, in preparation for a fix to
fontconfig to correctly pass on the user request for scaling.
Always include subroutine 4 (hint replacement idion) when subsetting
type 1 fonts in order to prevent a crash in cgpdftops on Mac OS/X
Fix a couple of typos in the cairo-gobject.h header files for
introspection.
Prevent a mutex deadlock when freeing a scaled-glyph containing a
recording-surface that itself references another scaled-glyph.
https://bugs.freedesktop.org/show_bug.cgi?id=54950
Make scaled-font cache actually thread-safe and prevent
use-after-frees.
Restore support for older versions of XRender. A couple of typos and a
few forgotten chunks prevented the xlib compositor from running
correctly with XRender < 0.10. Note that there are still a few
regressions remaining.
|
|
Changelog:
Fix export resolution rounding issue (as in previous version it could be off-by-one)
Correctly set output dimension in exif instead of passing the raw resolution verbatim
Local average green eq. was fixed (it now works on high ISO images as well, and should no longer produce hot pixels)
Use ordered arrays in XMP files
Disable export parallelism for flickr/picasa export
Don't enter tethering mode when there is no camera attached (this made darktable look as if it was hung, even though that wasn't the case)
Bring back the pin for map thumbnails
Improved TIFF support
Vignetting now has a dithering option (to mitigate occasional banding)
Read Nikon subject distance properly
Assorted FreeBSD fixes
Various OpenCL fixes
Usermanual updates
Support for the following camera's with either preliminarily added or updated:
Canon EOS 6D
Canon PowerShot s110
Canon PowerShot g15
Canon PowerShot sx50 hs
Nikon 1 v2
Nikon D600
Nikon Coolpix P7700
Olympus E Pl5
Olympus E PM2
Olympus XZ 2
Panasonic DMC GH3
Panasonic DMC LX7
Pentax K5ii
Samsung EX2f
Sony RX1
Sony NEX 6
Sony SLT A99
Sony NEX c3 blackpoint/greenshift fix
White balance preset updates:
Canon EOS 550D
Canon EOS 5D Mark III
Olympus XZ 1
Sony NEX C3
Sony SLT A57
Sony nex 5N
Panasonic DMC GH3
|
|
|
|
|
|
|
|
2.6.2
* llrt: Make SPlot.to_gplot use parent's implementation
2.6.1
* TheKnight Fix bug in SPlot.to_gplot implementation.
|
|
Exact changes aren't available.
* Fix a small problem with 4bit resampling code.
|
|
Changelog:
2013.01.11 v.13.01.2
+ The Dutch translation was updated.
+ Bugfix: If file sync is cancelled it may be impossible to quit.
2013.01.03 v.13.01.1
+ Bugfix: The Grid Lines menu and keyboard toggle was not working.
|
|
|
|
|
|
|
|
|
|
CHANGES BETWEEN 2.4.10 and 2.4.11
I. IMPORTANT BUG FIXES
- Some vulnerabilities in the BDF implementation have been fixed.
Users of this font format should upgrade.
II. IMPORTANT CHANGES
- Subpixel hinting support has been contributed by Infinality,
based on Greg Hitchcock's whitepaper at
http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
Originally, it was a separate patch available from
http://www.infinality.net/blog/
and which has been integrated.
Note that ClearType support is not completely implemented! In
particular, full support for the options `compatible_widths',
`symmetrical_smoothing, and `bgr' (via the GETINFO bytecode
instruction) is missing.
Activation of subpixel hinting support can be controlled with
the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration option; it
is switched off by default. This feature is still experimental;
we welcome test reports!
- Support for OpenType collections (OTC) has been added.
- Pure CFF fonts within an SFNT wrapper are now supported.
III. MISCELLANEOUS
- Minor rendering improvements to the auto-hinter.
- `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
- Experimental support to handle `property modules', for example
to control the behaviour of the auto-hinter. The API consists
of two new functions, `FT_Property_Set' and `FT_Property_Get'.
The code is still subject to change and should not be used for
production.
- The `ftdiff' demo program now supports UTF-8 encoded input files
for option `-f'.
- Using keys `r' and `R', you can now adjust the stroker radius in
the `ftview' demo program.
- Other, minor fixes and improvements.
|
|
|
|
xdot.py is an interactive viewer for graphs written in Graphviz's
dot language.
It uses internally the graphviz's xdot output format as an intermediate
format, and PyGTK and Cairo for rendering.
xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.
|
|
Changelog:
2013.01.01 v.13.01
+ The French, Catalan and Netherlands translations were updated.
+ Vertical menu/toolbar option for better utilization of wide monitors.
+ Gallery view: image size and date were added to the view.
+ Gallery view: mouse hover on thumbnail shows a popup metadata report.
+ Manage Collections: the UI has been reworked to make it easier to use.
+ Icons for all edit functions were added for use in the Favorites menu.
+ Gallery file selection: multiple images can be selected, inserted and
deleted, making re-arrangement of the sequence faster and easier.
+ Favorites menu: ignore small inadvertent drags from flying mouse
clicks which can cause accidental displacement of the menu entries.
+ Brightness histogram: add "overall" graph to existing R/G/B graphs.
+ Missing popup mini-explanations (tips) for some menus were added.
+ Bugfix: some metadata functions crashed if index file sync disabled.
2012.12.20 v.12.12.2
+ Bugfix: geotag latitude/longitude fractions were being truncated for
locales using a comma decimal point.
|
|
* Fix build on NetBSD current, repoted by dholland@
Fix NetBSD version conditional and link to libexecinfo
Changelog:
* More features
* 200 over bug fixes
|
|
|
|
|
|
PKGREVISION -> 11 for this and previous changes.
|
|
|
|
with the wrong (no) arguments.
|
|
|
|
handling that are using gcc are also using glibc. Might fix the Solaris
build.
XXX: looking inside FILE is gross, someone should sort this out
XXX: in collaboration with upstream.
|
|
|
|
|
|
|
|
|
|
|
|
* Pass LDFLAGS to CXX
|
|
|
|
|
|
|