]> git.imager.perl.org - imager.git/history - Imager.xs
optimize filled box drawing
[imager.git] / Imager.xs
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:
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-08 Tony Cook- implement getscanline(), setscanline() and getsamples...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-04 Tony Cook- remove old #if 0 code from Imager.xs
2005-05-02 Tony Cook- the Win32 font driver bounding_box() method now puts...
2005-05-02 Tony Cook- the FT1.x driver now supports the align parameter...
2005-04-29 Tony Cook- the internal i_tags_get_string() function now acts...
2005-04-26 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-03-16 Tony Cook- added README for samples directory, describes interle...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-12-02 Tony Cookprevent warning from size difference on some platforms
2004-10-18 Tony Cook- the XS code for i_tt_glyph_name() used unsigned char...
2004-10-18 Tony Cook- the FT2 glyph_names() method didn't do correct error...
2004-09-10 Tony Cook - the image resulting from a crop is now the...
2004-09-05 Tony Cook - the rotate() and matrix_transform() methods...
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2004-08-08 Tony Cook - the Win32 font driver now uses DEFAULT_CHARSE...
2004-07-13 Tony Cook - moved some variable definitions to the right...
2004-04-22 Tony Cook - update ppport.h and remove the duplicate definitions...
2004-04-22 Tony Cookdefine aTHX_ when perl doesn't (perl 5.004 for example)
2004-03-10 Tony Cook - only call FT_Get_Postscript_Name() on FT 2.0.6 and...
2003-06-26 Tony Cook - added comment support the postfix transform2...
2003-03-29 Arnar Mar HrafnkelssonAdded extra parameters to rubthrough so only a subimage of
2002-12-31 Arnar Mar HrafnkelssonFixed return type not being on seperate line.
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-08-19 Arnar Mar HrafnkelssonSupport for probing for fileformats.
2002-05-09 Tony Cook - handle UTF8 strings passed to T1 low-level...
2002-05-05 Tony Cookhas_chars() support for freetype 1.x
2002-05-05 Arnar Mar HrafnkelssonModified i_line_aa to use a modified bresenham algorith...
2002-05-02 Arnar Mar HrafnkelssonSwitched i_draw to i_line, added endpoint boolean condi...
2002-05-01 Tony Cookvarious changes from trying to build on testdrive
2002-04-30 Arnar Mar HrafnkelssonAdded checks to flood fill functions for seed pixel...
2002-04-18 Tony Cooksecond argument to SvPV() must have type STRLEN
2002-04-18 Tony Cooksupport UTF with Freetype 1.x
2002-04-01 Arnar Mar HrafnkelssonAdded Imager version to output log.
2002-04-01 Tony Cookhide or rename any symbols that are likely to conflict...
2002-03-31 Tony Cookdifference() method
2002-03-31 Tony Cook - hide more of our Darwin dlload emulation...
2002-03-31 Tony Cooktry to fix OSX warnings
2002-03-31 Tony Cookuse INT2PTR if available
2002-03-18 Tony Cook*** empty log message ***
2002-03-06 Tony Cookmerge write to gif tags updates
next