diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 69 |
1 files changed, 69 insertions, 0 deletions
@@ -0,0 +1,69 @@ +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 |
