]> git.imager.perl.org - imager.git/history - fontft1.c
remove a pointless NULL check from i_img_destroy()
[imager.git] / fontft1.c
2019-01-07 Tony Cookprevent an unsigned overflow in FT1 has_chars() impleme...
2019-01-06 Tony Cookfix an unsigned comparison when converting character...
2019-01-01 Tony Cookchange an array parameter decl to a pointer style decl
2018-12-31 Tony Cookagain, convert array style pointer parameter to pointer
2016-02-23 Tony CookFT1 font driver: leaked buffer if it failed to open...
2013-09-30 Tony Cook[rt.cpan.org #88993] use the correct width drawing...
2013-06-14 Tony Cookfix various GCC warnings, mostly initialized but otherw...
2013-06-10 Tony Cook[rt #73359] draw non-aa text in alpha combining mode...
2013-02-21 Tony Cookremove an unused variable declaration
2012-12-14 Tony Cookimproved support for threads
2012-11-24 Tony Cooksupport threading with Imager's Freetype 1.x driver
2012-11-24 Tony Cookrename font.c to fontft1.c, since it only does FT1 now
2012-09-29 Tony Cookrevert threading changes, they aren't ready for the...
2012-09-17 Tony Cookadding tracing for the slot APIs
2012-09-11 Tony Cookimproved thread safety for Imager
2012-09-10 Tony Cooksupport threading with Imager's Freetype 1.x driver
2012-09-10 Tony Cookrename font.c to fontft1.c, since it only does FT1 now