From d0a9b9a03fc7ae74ef8a64593ac6b592526ec4d5 Mon Sep 17 00:00:00 2001 From: pp Date: Wed, 19 May 2004 04:59:31 +0000 Subject: - initial import git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@7 455248ca-bdda-0310-9134-f4ebb693071a --- CHANGES | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 CHANGES (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..bcccaf3 --- /dev/null +++ b/CHANGES @@ -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 -- cgit v1.2.3