]> git.imager.perl.org - imager.git/history - t
allow Imager to be loaded on Windows 98
[imager.git] / t /
2007-08-01 Tony Cookallow Imager to be loaded on Windows 98
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2007-06-27 Tony Cookcorrect skip count for when gif libraries not available
2007-06-26 Tony Cook - to avoid confusion, channels not present in the...
2007-06-21 Tony Cook - in some cases it's possible for giflib/libungif...
2007-06-12 Tony Cook- cropping outside the image would return an Imager...
2007-06-12 Tony Cookfixes a regression introduced by the fixes for RT 11972
2007-05-05 Tony Cookfix rendering on alpha channel images for the T1lib...
2007-05-05 Tony Cookfix rendering on alpha channel images for the FreeType...
2007-05-05 Tony Cookremove some dev code that was writing an extra image...
2007-05-04 Tony Cookimprove freetype 1.x text output efficiency
2007-05-03 Tony Cookcommit bmp security fixes to HEAD
2007-04-18 Tony Cookchanged t82inline.t to always rebuild the Inline::C...
2007-04-14 Tony Cookremove debugging image save
2007-04-14 Tony Cookdocument the difference() method's mindist parameter...
2007-04-09 Tony Cookuse a convolution kernel size based on the stddev rathe...
2007-04-08 Tony Cookmake getpixel/setpixel report failure consistently...
2007-04-08 Tony Cookadd to_rgb16 method
2007-04-03 Tony Cookadd X org dist's rgb.txt location to search path
2007-04-01 Tony Cookflush test output too, to be safe (RT 24859)
2007-03-14 Tony Cooksanity test new ft2 rendering
2007-03-12 Tony Cookadd tests for mono make_colors
2007-03-10 Tony Cookthe OUTPUT typemap entry for the Imager type was adding...
2007-02-19 Tony Cookpgm.pgm was missing from MANIFEST
2007-02-19 Tony Cookfix test count
2007-02-05 Tony Cookthe image data offset wasn't validated when reading...
2007-01-31 Tony Cookcoverage tests for incomplete files - both error and...
2007-01-30 Tony Cookforgot to commit the matching test changes
2006-12-30 Tony CookVarious changes:
2006-12-15 Tony Cookwork around a bug in some intermediate versions of...
2006-12-15 Tony CookTest::More is now a pre-requisite for Imager, so remove...
2006-11-26 Tony Cookconvert ok(... eq ..., ... ) to is(..., ..., ...)
2006-11-09 Tony Cookswitch to Test::More in a few more test scripts, elimin...
2006-11-06 Tony Cookadded tests for the overflowing box changes, fix draw
2006-11-06 Tony Cookconvert t/t00basic to Test::More and have it try to...
2006-10-25 Tony Cookfix test skip counts for missing/available platforms.
2006-10-25 Tony Cookuse SvPV to get the length of text to draw rather than...
2006-10-19 Tony CookAdd UTF8 support to the Win32 font driver
2006-10-19 Tony CookThe gif_disposal and gif_user_input tags weren't being...
2006-10-08 Tony Cookthe string() method would not output the string "0"
2006-09-06 Tony Cookadd .perl files to the t94kwalitee struct tests and...
2006-09-06 Tony Cookread_multi() now falls back to calling read() and write...
2006-09-01 Tony Cookskip the right number of tests when gif not available
2006-08-31 Tony Cookskip the loop tests with older (un)giflibs
2006-08-31 Tony CookChanges to GIF support:
2006-08-30 Tony Cookconvert scale.c to scale.im so we have 8 bit/sample...
2006-08-29 Tony Cookthe rubthrough() method now supports destination images...
2006-08-18 Tony Cookmove the existing dynfilt test into dynfilt/t, update...
2006-08-18 Tony CookMerged in the scale branch:
2006-08-15 Tony Cookadded pixel type 'index' to getscanline() and setscanli...
2006-08-10 Tony Cookfinally found which file contained the POD errors that
2006-07-27 Tony Cookthere was a C< *(char *)0 = 0 > left in a code path...
2006-07-24 Tony Cookadd detection of BZIP2 and gzip data
2006-07-21 Tony Cookadd a magic entry to detect XWD files
2006-07-20 Tony Cookbounding_box() for the t1 driver wasn't converting...
2006-07-20 Tony Cookbounding_box() for t1 driver fonts was treating spaces...
2006-07-18 Tony Cookreport the error if we can't read the alpha test images
2006-07-14 Tony CookCMYK jpeg images were being read as 4 channel images...
2006-07-13 Tony Cookhttp://rt.cpan.org/Ticket/Display.html?id=20415
2006-07-13 Tony Cookattempting to render a space non-antialiased from freet...
2006-07-05 Tony Cookminor changes for compatibility with 5.005_03
2006-07-04 Tony Cookmake sure the method index includes all documented...
2006-07-04 Tony Cookadd more pod coverage tests (and the coverage needed)
2006-07-04 Tony Cooksvn:ignore some more profiler files and other junk
2006-07-01 Tony Cookadded error handling tests for bad colors supplied...
2006-06-30 Tony Cookadd more iolayer tests
2006-06-29 Tony Cooksetcolors() and addcolors() can now accept non-object...
2006-06-29 Tony Cookextra jpeg tests to improve code coverage of jpeg.c
2006-06-27 Tony Cookimplement a flood_fill that stops at a given color...
2006-06-26 Tony Cookadd support for file write plugins
2006-05-22 Tony Cookadded "kwalitee" test script:
2006-05-22 Tony Cooki_test_format_probe:
2006-04-19 Tony Cook- Calling setpixel() with color set to [ 0, 0, 0 ]...
2006-04-19 Tony CookSpecifying the bottom edge of the source image to paste...
2006-04-02 Tony Cookfix range checking on IFD entry data types. This could...
2006-03-30 Tony Cookbackport fix for RT issue 18397
2006-03-30 Tony Cookadd format probes for SGI RGB, ILBM, XPM, PCX, FITS...
2006-03-23 Tony Cook- added support for registering file readers
2006-03-23 Tony Cook- i_test_format_probe() now attempts to detect MS Windo...
2006-03-16 Tony Cookmore iolayer goodness:
2006-03-13 Tony Cookprevent the parseiptc method from warning when there...
2006-03-13 Tony CookPOD coverage tests, as a TODO for now
2006-03-11 Tony Cookrename some private functions to private names
2006-03-08 Tony CookSkip Inline tests when we're in a directory containing...
2006-03-05 Tony Cookget the regexp right this time
2006-03-05 Tony Cook- tifflib 3.8.0 with MDI (Microsoft(tm) TIFF) support...
2006-03-05 Tony Cook- handle short EXIF user_comment fields correctly,...
2006-02-17 Tony Cook- eliminate sign warning from image.c
2006-02-16 Tony Cook- minor clean up of rubthrough() method
2006-02-13 Tony Cook- convert t/t69rubthru.t to Test::More
2006-02-11 Tony Cook- rotate()s back parameter now accepts color names...
2006-02-10 Tony Cook- add tests for scaleX()/scaleY()
2006-02-05 Tony Cook- sick of $opts{scalefactor} in scale(), give it a...
2006-02-05 Tony Cook- scale() can now expect an Image::Math::Constrain...
2006-02-05 Tony Cook- smarter warning removal
2006-02-05 Tony Cook- make scale() fail if an invalid type is supplied...
2006-01-31 Tony Cook- change faxable output to use a more fax natural PHOTO...
2006-01-30 Tony Cook- supply C<imager> parameter to filters so we can regis...
2006-01-24 Tony Cook- convert t/t07iolayer.t to Test::More
2006-01-23 Tony Cook- make skip when Inline::C not available less verbose
next