imager.git
2013-04-19 Tony Cookupdate Changes
2013-04-08 Tony Cookchanges updates
2013-04-08 Tony Cookalso check individual files get version bumps on changes
2013-04-08 Tony Cook[rt #84106] document transform() vs bounding_box()
2013-04-08 Tony Cookuse SvPVbyte() where appropriate for i_io_*write()
2013-04-05 Tony Cook0.94_02 release v0.94_02
2013-04-03 Tony Cookupdate Changes to date
2013-04-03 Tony Cookenable the debug log for the standard font tests
2013-04-03 Tony Cookskip testing UTF-8 overloaded test on pre-5.8
2013-04-03 Tony CookTIFF: fix some format string/argument type mismatches
2013-04-03 Tony CookJPEG: fix some format string/argument type mismatches
2013-04-03 Tony CookFT2: fix some format string/argument type mismatches
2013-04-03 Tony Cookpre-5.10 perlio doesn't report read errors properly...
2013-04-01 Tony Cookreport the version of Inline used during testing
2013-03-02 Tony Cook0.94_01 release v0.94_01
2013-03-01 Tony Cookallocate the correct number of stack entries for glyph_...
2013-03-01 Tony Cookmissing variable initialization for glyph_names for FT2
2013-03-01 Tony Cook[rt #83454] document that font errors are in Imager...
2013-02-28 Tony Cookmore Changes updates
2013-02-25 Tony Cookproperly test UTF8 handling for FT1, and fix it
2013-02-25 Tony Cookimplement standard font tests for Imager::Font::W32
2013-02-23 Tony Cooksome Changes updates
2013-02-23 Tony Cookfix T1 test sample output
2013-02-23 Tony Cookdocument can_glyph_names()
2013-02-23 Tony Cookuse the standard font tests for Freetype 1.x (TT) too
2013-02-23 Tony Cookuse the standard font tests for FT2 too
2013-02-23 Tony Cooktest that sub-module MANIFESTs include all the files...
2013-02-23 Tony Cookpull some basic tests all fonts should pass into Imager...
2013-02-23 Tony Cookprefer static first
2013-02-22 Tony Cookfix channel output for FT2
2013-02-22 Tony Cookfix error handling for invalid utf8 for T1
2013-02-22 Tony Cookfix error handling in the bounding_box() wrapper method
2013-02-21 Tony Cooktests and fixes for corrrect handling of magic in T1
2013-02-21 Tony Cooktests and fixes for correct handling of get magic in FT2
2013-02-21 Tony Cookfix some internal FT2 documentation
2013-02-21 Tony Cookremove an unused variable declaration
2013-02-21 Tony Cookfix some compiler warnings
2013-02-21 Tony Cookavoid undefined behaviour adding integers
2013-02-21 Tony Cookmark mm_log() for the API with the right gcc -Wformat...
2013-02-19 Tony Cookupdate Changes with recent fixes
2013-02-19 Tony Cook[rt #83434] fix a POD list mixing named and bulleted...
2013-02-18 Tony Cookavoid a probably unwarranted compiler warning
2013-02-18 Tony Cookchange note for the rotate change
2013-02-18 Tony Cook[rt #83212] avoid a possible bad optimizer on centos 5.9
2013-02-18 Tony Cookhandle older perls for the new perlio integration
2013-02-18 Tony Cookskip t/x30podlinkcheck.t if Pod::Parser 1.50 not available
2013-02-18 Tony Cookupdate sub-module READMEs
2013-02-18 Tony Cookchange note for the JPEG version reporting change
2013-02-18 Tony Cooktest code now reports the (compile-time) library version
2013-02-15 Tony Cookmake errep.pl's report more verbose
2013-02-15 Tony CookPNG supports more sample sizes now
2013-02-15 Tony Cookchange note for README to Imager::Install move
2013-02-15 Tony Cookmove most of README to lib/Imager/Install.pod
2013-01-21 Tony Cook[rt #82743] fix the Graphics::Magick link
2013-01-21 Tony Cooktest Imager::IO::new_fh() itself with a perlio handle
2013-01-12 Tony CookSupport tied/layered fh parameters for read()/write()
2013-01-12 Tony Cookchange note for the file handle changes
2013-01-12 Tony Cooksupport tied file handles
2013-01-12 Tony Cooksupport for perl 5.6
2013-01-12 Tony Cookuse PerlIO_* calls to read/write if supplied a fh
2012-12-15 Tony Cookcorrect the version for improved threads support
2012-12-14 Tony Cookrelease Imager 0.94 v0.94
2012-12-14 Tony Cookbump FT2 version to differentiate from Imager 0.93_02
2012-12-14 Tony Cookimproved support for threads
2012-12-14 Tony Cookupdate skip messages to match Imager's new threads...
2012-12-14 Tony Cooknote ABI compatibility restoration
2012-12-14 Tony Cookrestore ABI level 5 compatibility
2012-12-14 Tony Cookconsistently use _valid_image() internally to ensure...
2012-12-14 Tony Cookcheck for the remnant from thread creation in _valid_image
2012-12-14 Tony Cookallow supplying make options to imcover.perl and abort...
2012-12-14 Tony Cookconvert t68map.t to Test::More
2012-12-14 Tony Cooktest image file limits are thread localized
2012-12-14 Tony Cookdocument when the slot destructor is called
2012-12-14 Tony Cookavoid some possible race conditions for context slots
2012-12-14 Tony Cookproperly initialize slot_alloc for new contexts
2012-12-14 Tony Cookhandle the race between writing the head and tail of...
2012-12-14 Tony Cookclean up some old junk in log.c
2012-12-14 Tony Cooktests for context handling of the error stack
2012-11-24 Tony Cookdon't clone the error stack
2012-11-24 Tony Cooktest thread context handling for logging
2012-11-24 Tony Cookabort under automated testing if we can't find threads...
2012-11-24 Tony Cookonly define im_assert_fail() when assertions are enabled.
2012-11-24 Tony Cookavoid trying to gcov unincluded files
2012-11-24 Tony Cookpass extra imcover.perl command-line options through...
2012-11-24 Tony Cookallow coverage testing to test only .c code coverage
2012-11-24 Tony Cookhopefully fix the seg fault on darwin
2012-11-24 Tony Cooknote the ft1 change in Changes
2012-11-24 Tony Cooksupport threading with Imager's Freetype 1.x driver
2012-11-24 Tony Cookrename font.c to fontft1.c, since it only does FT1 now
2012-11-24 Tony Cookupdate Changes for FT2 thread safety
2012-11-24 Tony Cookmore thread docs
2012-11-24 Tony Cookthread safety for the FT2 driver
2012-11-24 Tony Cookprovide better control over AA, and improve error handling
2012-11-24 Tony Cookthread-safe T1lib interface
2012-11-24 Tony Cookmore TODOs
2012-11-24 Tony Cookadd the context slot APIs
2012-11-24 Tony Cookuse stdc malloc instead of mymalloc()
2012-11-24 Tony Cookdocument threads support
2012-11-24 Tony Cookavoid re-entrancy into giflib using the mutex API
2012-11-24 Tony Cookavoid re-entrancy into libtiff using the mutex api
next