]> git.imager.perl.org - imager.git/history - Makefile.PL
WIP context objects
[imager.git] / Makefile.PL
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:
2005-12-07 Tony Cook- added experimental EXIF decoding when reading JPEG...
2005-11-29 Tony Cook- check the correct directory when adding the cygwin...
2005-11-26 Tony Cook- arc(..., fill=> ...) wasn't handling concave areas...
2005-11-25 Tony Cook- fixes to verbose mode in Makefile.PL, also added...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-05-24 Tony Cookmake sure meta.tmp is cleaned up
2005-05-24 Tony Cook- use a temp file to avoid messing with echo on Win32...
2005-05-24 Tony Cook- work around junk that pkg-config sends to stderr...
2005-05-17 Tony Cook- prevent warnings from Makefile.PL when there's no...
2005-04-06 Tony Cook- Makefile.PL now adds rules to generate a suitable...
2005-01-24 Tony Cook- Makefile.PL now accepts command-line options to set...
2005-01-24 Tony Cook- scanning for required include files is now down by...
2005-01-06 Tony Cook- Makefile.PL now builds imconfig.h with #defines for...
2005-01-06 Tony Cook- avoid complaining about include/lib directories we...
2005-01-01 Tony Cook- Makefile.PL now attempts to use freetype-config to...
2004-12-23 Tony Cook- Makefile.PL now checks the directories specified...
2004-12-11 Tony Cookput the default FreeBSD FT1 header locations after...
2004-12-07 Tony Cook- make the inclusion of NO_META dependent on the versio...
2004-12-07 Tony Cookupdate information about giflib bugs
2004-11-12 Tony Cook- more information on gif library versions in README...
2004-10-25 Tony Cook- renamed io.h to imio.h to prevent problems building...
2004-08-08 Tony Cook - the Win32 font driver now uses DEFAULT_CHARSE...
2004-03-10 Tony Cook - only call FT_Get_Postscript_Name() on FT 2.0.6 and...
2004-01-04 Arnar Mar HrafnkelssonAll the little fixup changes for the 0.42 release.
2002-03-18 Arnar Mar HrafnkelssonSky's patch so Makefile.PL picks up libraries in correc...
next