]> git.imager.perl.org - imager.git/shortlog
imager.git
2009-09-04 Tony Cookavoid using CHECK as a label, since 5.11.x chokes on it
2009-09-03 Tony Cook0.67_01 release
2009-09-02 Tony Cookadd more context to libtiff probe comment
2009-09-02 Tony Cookupdate Changes with libtiff probe info
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 Cook - re-work the external libraries section of README:
2009-08-31 Tony Cookfix synopsis to load the required modules
2009-08-31 Tony Cooknote the last change
2009-08-31 Tony Cooklook for .bat and .cmd files when probing for executabl...
2009-07-02 Tony CookImager::Font is pretty useless without Imager, so add...
2009-07-02 Tony CookImager::Files isn't a C<use>able module, make that...
2009-01-15 Tony Cook - correct documentation of default of raw image interl...
2008-12-13 Tony Cookfix jpg to jpeg in the list of image file formats in...
2008-12-12 Tony Cook0.67 release
2008-12-12 Tony Cookadd file required for ICO tests
2008-12-12 Tony Cook0.66 release
2008-12-12 Tony Cook - re-arrange the POD for Imager::Font::BBox:
2008-12-12 Tony Cook - add limited tests for Imager::ExtUtils
2008-12-12 Tony Cook - write out the image size in bytes field of a BMP...
2008-12-11 Tony Cook - corrected a reference leak where writing GIFs would...
2008-11-29 Tony Cookextend the synopsis a little so people realize type...
2008-11-29 Tony Cookbe more consistent with =item * for the I/O parameters
2008-11-19 Tony Cooknote the memory leak fix in Changes
2008-11-19 Tony Cookavoid a leaked reference if we create the colors array...
2008-05-28 Tony Cook - 24-bit color .ICO/.CUR files can now be read.
2008-05-26 Tony Cook - an optimization skipping 0 src alpha values could...
2008-05-26 Tony Cookforgot to commit (and release!) the version of Changes...
2008-05-20 Tony CookImager 0.65 release Imager-0.65
2008-05-05 Tony Cook - the gif_screen_height tag was overriding the screen...
2008-05-05 Tony Cookmyfree_file_line no longer treats freeing a NULL pointe...
2008-04-30 Tony Cook - In some cases when an error occurs reading those...
2008-04-29 Tony Cookmissed some t/testtools.pl usage
2008-04-29 Tony Cookeliminate t/testtools.pl
2008-04-29 Tony Cookadd CVE for the security issue
2008-04-23 Tony Cook0.64 release
2008-04-23 Tony Cook - fixed a related problem for image fills.
2008-04-22 Tony Cook - Regression: filling a greyscale image with a hatch...
2008-04-18 Tony Cook - check that the result of fileno($fh) is defined...
2008-04-16 Tony CookTODO: elliptical arc
2008-04-07 Tony CookImager 0.63 release Imager-0.63
2008-04-07 Tony Cooksome of the changes were bugs, put them under the bug...
2008-04-07 Tony Cookwarning clean up - clean up unusued variables, fix...
2008-04-07 Tony Cooknew plans
2008-04-01 Tony Cook - removed the pointless #! line from lib/Imager/Font...
2008-04-01 Tony Cook - mixing qtype scaling now sets all channels of a...
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a BMP file will...
2008-04-01 Tony Cookadd i_gsamp_bg/i_gsampf_bg functions, sample based...
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a PGM/PPM will...
2008-04-01 Tony Cookclean up some unused variables
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a JPEG will now...
2008-03-25 Tony Cookremove some #if 0 code
2008-03-25 Tony Cookmissing test file
2008-03-25 Tony Cook - some TGA images weren't being detected correctly...
2008-03-25 Tony Cookcommit changes from draw branch
2007-12-26 Tony CookExtra ways of calling translate(), shear()
2007-12-10 Tony Cook - the font libraries are now only initialized when...
2007-12-10 Tony Cook - Imager::Matrix2d->translate() now only requires...
2007-12-10 Tony CookImager 0.62 release
2007-12-10 Tony Cookignore filters.c, now it's generated
2007-12-10 Tony Cooktest that Parse::RecDescent is loadable to avoid proble...
2007-12-10 Tony Cook - added the det() function to the transform2() engine.
2007-12-06 Tony CookImager no longer supports OS X 10.2
2007-12-06 Tony Cookremove support for OS X 10.2
2007-12-06 Tony Cookrearrange dynaload code to avoid some OS X issues
2007-12-06 Tony Cookfix the POD I just broke
2007-12-04 Tony Cookmore done
2007-12-04 Tony Cooktest for pbm images matching the original
2007-12-04 Tony Cookadd some tests for scale_calculate()
2007-12-04 Tony Cookdescribe the color model
2007-12-03 Tony Cooksplit out the calculations of the final scale factors...
2007-12-03 Tony Cookmore todo, some stuff done
2007-12-03 Tony Cook - the hardinvert filter no-longer inverts the alpha...
2007-12-03 Tony Cook - work around Module::Depends::Intrusive bug #21229
2007-12-03 Tony Cookwork around the 5.005_0[45] B bug
2007-12-03 Tony Cook - samples/gifscale.pl sourced the base value for gif_t...
2007-11-28 Tony Cook0.61_02 release
2007-11-28 Tony Cookthe _T4 and _T6 macros aren't available in 3.5.5, so...
2007-11-28 Tony Cook0.61_01 release
2007-11-28 Tony Cookadd filter large sample support table
2007-11-28 Tony Cookupdated TIFF information
2007-11-28 Tony Cookcorrect a C99ism
2007-11-28 Tony Cookcan't add to a void *
2007-11-28 Tony Cookrefer to my original ticket for this
2007-11-28 Tony CookRichard helped a lot
2007-11-28 Tony Cook - on some perl's the infix expression parser test...
2007-11-28 Tony Cookwork around limits of older libtiffs
2007-11-27 Tony Cookmore for 0.62
2007-11-27 Tony Cookfix the is_bilevel() method index entry
2007-11-27 Tony Cookavoid a dangerous cast (in an unused function)
2007-11-26 Tony Cookmerge in tiff re-work branch
2007-11-22 Tony Cookplanning too far ahead
2007-11-21 Tony Cookformatting nit
2007-11-21 Tony Cookfix broken link from the animated GIF entry in the...
2007-11-12 Tony Cookalpha channel fixes for mixing scaling
2007-11-12 Tony Cookread gimp gradients with more than 9 segments
2007-11-09 Tony Cook0.62 goals
2007-11-05 Tony Cook0.61 release Imager-0.61
2007-11-05 Tony Cookmissed a changes note
next