1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
2007-07-05
* imlib.c: Steve Langasek
Update the module for compatibility with PHP5; thanks to Piotr Pawlow.
* Version 0.7 released
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
|