]> git.imager.perl.org - imager.git/history - t
think about 0.47
[imager.git] / t /
2005-12-13 Tony Cook- change the use in t/t91.pod to require version 1...
2005-12-12 Tony Cookmore incorrect test counts on missing libs
2005-12-12 Tony Cook- some test scripts weren't fixing @INC correctly
2005-12-08 Tony Cookskip some extra tests when freetype 1.x not available
2005-12-07 Tony Cook- read/write i_xres, i_yres, i_aspect only tage with...
2005-12-07 Tony Cook- added experimental EXIF decoding when reading JPEG...
2005-12-05 Tony Cook- added integer overflow checks to many memory allocati...
2005-12-05 Tony Cook- add smoke test for nearest_color filter
2005-12-05 Tony Cook- improved missing argument handling a little for the...
2005-12-03 Tony Cook- implemented valign=>'end' for Imager::Font->align
2005-11-29 Tony Cook- the straight edges of filled arcs weren't being drawn...
2005-11-26 Tony Cook- arc(..., fill=> ...) wasn't handling concave areas...
2005-11-11 Tony Cook- added t/t91pod.t
2005-11-11 Tony Cook- converted t/t021sixteen.t to use Test::More
2005-11-11 Tony Cook- setmask() now returns true on success and reports...
2005-11-05 Tony Cook- t1 library re-initialization modified to support...
2005-11-01 Tony Cook- converted t/t022double.t to use Test::More
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-30 Tony Cook- Imager::Font->new() for the tt (Freetype 1.x) driver...
2005-09-08 Tony Cook- limit limits.c to C89
2005-09-08 Tony Cook- implement getscanline(), setscanline() and getsamples...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-18 Tony Cook- convert t/t104ppm.t to Test::More
2005-08-07 Tony Cook- prevent warnings when looking up a GIMP color with...
2005-08-04 Tony Cook- convert t/t15color.t to Test::More
2005-08-03 Tony Cook- added tiff_bitspersample and tiff_photometric tags...
2005-05-26 Tony Cook- t/t105gif.t wasn't handling buggy giflibs correctly
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 Cook- fix the filter examples in Imager::Filter so they...
2005-05-11 Tony Cook- the setcolors() had a fencepost error making it impos...
2005-05-11 Tony Cook- the internal function used to probe file formats...
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-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 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-21 Tony Cook- the FT 1.x was comparing versus an uninitialized...
2005-04-21 Tony Cookconverted to Test::More
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- 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-03-16 Tony Cook- added README for samples directory, describes interle...
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-02-28 Tony Cook- reading an image with an idstring of 128 or more...
2005-01-01 Tony Cook- added tiff_resolutionunit_name tag when reading tiff...
2005-01-01 Tony Cook- the tiff reader now puts warning messages produced...
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-12-07 Tony Cookupdate information about giflib bugs
2004-12-02 Tony Cookhad wrong name there <sigh>
2004-12-02 Tony Cook- some tests were using $Config{ivsize} when they shoul...
2004-12-02 Tony Cook- i_readraw_wiol() now checks for image creation failure
2004-11-30 Tony Cook- set i_format to tiff when reading tiff images and...
2004-11-29 Tony Cook- set i_format to tga when reading tga files and test...
2004-11-29 Tony Cook- set i_format to pnm when reading pnm files and test...
2004-11-29 Tony Cook- set i_format to gif when reading gif files and test...
2004-11-29 Tony Cookmore test entries
2004-11-28 Tony Cook- the BMP reader now validates the bfOffBits value...
2004-11-25 Tony Cook- added many bad BMP files to test various code paths...
2004-11-25 Tony Cook- set i_format to png when reading png files and test...
2004-11-25 Tony Cook- set i_format to jpeg for jpeg files and test for it
2004-11-12 Tony Cook- creating an image where the size of the allocated...
2004-10-18 Tony Cook- the XS code for i_tt_glyph_name() used unsigned char...
2004-10-18 Tony Cook- the FT2 glyph_names() method didn't do correct error...
2004-10-08 Tony Cook - the parameters to crop() weren't handled...
2004-09-10 Tony Cook - the image resulting from a crop is now the...
2004-09-06 Tony Cook - removed a warning generated by the new matrix...
2004-09-05 Tony Cook - the rotate() and matrix_transform() methods...
2004-09-05 Tony Cook - added the equals() method to Imager::Color.
2004-09-05 Tony Cook - added the C<builtin> color specifier and the
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2004-08-26 Tony Cook - the pnm reader read maxval for ppm/pgm files...
2004-04-22 Tony Cookthe scale() method now warns if scalled in a void context
2004-03-10 Tony Cook - only call FT_Get_Postscript_Name() on FT 2.0.6 and...
2004-02-08 Tony Cook - skip the right number of tests when FT2 isn't available
2004-02-05 Tony Cook - added log() and exp() functions to transform2()
2004-01-04 Arnar Mar HrafnkelssonAll the little fixup changes for the 0.42 release.
2003-06-26 Tony Cook - added comment support the postfix transform2...
2003-03-29 Arnar Mar HrafnkelssonAdded extra parameters to rubthrough so only a subimage of
next