]> git.imager.perl.org - imager.git/shortlog
imager.git
2019-01-02 Tony Cookavoid dead code in i_get_anonymous_color_histo()
2019-01-02 Tony Cookavoid dead code in i_tt_glyph_names()
2019-01-02 Tony Cookgradgen allocated sizeof(i_color *) per entry rather...
2019-01-02 Tony Cookchange note for the has_chars and MakeMapObject changes
2019-01-02 Tony Cookadd CIDs to the changes Coverity fixes
2019-01-02 Tony Cooklog only after we've checked MakeMapObject() success
2019-01-02 Tony Cookavoid an unneeded check in the FT1 has_chars() method...
2019-01-01 Tony Cookfix a fence post error validating a combing mode number
2019-01-01 Tony Cookchange an array parameter decl to a pointer style decl
2019-01-01 Tony CookCoverity complained colors could be left uninitialized.
2019-01-01 Tony Cookcoverity complained minset could be -1
2018-12-31 Tony CookImager::Color set_internal is now simpler
2018-12-31 Tony Cookbetter validate numeric hatch values for fills
2018-12-31 Tony Cookadd braces to some multi-line if() and for()
2018-12-31 Tony Cookaddi style makemap could potentially read one past...
2018-12-31 Tony Cookagain, convert array style pointer parameter to pointer
2018-12-31 Tony Cookinitialize a pointer to prevent coverity complaints
2018-12-31 Tony Cookcoverity took the 6 elements in the argument as gospel
2018-12-31 Tony Cookfix potential memory leaks for failing mixing scaling...
2018-12-31 Tony Cookfix double-free in TGA code
2018-12-31 Tony Cook1.008 release v1.008
2018-12-15 Tony Cookmove EXIF handling from the JPEG handler to core Imager
2018-12-06 Tony Cookfix a dumb error in Imager::Probe
2018-12-06 Tony Cookadd some more extensions, add add_type_extensions(...
2018-12-06 Tony Cooksupport libbase as an arrayref for fake probing
2018-12-02 Tony Cookignore dist archives
2018-11-24 Tony Cook1.007 release v1.007
2018-11-24 Tony Cookupdate / correct PNG Changes file
2018-11-24 Tony Cookdocument polygon() change
2018-11-24 Tony Cookimprove error reporting for the polygon method
2018-11-23 Tony Cookadd probe support for FLIF files
2018-11-05 Tony Cooknote metadata changes
2018-11-03 Tony Cookadd changes since 1.006
2018-11-03 Tony Cookfix some old Changes typos
2018-11-03 Tony Cookadding missing 1.006 Changes header
2018-11-03 Tony Cookfix error handling in i_polygon() for non-polygon polygons
2018-11-03 Tony Cookimprove all Makefile.PLs
2018-10-07 Dan BookUpdate metadata to meta-spec 2, include web view of...
2018-09-07 Tony Cookmake it clear that noalpha doesn't compose
2018-06-05 Tony Cookfix a typo (after almost "braking" it a different way)
2018-06-04 Tony Cookadd png_compression_level parameter for writing PNG...
2018-01-05 Tony Cook(rt #124001) avoid flooring a second time in matrix...
2017-08-26 Tony Cook1.006 release v1.006
2017-08-26 Tony Cookupdate Changes
2017-08-26 Tony Cook[perl #131938] allocate stack space for results in...
2016-09-22 Tony Cookre-work color tests to use Imager::Test functions where...
2016-09-19 Tony Cookupdate Changes
2016-09-19 Tony CookRT #117878: handle invalid image objects for write_multi()
2016-09-15 Tony CookCVE-2016-1238 mitigation
2016-05-10 Tony Cookmake the jpegquality docs clearer
2016-04-15 Tony Cook1.005 release v1.005
2016-04-15 Tony Cookupdate Changes
2016-04-15 Tony CookRevert the ivdformat probing
2016-04-15 Tony CookImager 1.004_004 v1.004_004
2016-04-15 Tony Cookupdate Changes
2016-04-15 Tony Cooktry probing for a valid ivdformat if the %Config value...
2016-04-15 Tony Cookprobe to check if $Config{ivdformat} is correct for...
2016-04-15 Tony Cookminor fix to pod
2016-04-05 Tony Cookdump a bit more of the file broken on the strange win32...
2016-03-23 Tony Cook1.004_003 release v1.004_003
2016-03-23 Tony Cookupdate Changes
2016-03-23 Tony Cookadd some extra error reporting to I/O layer tests
2016-03-20 Tony Cook1.004_002 release v1.004_002
2016-03-20 Tony Cookupdate Changes
2016-03-17 Tony Cookadd write failure diagnostics for 250-draw/010-draw.t
2016-03-17 Tony Cooksupport older perls
2016-03-16 Tony Cook1.004_001 release v1.004_001
2016-03-16 Tony Cooksimple threading image creation/destruction test
2016-03-16 Tony Cookupdate Changes
2016-03-15 Tony Cookextract include paths from gcc if we can
2016-03-09 Tony Cookfix a memory leak when failing to write a 2 color icon...
2016-03-09 Tony Cookfix a context object reference leak from upgrading...
2016-03-09 Tony Cookclean up gif writing error handling (and fix a leak)
2016-03-09 Tony Cookno longer deliberately leak the first context object
2016-03-09 Tony Cookfix i_nearest_color() for threaded builds
2016-02-29 Tony Cookupdate Changes some more
2016-02-23 Tony Cookavoid uninitialized value warnings in the FT2 driver
2016-02-23 Tony Cookmore nearest_color leaks
2016-02-23 Tony Cookset pixels with no coverage to all zero
2016-02-23 Tony Cookfix documentation of i_gpix_d (internal)
2016-02-23 Tony CookFT1 font driver: leaked buffer if it failed to open...
2016-02-23 Tony Cooknearest_color filter: was leaking malloc()ed buffers
2016-02-23 Tony Cookcombine() - was leaking malloc()ed row buffers
2016-02-21 Tony Cookgetcolorusage() leaked in i_get_anonymous_color_histo...
2016-02-21 Tony Cookgetcolorcount() leaked in i_count_colors() on too many...
2016-02-21 Tony Cookremove a leak in make_palette()
2016-02-21 Tony Cookre-work malloc_temp(), calloc_temp() to avoid SV overhead
2016-02-21 Tony Cookupdate Changes
2016-02-21 Tony Cookadd a missing attribution for #106836
2016-02-21 Tony Cook[rt #111871] re-work autolevels
2016-02-16 Tony Cookallow imcover to use a non-default perl
2016-02-16 Tony Cookimcover.perl: add an option to just regen coverage
2016-02-16 Tony Cookfix Imager::Color->new(channels => []) with a short...
2016-02-16 Tony Cookavoid leaking memory in addcolors()
2016-02-08 Tony Cookfix scaling of samples for autolevels_mono
2016-01-26 Tony Cookwe no longer try to deal with buggy giflibs
2016-01-26 Tony Cookmodernize t/200-file/400-basic.t and handle fails correctly
2015-11-08 Tony Cook1.004 release v1.004
2015-11-08 Tony Cooknote that new() accepts an io parameter
2015-11-08 Tony Cookmore Changes
next