]> git.imager.perl.org - imager.git/shortlog
imager.git
2005-05-30 Tony Cooknote to use the right make under Win32
2005-05-26 Tony Cook- t/t105gif.t wasn't handling buggy giflibs correctly
2005-05-24 Tony CookMETA.yml updated version number
2005-05-24 Tony Cook0.44_01 release
2005-05-24 Tony Cook- add some Mac OS X notes to the README
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-24 Tony Cookadded Test::More files to MANIFEST
2005-05-24 Tony Cookwas missing use lib 't';
2005-05-24 Tony Cookadd missing SKIP label
2005-05-24 Tony Cookadded C< use lib 't'; > where needed
2005-05-24 Tony Cook- add tests to exercise hatch fills for floating images...
2005-05-17 Tony Cook- fixed an inverted condition checking the giflib versi...
2005-05-17 Tony Cookfix broken commit
2005-05-17 Tony Cook- Imager no longer assumes that MSVC is the only native...
2005-05-17 Tony Cook- prevent warnings from Makefile.PL when there's no...
2005-05-17 Tony Cook- fix the filter examples in Imager::Filter so they...
2005-05-16 Tony Cookgot something done
2005-05-11 Tony Cook- the setcolors() had a fencepost error making it impos...
2005-05-11 Tony Cooksomething done
2005-05-11 Tony Cook- the internal function used to probe file formats...
2005-05-11 Tony Cookmore stuff TODO
2005-05-11 Tony CookSupport mingw built perl
2005-05-07 Tony Cook- removed the bug reporting email address to prevent...
2005-05-07 Tony Cookput the detail output file in a saner place
2005-05-02 Tony Cooksomething got done!
2005-05-02 Tony Cook- the Win32 font driver bounding_box() method now puts...
2005-05-02 Tony Cook- the FT1.x driver now supports the align parameter...
2005-05-02 Tony Cookchanged alignment tests a bit
2005-04-30 Tony Cookadded alignment tests
2005-04-29 Tony Cook- the internal i_tags_get_string() function now acts...
2005-04-27 Tony Cook- Imager::Matrix2d->rotate() would only rotate around...
2005-04-27 Tony Cookright bearings done
2005-04-26 Tony Cookskip the right number for when there's no FT1
2005-04-26 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-26 Tony Cookremove old #if ed out code
2005-04-26 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-26 Tony Cookfix a warning
2005-04-25 Tony Cookconverted to Test::More
2005-04-24 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-23 Tony Cookconvert to Test::More
2005-04-23 Tony Cookadded use strict
2005-04-22 Tony Cooksome stuff done
2005-04-21 Tony Cook- the FT 1.x was comparing versus an uninitialized...
2005-04-21 Tony Cookconverted to Test::More
2005-04-21 Tony Cookfound a bug
2005-04-20 Tony Cookmissed a SKIP: label for use on non-Win32
2005-04-20 Tony Cook- Imager::Font::BBox advance_width() method was falling...
2005-04-20 Tony Cook- fix a few compiler warnings
2005-04-20 Tony Cook- the segments parameter supplied to the fountain filte...
2005-04-15 Tony Cook- newer versions of GIMP add a line to gradient files...
2005-04-13 Tony Cookconverted to Test::More
2005-04-12 Tony Cook- added sample code for handling images uploaded via...
2005-04-12 Tony Cooknew samples
2005-04-06 Tony Cook- Makefile.PL now adds rules to generate a suitable...
2005-04-06 Tony Cookupdates, rearranged to get the stuff still needed at...
2005-03-26 Tony Cook- added samp-form.cgi and samp-image.cgi to the samples...
2005-03-26 Tony CookCGI samples
2005-03-16 Tony Cook- Imager::Cookbook wasn't included in the MANIFEST
2005-03-16 Tony Cook- added README for samples directory, describes interle...
2005-03-16 Tony Cook- correct email addresses in the README file, and inclu...
2005-03-16 Tony Cookminor typo
2005-03-16 Tony Cooksize reduced to reduce dist size
2005-03-16 Tony CookInitial version
2005-03-15 Tony Cookfix the second argument in the synopsis
2005-03-14 Tony Cookinitial version
2005-03-11 Tony Cook- the convert, crop, rotate, copy, matrix_transform...
2005-03-11 Tony Cookmake sure we can see the supplied copy of Test::More
2005-03-11 Tony Cookconvert to Test::More
2005-03-11 Tony Cookconvert to Test::More
2005-03-11 Tony Cookconvert to Test::More
2005-03-11 Tony Cookconvert to Test::More
2005-03-08 Tony Cook- calling the read() method for a format not included...
2005-03-08 Tony Cookbase for hand edited JPEG file
2005-03-08 Tony Cookbase for hand-edited test tga images
2005-03-08 Tony Cookadded testimg/longid.tga used to test the long idstring bug
2005-03-08 Tony Cooktest with a long TGA id
2005-03-08 Tony Cookclarify that the change was specific to TGA images
2005-02-28 Tony Cook- reading an image with an idstring of 128 or more...
2005-02-10 Tony Cook- call read() instead of open() in the example code...
2005-02-10 Tony Cooka little more detail
2005-02-10 Tony Cook- add scaleX/scaleY to the method index and gives them...
2005-02-10 Tony Cooksome stuff done
2005-02-10 Tony Cookfix some function headers, removed some junk code
2005-02-10 Tony Cookmore todo
2005-02-02 Tony Cookadd entries for the filters to the concept index
2005-01-31 Tony Cook- the right-side bearing used to adjust the final width...
2005-01-31 Tony Cooksome stuff done, moved 0.44 down to the end
2005-01-31 Tony Cookrevert the precalculation of the sum of the coefficient...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-24 Tony Cooklink to the cookbook
2005-01-24 Tony Cookvarious TODOs done, new ones added
2005-01-24 Tony Cook- minor cleanup of Imager::Fill
2005-01-24 Tony Cookmissed setting it for centimetres
2005-01-24 Tony Cook- more examples in Imager::Draw
2005-01-24 Tony Cook- explicitly document there are no PNG specific tags.
2005-01-24 Tony Cook- calculate the sum of the coefficients once rather...
2005-01-24 Tony Cook- added simple examples to most of the filters document...
2005-01-24 Tony Cook- Makefile.PL now accepts command-line options to set...
next