]> git.imager.perl.org - imager.git/shortlog
imager.git
2012-12-14 Tony Cookrelease Imager 0.94 v0.94
2012-12-14 Tony Cookbump FT2 version to differentiate from Imager 0.93_02
2012-12-14 Tony Cookimproved support for threads
2012-12-14 Tony Cookupdate skip messages to match Imager's new threads...
2012-12-14 Tony Cooknote ABI compatibility restoration
2012-12-14 Tony Cookrestore ABI level 5 compatibility
2012-12-14 Tony Cookconsistently use _valid_image() internally to ensure...
2012-12-14 Tony Cookcheck for the remnant from thread creation in _valid_image
2012-12-14 Tony Cookallow supplying make options to imcover.perl and abort...
2012-12-14 Tony Cookconvert t68map.t to Test::More
2012-12-14 Tony Cooktest image file limits are thread localized
2012-12-14 Tony Cookdocument when the slot destructor is called
2012-12-14 Tony Cookavoid some possible race conditions for context slots
2012-12-14 Tony Cookproperly initialize slot_alloc for new contexts
2012-12-14 Tony Cookhandle the race between writing the head and tail of...
2012-12-14 Tony Cookclean up some old junk in log.c
2012-12-14 Tony Cooktests for context handling of the error stack
2012-11-24 Tony Cookdon't clone the error stack
2012-11-24 Tony Cooktest thread context handling for logging
2012-11-24 Tony Cookabort under automated testing if we can't find threads...
2012-11-24 Tony Cookonly define im_assert_fail() when assertions are enabled.
2012-11-24 Tony Cookavoid trying to gcov unincluded files
2012-11-24 Tony Cookpass extra imcover.perl command-line options through...
2012-11-24 Tony Cookallow coverage testing to test only .c code coverage
2012-11-24 Tony Cookhopefully fix the seg fault on darwin
2012-11-24 Tony Cooknote the ft1 change in Changes
2012-11-24 Tony Cooksupport threading with Imager's Freetype 1.x driver
2012-11-24 Tony Cookrename font.c to fontft1.c, since it only does FT1 now
2012-11-24 Tony Cookupdate Changes for FT2 thread safety
2012-11-24 Tony Cookmore thread docs
2012-11-24 Tony Cookthread safety for the FT2 driver
2012-11-24 Tony Cookprovide better control over AA, and improve error handling
2012-11-24 Tony Cookthread-safe T1lib interface
2012-11-24 Tony Cookmore TODOs
2012-11-24 Tony Cookadd the context slot APIs
2012-11-24 Tony Cookuse stdc malloc instead of mymalloc()
2012-11-24 Tony Cookdocument threads support
2012-11-24 Tony Cookavoid re-entrancy into giflib using the mutex API
2012-11-24 Tony Cookavoid re-entrancy into libtiff using the mutex api
2012-11-24 Tony Cookadd mutex functions to the API
2012-11-24 Tony Cookupdate MANIFEST for missing files
2012-11-24 Tony Cookstart a change note
2012-11-24 Tony Cooktest for uncommitted changes too
2012-11-24 Tony Cookfill out documentation
2012-11-24 Tony Cookeliminate some unused code
2012-11-24 Tony Cookpick up im_ prefix functions too
2012-11-24 Tony Cookavoid i_push_errorf() and i_fatal() in a few more places
2012-11-24 Tony Cookadd i_errors()/im_errors() to the API
2012-11-24 Tony Cookmore i_fatal
2012-11-24 Tony Cookfix C89 and non-threaded builds
2012-11-24 Tony Cookremove the obsolete and unused i_img_new() function
2012-11-24 Tony Cookhide the i_push_errorf() prototype for IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate bmp.c to IMAGER_NO_CONTEXT
2012-11-24 Tony Cookmake dIMCTXio() public
2012-11-24 Tony Cookadd some context dependent functions to the API
2012-11-24 Tony Cooktest the API under IMAGER_NO_CONTEXT
2012-11-24 Tony Cookhide i_fatal() under IMAGER_NO_CONTEXT
2012-11-24 Tony Cookrebuild Imager::APIRef
2012-11-24 Tony Cookdon't define mm_log() with IMAGER_NO_CONTEXT
2012-11-24 Tony Cooklog more drawing primitives
2012-11-24 Tony Cookremove more unused variable warnings
2012-11-24 Tony Cookupdate I/O layers to accept a context on creation
2012-11-24 Tony Cookupdate limits.c with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate log.c with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate palimg.c with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate datatypes.c with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate guassian.im with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate flip.im with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate image.c with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate hlines.c to IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate img16.c to avoid mm_log()
2012-11-24 Tony Cookupdate img8.c to avoid mm_log()
2012-11-24 Tony Cookupdate imgdouble.c to avoid mm_log().
2012-11-24 Tony Cookre-work the context macros
2012-11-24 Tony Cookupdate convert.im to IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate draw.c to IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate fills.c to IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate filters.im with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookupdate conv.im to IMAGER_NO_CONTEXT
2012-11-24 Tony Cookimplement reference counting for context objects
2012-11-24 Tony Cookmasked images weren't using the image allocation API
2012-11-24 Tony CookWIP, OMG it works
2012-11-24 Tony CookWIP, it compiles
2012-11-24 Tony CookWIP, more context changes
2012-11-24 Tony CookWIP context objects
2012-11-24 Tony Cook[rt #65814] extra diagnostics
2012-11-23 Tony Cookchange note for reporting the FT2 library version
2012-11-23 Tony Cookreport the Freetype 2 library version to STDERR in...
2012-11-23 Tony Cookchange notes up to date
2012-11-20 Tony Cook[rt #81198] clarify the return value of getpixel()
2012-11-20 Tony Cookbump T1 version due to change for parallel testing
2012-11-12 Tony Cookavoid a race condition on parallel testing for T1/
2012-10-19 Tony Cookfix handling of yoff for untransformed image based...
2012-10-19 Tony Cookadd examples to the Imager::Fill documentation
2012-10-18 Tony Cookdoc cleanups for Imager::Fill
2012-10-15 Tony Cook0.93 release v0.93
2012-10-15 Tony Cookchanges note for sub-module --verbose handling
2012-10-15 Tony Cook[rt #75878] pass --verbose through to Imager::Probe...
2012-10-15 Tony Cookbump PNG and W32 versions since they've changed
2012-10-15 Tony Cooknote .dSYM clean up change
next