2013-05-25 |
Tony Cook | re-work much of Imager.xs, using typemaps where possible |
blob | commitdiff | raw |
2013-05-24 |
Tony Cook | [rt #69243] greatly simplify XS for i_bezier_multi() |
blob | commitdiff | raw |
2013-05-24 |
Tony Cook | [rt #69243] use names instead of ST(n) for i_new_fill_i... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] simplify XS for i_new_fill_hatchf?() and... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] simplify XS for i_tags_find() and i_tags_fi... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] use names for i_tags_add() instead of ST... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] use names for i_tags_addn() instead of... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] greatly simplify XS for i_gpixf() |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] remove unnecessary warning comment from... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] slightly simplify XS for i_gsamp() |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] simplify XS for i_findcolor() |
blob | commitdiff | raw | diff to current |
2013-05-22 |
Tony Cook | [rt #69243] re-work XS for i_getcolors() |
blob | commitdiff | raw | diff to current |
2013-05-22 |
Tony Cook | [rt #69243] use the typemap for i_get_pixel()'s return... |
blob | commitdiff | raw | diff to current |
2013-05-22 |
Tony Cook | [rt #69243] use SysRet for i_addcolors() return value |
blob | commitdiff | raw | diff to current |
2013-05-22 |
Tony Cook | [rt #69243] use the HV * typemap for DSO_call() |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] use T_AVARRAY for i_gradgen too |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] add the T_AVARRAY typemap and use it |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] modify i_transform() XS to use the AV*... |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] reformat i_map() XS |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] change i_map() to use the AV* typemap |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] reformat i_matrix_transform() XS |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] use the AV* typemap for i_matrix_transform() |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #69243] use the AV* typemap for i_poly_aa() and... |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Tony Cook | [rt #84963] Imager::Color::rgba() now returns integer... |
blob | commitdiff | raw | diff to current |
2013-04-08 |
Tony Cook | use SvPVbyte() where appropriate for i_io_*write() |
blob | commitdiff | raw | diff to current |
2013-03-01 |
Tony Cook | allocate the correct number of stack entries for glyph_... |
blob | commitdiff | raw | diff to current |
2013-02-25 |
Tony Cook | properly test UTF8 handling for FT1, and fix it |
blob | commitdiff | raw | diff to current |
2013-02-23 |
Tony Cook | use the standard font tests for Freetype 1.x (TT) too |
blob | commitdiff | raw | diff to current |
2013-01-12 |
Tony Cook | Support tied/layered fh parameters for read()/write() |
blob | commitdiff | raw | diff to current |
2013-01-12 |
Tony Cook | use PerlIO_* calls to read/write if supplied a fh |
blob | commitdiff | raw | diff to current |
2012-12-14 |
Tony Cook | improved support for threads |
blob | commitdiff | raw | diff to current |
2012-12-14 |
Tony Cook | consistently use _valid_image() internally to ensure... |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Tony Cook | support threading with Imager's Freetype 1.x driver |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Tony Cook | fix C89 and non-threaded builds |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Tony Cook | remove more unused variable warnings |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Tony Cook | implement reference counting for context objects |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Tony Cook | WIP, OMG it works |
blob | commitdiff | raw | diff to current |
2012-09-29 |
Tony Cook | [rt #79922] catch an invalid matrix supplied to convert() |
blob | commitdiff | raw | diff to current |
2012-09-29 |
Tony Cook | revert threading changes, they aren't ready for the... |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Tony Cook | improved thread safety for Imager |
blob | commitdiff | raw | diff to current |
2012-09-10 |
Tony Cook | support threading with Imager's Freetype 1.x driver |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | fix C89 and non-threaded builds |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | remove more unused variable warnings |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | implement reference counting for context objects |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | WIP, OMG it works |
blob | commitdiff | raw | diff to current |
2012-08-13 |
Tony Cook | remove various dangerous functions from the XS interface |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Tony Cook | added the check_file_limits() method to Imager |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Tony Cook | elimintate IIM_new and IIM_DESTROY from Imager's internals |
blob | commitdiff | raw | diff to current |
2012-04-25 |
Tony Cook | [rt #76782] improve documentation and error reporting... |
blob | commitdiff | raw | diff to current |
2012-02-16 |
Tony Cook | Merge branch 'psamp' |
blob | commitdiff | raw | diff to current |
2012-02-14 |
Tony Cook | add offset and width parameters to setsamples() for... |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Tony Cook | initial XS interfaces to i_psamp()/i_psampf() |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Tony Cook | re-work XS handling of channel lists |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Tony Cook | don't pass a ssize_t to a %d format string |
blob | commitdiff | raw | diff to current |
2011-11-21 |
Tony Cook | [rt #67911] add gray, gray4, gray16 preset color palettes |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Tony Cook | fix what I broke in 91abfd10e623 |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Tony Cook | provide XS OUTPUT clauses for i_transform2/i_transform |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Tony Cook | [rt #69158] *_has_chars() now returns PL_sv_yes/PL_sv_no |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Tony Cook | add extra ppport.h configuration to support older perls |
blob | commitdiff | raw | diff to current |
2011-10-13 |
Tony Cook | [rt #71653] i_log_entry() used the supplied string... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Tony Cook | Merge the I/O buffering branch |
blob | commitdiff | raw | diff to current |
2011-08-15 |
Tony Cook | [rt #69242] don't leak memory when setscanline() is... |
blob | commitdiff | raw | diff to current |
2011-08-08 |
Tony Cook | switch to using size_t and i_img_dim strictly |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Tony Cook | add to_rgb_double() method |
blob | commitdiff | raw | diff to current |
2011-05-21 |
Tony Cook | re-work document and test Imager's logging facility |
blob | commitdiff | raw | diff to current |
2011-05-21 |
Tony Cook | remove useless #define |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Tony Cook | allow box() to accept floating colors for filling areas |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Tony Cook | add an internal i_img_samef() and adapt is_imaged(... |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Tony Cook | change the fallback for an unknown make_colors value... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Tony Cook | [RT #65863] mostly eliminate i_has_format |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Tony Cook | move t1lib font support to a separate module |
blob | commitdiff | raw | diff to current |
2011-01-15 |
Tony Cook | [rt.cpan.org #64785] GIF encoding is very slower on... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Tony Cook | add the combine method |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Tony Cook | reorganize convert.c to convert.im |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Tony Cook | Move freetype 2 support into its own module |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Tony Cook | move win32 font support in a new directory, and use... |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Tony Cook | more optimization - pretty minor returns |
blob | commitdiff | raw | diff to current |
2010-09-05 |
Tony Cook | optimize filled box drawing |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Tony Cook | move JPEG into it's own module |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Tony Cook | move TIFF into its own module |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Tony Cook | move the GIF file handling code into a sub-module |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Tony Cook | merge PNG branch and some clean-up |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Tony Cook | add the hardinvertall filter |
blob | commitdiff | raw | diff to current |
2010-07-03 |
Tony Cook | reading multi-image PNM files |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Tony Cook | merge the thickline branch polygon fix |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Tony Cook | - use PERL_NO_GET_CONTEXT to slightly improve performa... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Tony Cook | merge circle outline branch |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Tony Cook | prevent double frees when Imager is loaded when threads... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Tony Cook | - use scanline oriented operations to flip images... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Tony Cook | add opacity adaption fills |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Tony Cook | - the conv filter now enforces that the sum of the... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Tony Cook | - correct documentation of default of raw image interl... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Tony Cook | - corrected a reference leak where writing GIFs would... |
blob | commitdiff | raw | diff to current |
2008-11-19 |
Tony Cook | avoid a leaked reference if we create the colors array... |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Tony Cook | commit changes from draw branch |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Tony Cook | rearrange dynaload code to avoid some OS X issues |
blob | commitdiff | raw | diff to current |
2007-11-26 |
Tony Cook | merge in tiff re-work branch |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Tony Cook | build under c89 |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Tony Cook | compiler warning cleanup |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Tony Cook | added cleanup, documentation, further tests and graysca... |
blob | commitdiff | raw | diff to current |
next |