com gtk/php-gtk: ChangeLog update: ChangeLog
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 8f0fbe6dba79b10578b08492c941d272901e6284 Author: <[email protected]> Thu, 4 May 2006 05:31:58 +0000 Parents: eee9203809b44d6d767425cac7a5259bd22c49ec Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=8f0fbe6dba79b10578b08492c941d272901e6284 Log: ChangeLog update Changed paths: M ChangeLog Diff: 8f0fbe6dba79b10578b08492c941d272901e6284 diff --git a/ChangeLog b/ChangeLog index 323ce6a..dc77eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2006-05-03 Christian Weiske <[email protected]> + + * main/phpg_gobject.c: + Adding missing GObject::notify(property) method + + * TODO2 + ext/gtk+/gtkdrag.overrides: + Allowing GtkWidget::drag_dest_find_target to omit the second parameter + + * ext/gtk+/gtk.defs: + added drag_source_add_uri_targets drag_source_add_image_targets + + * ext/gtk+/gtkdrag.overrides: + Reflection for drag methods + + * TODO2: + Removing *_menu methods removes functionality as supplying NULL as menu + widget automatically creates one. This is not done when using + append_page() + or such. + + * TODO2: + GtkSelectionData is missing some important methods + + * TODO2: + drag_dest_find_target note + + * test/bug_dnd_segfault_dump_selection.phpw: + Another segfault, this time when var_dumping a selection + + * test/bug_dnd_segfault_end.phpw + test/bug_dnd_segfault_get.phpw: + Two drag and drop segfault bugs + 2006-05-02 Andrei Zmievski <[email protected]> * ext/gtk+/gtk.overrides: