]> git.imager.perl.org - imager.git/history - Makefile.PL
i_img_make_palette() no longer leaks on quantization failure
[imager.git] / Makefile.PL
2018-12-15 Tony Cookmove EXIF handling from the JPEG handler to core Imager
2018-11-03 Tony Cookimprove all Makefile.PLs
2018-10-07 Dan BookUpdate metadata to meta-spec 2, include web view of...
2016-04-15 Tony CookRevert the ivdformat probing
2016-04-15 Tony Cooktry probing for a valid ivdformat if the %Config value...
2016-04-15 Tony Cookprobe to check if $Config{ivdformat} is correct for...
2016-01-26 Tony Cookmodernize t/200-file/400-basic.t and handle fails correctly
2015-01-01 Tony Cookmake sure the Mandelbrot and Flines filters are built
2014-12-05 Tony Cookmake --enable and --disable work again
2014-11-29 Tony Cookswitch FT1 probing to use Imager::Probe
2014-11-22 Tony Cookmore verbose probe output
2013-05-02 Tony Cook[rt #84596] rearrange Imager's test files
2013-01-12 Tony CookSupport tied/layered fh parameters for read()/write()
2013-01-12 Tony Cookuse PerlIO_* calls to read/write if supplied a fh
2012-12-14 Tony Cookimproved support for threads
2012-11-24 Tony Cookabort under automated testing if we can't find threads...
2012-11-24 Tony Cookrename font.c to fontft1.c, since it only does FT1 now
2012-11-24 Tony Cookadd mutex functions to the API
2012-11-24 Tony Cookimplement reference counting for context objects
2012-11-24 Tony CookWIP context objects
2012-09-29 Tony Cookrevert threading changes, they aren't ready for the...
2012-09-11 Tony Cookimproved thread safety for Imager
2012-09-10 Tony Cookrename font.c to fontft1.c, since it only does FT1 now
2012-08-25 Tony Cookadd mutex functions to the API
2012-08-14 Tony Cookimplement reference counting for context objects
2012-08-14 Tony CookWIP context objects
2012-03-09 Tony Cook[rt #75560] don't fallback to using DynaLoader when...
2012-02-17 Tony Cooksplit Imager's typemap into internal, public and old...
2011-10-14 Tony Cookdepend on Scalar::Util since we use it and older perls...
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-21 Tony Cook[rt #69147] detect and use snprintf() more
2011-08-16 Tony Cookbasic clean up of Makefile.PL
2011-08-08 Tony Cookavoid warning about gccversion being non-numeric
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2011-06-08 Tony Cookreplace (imager|tony)@imager.perl.org with tonyc@cpan.org
2011-05-25 Tony Cooksplit 8-bit image implementation out of the megafile...
2011-05-23 Tony Cookre-work META.yml validation and fix the detected errors
2011-03-14 Tony Cook[RT #9675] add the library detection summary back in...
2011-02-06 Tony Cookmove t1lib font support to a separate module
2011-01-17 Tony Cookupdate revision control urls in Makefile.PL, update...
2010-10-31 Tony Cookadd the combine method
2010-09-26 Tony Cookdon't index FT2/
2010-09-25 Tony CookMove freetype 2 support into its own module
2010-09-16 Tony Cookdon't index W32
2010-09-16 Tony Cookmove win32 font support in a new directory, and use...
2010-08-31 Tony Cookmove JPEG into it's own module
2010-08-25 Tony Cookmove TIFF into its own module
2010-08-23 Tony Cookmove the GIF file handling code into a sub-module
2010-08-13 Tony Cookmake the svn repository URL more direct
2010-08-11 Tony Cookupdate META.yml so PNG isn't indexed, and add some...
2010-08-06 Tony Cookmerge PNG branch and some clean-up
2010-08-03 Tony Cookwhen probing for TIFF, set LD_RUN_PATH just as the...
2009-11-24 Tony Cook - use scanline oriented operations to flip images...
2009-11-10 Tony Cookdocument some undocumented Makefile.PL parameters
2009-09-17 Tony Cook - an integer division meant that preview scaling to...
2009-09-17 Tony Cookwe don't prompt for gif support anymore
2009-09-07 Tony CookAPI documentation (mostly)
2009-09-01 Tony Cookportability to Windows/VC++
2009-09-01 Tony Cookextract the installed tifflib version and don't use...
2009-08-31 Tony Cook - use the new EU::MM META_MERGE facility instead of...
2009-08-31 Tony Cooklook for .bat and .cmd files when probing for executabl...
2008-03-25 Tony Cookcommit changes from draw branch
2007-12-06 Tony Cookrearrange dynaload code to avoid some OS X issues
2007-12-03 Tony Cook - work around Module::Depends::Intrusive bug #21229
2007-11-04 Tony Cookcorrectly generate the author key in META.yml
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2007-05-10 Tony Cookfix a stupid logic error
2007-05-10 Tony Cookhandle spaces in the found paths for freetype2
2007-05-10 Tony Cookremove debug code
2007-05-10 Tony Cookremoved --noprobe option, since probing is now required...
2007-03-13 Tony Cookswitch to a manually built Changes file
2007-01-28 Tony Cooksimpler creation of coverage reports
2006-12-30 Tony CookVarious changes:
2006-12-15 Tony Cooksearch $Config{incpath} for headers too, why this was...
2006-12-15 Tony Cookinclude meta-spec in META.yml as required by the spec
2006-12-15 Tony CookTest::More is now a pre-requisite for Imager, so remove...
2006-12-14 Tony Cooklink zlib in using the default installed library name...
2006-10-25 Tony Cookuse SvPV to get the length of text to draw rather than...
2006-09-12 Tony Cookadd generated .c files to make clean
2006-08-31 Tony CookChanges to GIF support:
2006-08-29 Tony Cookcomparisons against $ExtUtils::MakeMaker::VERSION were...
2006-08-29 Tony Cookthe rubthrough() method now supports destination images...
2006-08-18 Tony CookMerged in the scale branch:
2006-08-07 Tony CookRemoved the query asking if GIF support should be disab...
2006-07-07 Tony Cookit's libgif not libguf
2006-07-07 Tony Cookmove linker flags from freetype-config/pkg-config up...
2006-07-05 Tony Cookwe search /usr/local/include by default but we weren...
2006-06-27 Tony Cookhandle a missing Changes file when checking if we need...
2006-06-27 Tony CookMakefile was generating lib/Imager/APIRef.pod, not
2006-06-26 Tony Cookuse the ExtUtils::MakeMaker prompt() function to ask...
2006-06-26 Tony Cookadd support for file write plugins
2006-05-22 Tony Cookrename APIRef.pm, API.pm to *.pod since they contain...
2006-03-07 Tony CookActually get the changes in the right order.
2006-03-07 Tony CookNew changes will be listed most recent first, and is...
2006-02-21 Tony Cook- fix/simplify META.yml generation - we now generate...
2006-02-17 Tony Cookprevent duplicate probe messages for freetype 1.x probing
2006-02-09 Tony Cook- check $Config{ldflags} and $Config{ccflags} for place...
2006-01-13 Tony Cook- deal with freetype-config --cflags returning the...
2006-01-13 Tony Cook- minor changes for older perl/ExtUtils::MM
2006-01-10 Tony Cook- start of external Imager API access:
next