]> git.imager.perl.org - imager.git/history - t
more to do
[imager.git] / t /
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
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-12-13 Tony Cookfixed some minor test code hiccups
2002-11-05 Tony Cook - the default tifflib warning handler was crash...
2002-11-05 Tony Cookfixed issue reported in ticket 1748, and added smoke...
2002-08-22 Arnar Mar HrafnkelssonChanges to t50basicoo.t test... not working yet.
2002-08-22 Arnar Mar HrafnkelssonRemoved wierd extra code.
2002-08-22 Arnar Mar HrafnkelssonAutodetection of fileformat as loading.
2002-08-20 Arnar Mar HrafnkelssonMore debugging for auto probing of image types.
2002-08-20 Arnar Mar HrafnkelssonMore support for autodetection of formats, still some...
2002-08-19 Arnar Mar HrafnkelssonFixed broken 'not ok' message.
2002-05-09 Tony Cook - handle UTF8 strings passed to T1 low-level...
2002-05-05 Tony Cookhas_chars() support for freetype 1.x
2002-05-02 Arnar Mar HrafnkelssonSwitched i_draw to i_line, added endpoint boolean condi...
2002-04-18 Tony Cooksupport UTF with Freetype 1.x
2002-04-12 Tony Cookit was meant to be skipn(), and output the skipped...
2002-04-06 Tony Cook- handle the first "buggy giflib" test more portably...
2002-03-31 Tony Cookdifference() method
2002-03-31 Tony Cookget it right
2002-03-31 Tony Cookmake sure we have alarm() support
2002-03-30 Tony Cookdisable the alarm after the test
2002-03-30 Tony Cook - i_box_cfill() went into an infinite loop...
2002-03-29 Tony Cook - handle the presence of the default broken...
2002-03-25 Tony Cookupdate skip count
2002-03-25 Tony CookTicket #369 - writing grayscale images to GIF
2002-03-19 Tony Cookquote a few hash keys to prevent warnings on 5.004
2002-03-18 Tony Cook*** empty log message ***
next