2017-08-26 |
Tony Cook | [perl #131938] allocate stack space for results in... |
blob | commitdiff | raw |
2016-03-09 |
Tony Cook | no longer deliberately leak the first context object |
blob | commitdiff | raw | diff to current |
2016-03-09 |
Tony Cook | fix i_nearest_color() for threaded builds |
blob | commitdiff | raw | diff to current |
2016-02-23 |
Tony Cook | more nearest_color leaks |
blob | commitdiff | raw | diff to current |
2016-02-21 |
Tony Cook | remove a leak in make_palette() |
blob | commitdiff | raw | diff to current |
2016-02-21 |
Tony Cook | re-work malloc_temp(), calloc_temp() to avoid SV overhead |
blob | commitdiff | raw | diff to current |
2016-02-16 |
Tony Cook | avoid leaking memory in addcolors() |
blob | commitdiff | raw | diff to current |
2015-11-04 |
Tony Cook | fix indentation |
blob | commitdiff | raw | diff to current |
2015-11-04 |
A. Sinan Unur | RT #107900 Panic due to attempt to extend stack by... |
blob | commitdiff | raw | diff to current |
2015-03-26 |
Tony Cook | add colorchannels(), alphachannel() and colormodel... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Tony Cook | zero unfilled channels in color returned by getpixel() |
blob | commitdiff | raw | diff to current |
2015-01-25 |
Tony Cook | improved polygon support |
blob | commitdiff | raw | diff to current |
2015-01-25 |
Tony Cook | access to poly_poly from perl as polypolygon() |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Tony Cook | [perl #101682] define i_circle_aa_fill() and use it circle |
blob | commitdiff | raw | diff to current |
2014-07-14 |
Tony Cook | revert 3e00cb90493 and update ppport.h |
blob | commitdiff | raw | diff to current |
2014-06-27 |
Tony Cook | fix SV type probing to not break pre perl 5.12 |
blob | commitdiff | raw | diff to current |
2014-06-14 |
Tony Cook | replace SV_COW_DROP_PV with an actual value |
blob | commitdiff | raw | diff to current |
2014-04-12 |
Tony Cook | rt #94413: autolevels no longer color-skews |
blob | commitdiff | raw | diff to current |
2014-03-31 |
Tony Cook | [RT #92738] improve XS for i_io_read()/i_io_raw_read() |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Tony Cook | allow Imager::IO->new_buffer() to accept a reference |
blob | commitdiff | raw | diff to current |
2013-07-01 |
Tony Cook | fix a format string error introduced in the XS re-work |
blob | commitdiff | raw | diff to current |
2013-06-14 |
Tony Cook | fix various GCC warnings, mostly initialized but otherw... |
blob | commitdiff | raw | diff to current |
2013-05-25 |
Tony Cook | re-work much of Imager.xs, using typemaps where possible |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Tony Cook | [rt #69243] greatly simplify XS for i_bezier_multi() |
blob | commitdiff | raw | diff to current |
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 |
next |