com gtk/php-gtk: ChangeLog update: ChangeLog
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 474eef7ab48c3a50033815259a86a14ba47ead07 Author: <[email protected]> Sun, 9 Apr 2006 05:31:57 +0000 Parents: 37293580059d7342f2f89e7ea7f8ee4eca14f39a Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=474eef7ab48c3a50033815259a86a14ba47ead07 Log: ChangeLog update Changed paths: M ChangeLog Diff: 474eef7ab48c3a50033815259a86a14ba47ead07 diff --git a/ChangeLog b/ChangeLog index f9bab05..5cfb8ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-04-08 Andrei Zmievski <[email protected]> + + * ext/gtk+/gdk.overrides: + Add patch for GdkPixbuf::save() from Christian, with some modifications. + + * ext/gtk+/gtktreeview.overrides: + Fix construction of GtkListStore() with 0 columns. + + * ext/gtk+/gdk.overrides: + Add Christian's patches for new GdkPixbuf methods: get_pixel(), + put_pixel(), and fill_area(). The last one may need some checking of + area calculations. + + 2006-04-07 Andrei Zmievski <[email protected]> * ext/gtk+/gtktreeview.overrides: