summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
blob: bcccaf373a59743efb02365c0d0e979797161068 (plain)
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
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