2009-11-24 |
Tony Cook | - use scanline oriented operations to flip images... |
blob | commitdiff | raw |
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 |
2001-10-30 |
Arnar Mar Hrafnkelsson | Minor improvement on include paths for freetype2. |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Arnar Mar Hrafnkelsson | Fixed an endianness bug in tiff reading and switched... |
blob | commitdiff | raw | diff to current |
2001-10-26 |
Tony Cook | make it possible to run automated tests by adding the... |
blob | commitdiff | raw | diff to current |
2001-10-07 |
Tony Cook | added double/sample image support |
blob | commitdiff | raw | diff to current |
2001-09-16 |
Arnar Mar Hrafnkelsson | Adds reading capabilities for certain variants of targa... |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Tony Cook | support for generic fills for box and arc, with solid... |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Tony Cook | implement fountain fills similar to most paint programs |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Tony Cook | start of bmp support (just writing so far) |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Tony Cook | Egads |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Arnar Mar Hrafnkelsson | Fixed so that IM_MANUAL doesn't lose the giflib version... |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Arnar Mar Hrafnkelsson | Added mng to the TOOD, and added a warning to the Makef... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Tony Cook | remove testout on make clean |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Arnar Mar Hrafnkelsson | Added map.c which implements mapping images through... |
blob | commitdiff | raw | diff to current |
2001-05-15 |
Arnar Mar Hrafnkelsson | Added all the test images to the MANIFEST and re added... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Arnar Mar Hrafnkelsson | Made Makefile.PL run $Config{make} lib/Imager/Regops... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Tony Cook | implement the convert() method for converting between... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Tony Cook | add the extra attributes that PPDs want |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Tony Cook | added low-level error handling module |
blob | commitdiff | raw | diff to current |
2001-04-03 |
Tony Cook | Win32 handling for checking for libtiff |
blob | commitdiff | raw | diff to current |
2001-04-02 |
Tony Cook | Win32 jpeg support |
blob | commitdiff | raw | diff to current |
2001-04-02 |
Tony Cook | libpng support for Win32 |
blob | commitdiff | raw | diff to current |
2001-03-25 |
Arnar Mar Hrafnkelsson | Initial revision Imager-0_38 Imager-0_38pre9 |
blob | commitdiff | raw | diff to current |
|