com gtk/php-gtk: ChangeLog update: ChangeLog
[email protected] (David Soria Parra) Mon, 16 Jan 2006 06:31:47 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f74dac3479a3fb956f50056ba9672610281d7557 Author: <[email protected]> Mon, 16 Jan 2006 06:31:47 +0000 Parents: 5daea518cdc01115f764026c53926f9942f51f29 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=f74dac3479a3fb956f50056ba9672610281d7557 Log: ChangeLog update Changed paths: M ChangeLog Diff: f74dac3479a3fb956f50056ba9672610281d7557 diff --git a/ChangeLog b/ChangeLog index 2024a68..5577388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-01-15 Christian Weiske <[email protected]> + + * ext/gtk+/gdk.overrides: + Some simple event overrides: + GdkEvent::get_state + GdkEvent::get_root_coords + GdkEvent::get_coords + GdkEvent::get_axis + + * ext/gtk+/gtk.overrides: + Taking back the performance enhancements of GtkDialog constructor + and GtkDialog::add_buttons, because that doesn't work on Steph's + windows box + +2006-01-15 Andrei Zmievski <[email protected]> + + * generator/generator.php: + If override does not specify flags, base the flags on whether the method + is static or not. + 2006-01-14 Christian Weiske <[email protected]> * ext/gtk+/gdk.overrides