2011-10-14 |
Tony Cook | depend on Scalar::Util since we use it and older perls... |
blob | commitdiff | raw |
2011-10-10 |
Tony Cook | Merge the I/O buffering branch |
blob | commitdiff | raw | diff to current |
2011-08-21 |
Tony Cook | [rt #69147] detect and use snprintf() more |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Tony Cook | basic clean up of Makefile.PL |
blob | commitdiff | raw | diff to current |
2011-08-08 |
Tony Cook | avoid warning about gccversion being non-numeric |
blob | commitdiff | raw | diff to current |
2011-08-08 |
Tony Cook | switch to using size_t and i_img_dim strictly |
blob | commitdiff | raw | diff to current |
2011-06-08 |
Tony Cook | replace (imager|tony)@imager.perl.org with tonyc@cpan.org |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Tony Cook | split 8-bit image implementation out of the megafile... |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Tony Cook | re-work META.yml validation and fix the detected errors |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Tony Cook | [RT #9675] add the library detection summary back in... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Tony Cook | move t1lib font support to a separate module |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Tony Cook | update revision control urls in Makefile.PL, update... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Tony Cook | add the combine method |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Tony Cook | don't index FT2/ |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Tony Cook | Move freetype 2 support into its own module |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Tony Cook | don't index W32 |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Tony Cook | move win32 font support in a new directory, and use... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Tony Cook | move JPEG into it's own module |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Tony Cook | move TIFF into its own module |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Tony Cook | move the GIF file handling code into a sub-module |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Tony Cook | make the svn repository URL more direct |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Tony Cook | update META.yml so PNG isn't indexed, and add some... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Tony Cook | merge PNG branch and some clean-up |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Tony Cook | when probing for TIFF, set LD_RUN_PATH just as the... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Tony Cook | - use scanline oriented operations to flip images... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Tony Cook | document some undocumented Makefile.PL parameters |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Tony Cook | - an integer division meant that preview scaling to... |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Tony Cook | we don't prompt for gif support anymore |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Tony Cook | API documentation (mostly) |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Tony Cook | portability to Windows/VC++ |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Tony Cook | extract the installed tifflib version and don't use... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Tony Cook | - use the new EU::MM META_MERGE facility instead of... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Tony Cook | look for .bat and .cmd files when probing for executabl... |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Tony Cook | commit changes from draw branch |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Tony Cook | rearrange dynaload code to avoid some OS X issues |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Tony Cook | - work around Module::Depends::Intrusive bug #21229 |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Tony Cook | correctly generate the author key in META.yml |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Tony Cook | - Finished/rewrote Arnar's old SGI RGB file format... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Tony Cook | fix a stupid logic error |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Tony Cook | handle spaces in the found paths for freetype2 |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Tony Cook | remove debug code |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Tony Cook | removed --noprobe option, since probing is now required... |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Tony Cook | switch to a manually built Changes file |
blob | commitdiff | raw | diff to current |
2007-01-28 |
Tony Cook | simpler creation of coverage reports |
blob | commitdiff | raw | diff to current |
2006-12-30 |
Tony Cook | Various changes: |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Tony Cook | search $Config{incpath} for headers too, why this was... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Tony Cook | include meta-spec in META.yml as required by the spec |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Tony Cook | Test::More is now a pre-requisite for Imager, so remove... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Tony Cook | link zlib in using the default installed library name... |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Tony Cook | use SvPV to get the length of text to draw rather than... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Tony Cook | add generated .c files to make clean |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Tony Cook | Changes to GIF support: |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Tony Cook | comparisons against $ExtUtils::MakeMaker::VERSION were... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Tony Cook | the rubthrough() method now supports destination images... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Tony Cook | Merged in the scale branch: |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Tony Cook | Removed the query asking if GIF support should be disab... |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Tony Cook | it's libgif not libguf |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Tony Cook | move linker flags from freetype-config/pkg-config up... |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Tony Cook | we search /usr/local/include by default but we weren... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Tony Cook | handle a missing Changes file when checking if we need... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Tony Cook | Makefile was generating lib/Imager/APIRef.pod, not |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Tony Cook | use the ExtUtils::MakeMaker prompt() function to ask... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Tony Cook | add support for file write plugins |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Tony Cook | rename APIRef.pm, API.pm to *.pod since they contain... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Tony Cook | Actually get the changes in the right order. |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Tony Cook | New changes will be listed most recent first, and is... |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Tony Cook | - fix/simplify META.yml generation - we now generate... |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Tony Cook | prevent duplicate probe messages for freetype 1.x probing |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Tony Cook | - check $Config{ldflags} and $Config{ccflags} for place... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Tony Cook | - deal with freetype-config --cflags returning the... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Tony Cook | - minor changes for older perl/ExtUtils::MM |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Tony Cook | - start of external Imager API access: |
blob | commitdiff | raw | diff to current |
2005-12-07 |
Tony Cook | - added experimental EXIF decoding when reading JPEG... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Tony Cook | - check the correct directory when adding the cygwin... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Tony Cook | - arc(..., fill=> ...) wasn't handling concave areas... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
Tony Cook | - fixes to verbose mode in Makefile.PL, also added... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Tony Cook | - convert t/t107bmp.t to Test::More |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Tony Cook | make sure meta.tmp is cleaned up |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Tony Cook | - use a temp file to avoid messing with echo on Win32... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Tony Cook | - work around junk that pkg-config sends to stderr... |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Tony Cook | - prevent warnings from Makefile.PL when there's no... |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Tony Cook | - Makefile.PL now adds rules to generate a suitable... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Tony Cook | - Makefile.PL now accepts command-line options to set... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Tony Cook | - scanning for required include files is now down by... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Tony Cook | - Makefile.PL now builds imconfig.h with #defines for... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Tony Cook | - avoid complaining about include/lib directories we... |
blob | commitdiff | raw | diff to current |
2005-01-01 |
Tony Cook | - Makefile.PL now attempts to use freetype-config to... |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Tony Cook | - Makefile.PL now checks the directories specified... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Tony Cook | put the default FreeBSD FT1 header locations after... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Tony Cook | - make the inclusion of NO_META dependent on the versio... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Tony Cook | update information about giflib bugs |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Tony Cook | - more information on gif library versions in README... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Tony Cook | - renamed io.h to imio.h to prevent problems building... |
blob | commitdiff | raw | diff to current |
2004-08-08 |
Tony Cook | - the Win32 font driver now uses DEFAULT_CHARSE... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Tony Cook | - only call FT_Get_Postscript_Name() on FT 2.0.6 and... |
blob | commitdiff | raw | diff to current |
2004-01-04 |
Arnar Mar Hrafnkelsson | All the little fixup changes for the 0.42 release. |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Arnar Mar Hrafnkelsson | Sky's patch so Makefile.PL picks up libraries in correc... |
blob | commitdiff | raw | diff to current |
2001-12-28 |
Arnar Mar Hrafnkelsson | Added read support for sgi .rgb files. |
blob | commitdiff | raw | diff to current |
2001-12-12 |
Tony Cook | split IM_INCPATH and IM_LIBPATH with $Config{path_sep... |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Arnar Mar Hrafnkelsson | Finished antialiased polygon drawing routines. |
blob | commitdiff | raw | diff to current |
next |