]> git.imager.perl.org - imager.git/shortlog
imager.git
2006-07-18 Tony Cookcast 2 signed/unsigned char pointer conversions to...
2006-07-18 Tony Cookreport the error if we can't read the alpha test images
2006-07-18 Tony Cooknewer versions of libtiff were choking on the bad value...
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-11 Tony Cookadd some examples using the i_xres and i_yres tags
2006-07-10 Tony Cookthe cookbook said we couldn't limit image sizes, but...
2006-07-07 Tony Cookit's libgif not libguf
2006-07-07 Tony Cookmove linker flags from freetype-config/pkg-config up...
2006-07-05 Tony Cookwe search /usr/local/include by default but we weren...
2006-07-05 Tony Cookimplement limited writes as a closure instead of as...
2006-07-05 Tony Cookminor changes for compatibility with 5.005_03
2006-07-04 Tony Cookbump to 0.51_02 Imager-0.51_02
2006-07-04 Tony Cookmake sure the method index includes all documented...
2006-07-04 Tony Cookupdate to a newer ppport.h and modify Imager.xs a bit...
2006-07-04 Tony Cookaddition memory allocation checks
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 Cookdon't include the line number in the From comment so...
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-29 Tony Cooklong delayed renaming of m_fatal() to i_fatal() to...
2006-06-29 Tony CookMETA.yml changed due to release
2006-06-29 Tony Cookadd missing parameter required by format in wiol_empty_...
2006-06-28 Tony Cookbump to 0.51_01 for release Imager-0.51_01
2006-06-27 Tony Cookhandle a missing Changes file when checking if we need...
2006-06-27 Tony Cookdocument the image file limit functions for the API
2006-06-27 Tony Cookinclude stddef.h for size_t
2006-06-27 Tony Cookimplement a flood_fill that stops at a given color...
2006-06-27 Tony CookMakefile was generating lib/Imager/APIRef.pod, not
2006-06-26 Tony Cookuse the ExtUtils::MakeMaker prompt() function to ask...
2006-06-26 Tony Cookdocument parseiptc()
2006-06-26 Tony Cookclarify that FORMATGUESS is only used when writing...
2006-06-26 Tony Cookadd support for file write plugins
2006-05-22 Tony Cookadd inline_capture2image.pl sample
2006-05-22 Tony Cookrename APIRef.pm, API.pm to *.pod since they contain...
2006-05-22 Tony Cookfix documentation nit
2006-05-22 Tony Cookadded kwalitee test script to the MANIFEST
2006-05-22 Tony Cookgive lib/Imager/ExtUtils.pm a version number
2006-05-22 Tony Cookadded "kwalitee" test script:
2006-05-22 Tony Cooki_test_format_probe:
2006-04-29 Tony Cookminor updates, make it clear in the title this document...
2006-04-29 Tony Cookchanged the title to better reflect what it documents...
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-03 Tony Cookadd AUTHOR, SEE ALSO, REVISION sections
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-24 Tony Cook- implement reading MS Windows icon files
2006-03-24 Tony Cookmake the targa probe even stricter
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-22 Tony CookMore iolayers work:
2006-03-16 Tony Cookmore iolayer goodness:
2006-03-15 Tony Cookio_glue_destroy() now uses an extra callback to handle...
2006-03-15 Tony Cookiolayer modifications:
2006-03-15 Tony Cookfixed incorrect filename for t/t93podcover.t in MANIFEST
2006-03-14 Tony Cookremove the reference to IRC from SUPPORT, I'm not payin...
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-09 Tony Cookmalloc_state() no longer writes to stdout when Imager...
2006-03-08 Tony Cookinitial targets for 0.50
2006-03-08 Tony CookSkip Inline tests when we're in a directory containing...
2006-03-07 Tony Cookremoved unreachable code (mymalloc() succeeds or exit()s)
2006-03-07 Tony CookActually get the changes in the right order.
2006-03-07 Tony CookNew changes will be listed most recent first, and is...
2006-03-07 Tony Cook- bump to 0.49 Imager-0.49
2006-03-07 Tony Cook- some error paths when reading GIF images weren't...
2006-03-06 Tony Cook- writing to a PNG file was leaking one memory block
2006-03-05 Tony Cook- i_gsampf() (used to implement getsamples() for floati...
2006-03-05 Tony Cook- free the TIFF object correctly when reading a TIFF...
2006-03-05 Tony Cook- some jpeg.c logging calls didn't include parameters...
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-03-03 Tony Cook- bump to 0.48
2006-03-01 Tony Cook- removed unused hashinfo() function from Imager.xs
2006-02-21 Tony Cookbump to 0.47_01
2006-02-21 Tony Cook- fix/simplify META.yml generation - we now generate...
2006-02-21 Tony Cook- added version/level to the API function table structure
2006-02-17 Tony Cookprevent duplicate probe messages for freetype 1.x probing
2006-02-17 Tony Cookput the prototypes line in the right place
2006-02-17 Tony Cookadd PROTOTYPES lines to XS that were missing them
2006-02-17 Tony Cook- make win32.c const happy
2006-02-17 Tony Cook- make win32.c const happy
2006-02-17 Tony Cookoops
2006-02-17 Tony Cook- more memory allocation integer overflow auditing
2006-02-17 Tony Cook- eliminate sign warning from image.c
2006-02-17 Tony Cookpoint dyn loader users at external filters docs
2006-02-17 Tony Cook- expand Imager::Transformations:
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-09 Tony Cook- check $Config{ldflags} and $Config{ccflags} for place...
next