2006-10-18 * examples: Steve Langasek Remove ARIAL.TTF in favor of the legally redistributable Vera.ttf. * Version 0.6 released 2005-06-06 * imlib.c: Steve Langasek Remove the static definition of 'third_arg_force_ref', which shadows a declaration in the Zend headers and is therefore unnecessary with current versions of PHP. * Version 0.5 released 2005-02-15 * COPYING, imlib.c, php_imlib.h: Steve Langasek Dual-license under LGPL, with Matt's agreement. * Version 0.4 released 2005-02-10 * imlib.c, php_imlib.h: Steve Langasek Fix up code to conform to the ZTS API, necessary for building on Debian systems Fix up broken copyright headers, since this code is not copyright the PHP Group Add missing "static" keywords to a new helper function declaration. 2003-09-04 * config.m4: Steve Langasek Fix package build rules so they work with php 4.3's phpize 2001-09-23 * imlib.c, php_imlib.h: Piotr Pawlow Added cache control, several bugfixes to other code 2001-01-10 * Version 0.3 released 2001-01-09 * imlib.c, php_imlib.h, docs/class.ImlibImage.php: Matt McClanahan Added blur/sharpen support 2001-01-07 * imlib.c: Steve Langasek Implemented pass-by-ref arguments according to current standard. 2000-12-26 * imlib.c, docs/class.ImlibImage.php: Matt McClanahan Added image quality/compression setting to imlib_save_image and imlib_dump_image 2000-12-22 * imlib.c: Steve Langasek include php_config.h explicitly. Module now works with PHP 4.0.4. 2000-11-17 * imlib.c, php_imlib.h, docs/class.ColorRange.php: Matt McClanahan Added Imlib_Color_Range support. 2000-11-01 * Version 0.2 released 2000-10-20 * docs/class.*.php: Matt McClanahan Added a set of PHP classes that provide a nice OOP wrapper around php_imlib's functions. 2000-10-16 * imlib.c, php_imlib.h: Matt McClanahan Added ImlibPolygon-related functions 2000-10-15 * imlib.c: Matt McClanahan Added optional param to all drawing routines: an array of (x,y,w,h) which is used to define a cliprect to be used for that function call 2000-10-09 * imlib.c, php_imlib.h: Matt McClanahan Added _flip_ and _tile_ functions, which all use _php_imlib_single_arg() 2000-10-08 * imlib.c, php_imlib.h: Matt McClanahan Added _draw_rectangle, _draw_ellipse, and _draw_line 2000-10-07 * imlib.c, php_imlib.h: Steve Langasek Move resource type handles to static int's in imlib.c 2000-10-05 * Version 0.1 released