]> git.imager.perl.org - imager.git/history - Imager.xs
fix indentation
[imager.git] / Imager.xs
2015-11-04 Tony Cookfix indentation
2015-11-04 A. Sinan UnurRT #107900 Panic due to attempt to extend stack by...
2015-03-26 Tony Cookadd colorchannels(), alphachannel() and colormodel...
2015-01-30 Tony Cookzero unfilled channels in color returned by getpixel()
2015-01-25 Tony Cookimproved polygon support
2015-01-25 Tony Cookaccess to poly_poly from perl as polypolygon()
2015-01-24 Tony Cook[perl #101682] define i_circle_aa_fill() and use it circle
2014-07-14 Tony Cookrevert 3e00cb90493 and update ppport.h
2014-06-27 Tony Cookfix SV type probing to not break pre perl 5.12
2014-06-14 Tony Cookreplace SV_COW_DROP_PV with an actual value
2014-04-12 Tony Cookrt #94413: autolevels no longer color-skews
2014-03-31 Tony Cook[RT #92738] improve XS for i_io_read()/i_io_raw_read()
2014-03-29 Tony Cookallow Imager::IO->new_buffer() to accept a reference
2013-07-01 Tony Cookfix a format string error introduced in the XS re-work
2013-06-14 Tony Cookfix various GCC warnings, mostly initialized but otherw...
2013-05-25 Tony Cookre-work much of Imager.xs, using typemaps where possible
2013-05-24 Tony Cook[rt #69243] greatly simplify XS for i_bezier_multi()
2013-05-24 Tony Cook[rt #69243] use names instead of ST(n) for i_new_fill_i...
2013-05-24 Tony Cook[rt #69243] simplify XS for i_new_fill_hatchf?() and...
2013-05-24 Tony Cook[rt #69243] simplify XS for i_tags_find() and i_tags_fi...
2013-05-24 Tony Cook[rt #69243] use names for i_tags_add() instead of ST...
2013-05-24 Tony Cook[rt #69243] use names for i_tags_addn() instead of...
2013-05-24 Tony Cook[rt #69243] greatly simplify XS for i_gpixf()
2013-05-24 Tony Cook[rt #69243] remove unnecessary warning comment from...
2013-05-24 Tony Cook[rt #69243] slightly simplify XS for i_gsamp()
2013-05-24 Tony Cook[rt #69243] simplify XS for i_findcolor()
2013-05-22 Tony Cook[rt #69243] re-work XS for i_getcolors()
2013-05-22 Tony Cook[rt #69243] use the typemap for i_get_pixel()'s return...
2013-05-22 Tony Cook[rt #69243] use SysRet for i_addcolors() return value
2013-05-22 Tony Cook[rt #69243] use the HV * typemap for DSO_call()
2013-05-21 Tony Cook[rt #69243] use T_AVARRAY for i_gradgen too
2013-05-21 Tony Cook[rt #69243] add the T_AVARRAY typemap and use it
2013-05-21 Tony Cook[rt #69243] modify i_transform() XS to use the AV*...
2013-05-21 Tony Cook[rt #69243] reformat i_map() XS
2013-05-21 Tony Cook[rt #69243] change i_map() to use the AV* typemap
2013-05-21 Tony Cook[rt #69243] reformat i_matrix_transform() XS
2013-05-21 Tony Cook[rt #69243] use the AV* typemap for i_matrix_transform()
2013-05-21 Tony Cook[rt #69243] use the AV* typemap for i_poly_aa() and...
2013-05-21 Tony Cook[rt #84963] Imager::Color::rgba() now returns integer...
2013-04-08 Tony Cookuse SvPVbyte() where appropriate for i_io_*write()
2013-03-01 Tony Cookallocate the correct number of stack entries for glyph_...
2013-02-25 Tony Cookproperly test UTF8 handling for FT1, and fix it
2013-02-23 Tony Cookuse the standard font tests for Freetype 1.x (TT) too
2013-01-12 Tony CookSupport tied/layered fh parameters for read()/write()
2013-01-12 Tony Cookuse PerlIO_* calls to read/write if supplied a fh
2012-12-14 Tony Cookimproved support for threads
2012-12-14 Tony Cookconsistently use _valid_image() internally to ensure...
2012-11-24 Tony Cooksupport threading with Imager's Freetype 1.x driver
2012-11-24 Tony Cookfix C89 and non-threaded builds
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
next