]> git.imager.perl.org - imager.git/history - Imager.xs
make dIMCTXio() public
[imager.git] / Imager.xs
2012-11-24 Tony Cookremove more unused variable warnings
2012-11-24 Tony Cookimplement reference counting for context objects
2012-11-24 Tony CookWIP, OMG it works
2012-09-29 Tony Cook[rt #79922] catch an invalid matrix supplied to convert()
2012-09-29 Tony Cookrevert threading changes, they aren't ready for the...
2012-09-11 Tony Cookimproved thread safety for Imager
2012-09-10 Tony Cooksupport threading with Imager's Freetype 1.x driver
2012-08-14 Tony Cookfix C89 and non-threaded builds
2012-08-14 Tony Cookremove more unused variable warnings
2012-08-14 Tony Cookimplement reference counting for context objects
2012-08-14 Tony CookWIP, OMG it works
2012-08-13 Tony Cookremove various dangerous functions from the XS interface
2012-06-04 Tony Cookadded the check_file_limits() method to Imager
2012-05-11 Tony Cookelimintate IIM_new and IIM_DESTROY from Imager's internals
2012-04-25 Tony Cook[rt #76782] improve documentation and error reporting...
2012-02-16 Tony CookMerge branch 'psamp'
2012-02-14 Tony Cookadd offset and width parameters to setsamples() for...
2012-02-13 Tony Cookinitial XS interfaces to i_psamp()/i_psampf()
2012-02-12 Tony Cookre-work XS handling of channel lists
2012-01-03 Tony Cookdon't pass a ssize_t to a %d format string
2011-11-21 Tony Cook[rt #67911] add gray, gray4, gray16 preset color palettes
2011-10-17 Tony Cookfix what I broke in 91abfd10e623
2011-10-17 Tony Cookprovide XS OUTPUT clauses for i_transform2/i_transform
2011-10-14 Tony Cook[rt #69158] *_has_chars() now returns PL_sv_yes/PL_sv_no
2011-10-14 Tony Cookadd extra ppport.h configuration to support older perls
2011-10-13 Tony Cook[rt #71653] i_log_entry() used the supplied string...
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-15 Tony Cook[rt #69242] don't leak memory when setscanline() is...
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2011-05-23 Tony Cookadd to_rgb_double() method
2011-05-21 Tony Cookre-work document and test Imager's logging facility
2011-05-21 Tony Cookremove useless #define
2011-05-16 Tony Cookallow box() to accept floating colors for filling areas
2011-05-16 Tony Cookadd an internal i_img_samef() and adapt is_imaged(...
2011-03-14 Tony Cookchange the fallback for an unknown make_colors value...
2011-02-18 Tony Cook[RT #65863] mostly eliminate i_has_format
2011-02-06 Tony Cookmove t1lib font support to a separate module
2011-01-15 Tony Cook[rt.cpan.org #64785] GIF encoding is very slower on...
2010-10-31 Tony Cookadd the combine method
2010-10-23 Tony Cookreorganize convert.c to convert.im
2010-09-25 Tony CookMove freetype 2 support into its own module
2010-09-16 Tony Cookmove win32 font support in a new directory, and use...
2010-09-06 Tony Cookmore optimization - pretty minor returns
2010-09-05 Tony Cookoptimize filled box drawing
2010-08-31 Tony Cookmove JPEG into it's own module
2010-08-25 Tony Cookmove TIFF into its own module
2010-08-23 Tony Cookmove the GIF file handling code into a sub-module
2010-08-06 Tony Cookmerge PNG branch and some clean-up
2010-08-03 Tony Cookadd the hardinvertall filter
2010-07-03 Tony Cookreading multi-image PNM files
2010-06-20 Tony Cookmerge the thickline branch polygon fix
2010-05-06 Tony Cook - use PERL_NO_GET_CONTEXT to slightly improve performa...
2010-02-25 Tony Cookmerge circle outline branch
2009-11-30 Tony Cookprevent double frees when Imager is loaded when threads...
2009-11-24 Tony Cook - use scanline oriented operations to flip images...
2009-11-06 Tony Cookadd opacity adaption fills
2009-09-28 Tony Cook - the conv filter now enforces that the sum of the...
2009-01-15 Tony Cook - correct documentation of default of raw image interl...
2008-12-11 Tony Cook - corrected a reference leak where writing GIFs would...
2008-11-19 Tony Cookavoid a leaked reference if we create the colors array...
2008-03-25 Tony Cookcommit changes from draw branch
2007-12-06 Tony Cookrearrange dynaload code to avoid some OS X issues
2007-11-26 Tony Cookmerge in tiff re-work branch
2007-08-29 Tony Cookbuild under c89
2007-08-27 Tony Cookcompiler warning cleanup
2007-08-25 Tony Cookadded cleanup, documentation, further tests and graysca...
2007-08-24 Tony CookGabriel Vasseur's patch, corrected just enough for...
2007-08-01 Tony Cookallow Imager to be loaded on Windows 98
2007-07-31 Tony Cook - transparency is now enabled by default when writing...
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2007-06-26 Tony Cook - to avoid confusion, channels not present in the...
2007-04-14 Tony Cookdocument the difference() method's mindist parameter...
2007-04-08 Tony Cookadd to_rgb16 method
2007-01-30 Tony Cookchange C<allow_partial> to C<allow_incomplete> to match...
2006-12-30 Tony CookVarious changes:
2006-11-19 Tony Cookavoid various compiler warnings
2006-11-06 Tony Cookadded tests for the overflowing box changes, fix draw
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-08-18 Tony CookMerged in the scale branch:
2006-08-15 Tony Cookadded pixel type 'index' to getscanline() and setscanli...
2006-07-27 Tony Cookthere was a C< *(char *)0 = 0 > left in a code path...
2006-07-04 Tony Cookupdate to a newer ppport.h and modify Imager.xs a bit...
2006-06-30 Tony Cookadd more iolayer tests
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-03-23 Tony Cook- added support for registering file readers
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-11 Tony Cookrename some private functions to private names
2006-03-05 Tony Cook- i_gsampf() (used to implement getsamples() for floati...
2006-03-01 Tony Cook- removed unused hashinfo() function from Imager.xs
2006-02-17 Tony Cook- more memory allocation integer overflow auditing
2006-02-05 Tony Cook- smarter warning removal
2006-01-30 Tony Cook- eliminate many -Wall warnings
2006-01-10 Tony Cook- start of external Imager API access:
2005-12-07 Tony Cook- added experimental EXIF decoding when reading JPEG...
2005-11-26 Tony Cook- arc(..., fill=> ...) wasn't handling concave areas...
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
next