2008-01-03 Johan Dahlin * configure.in: * gtk/gtk.override (pygtk_main_watch_prepare): Port PyGObject patch from #481569 over to PyGTK, this avoids unnecessary wakeups every 100ms. 2007-12-16 Gian Mario Tagliaretti * examples/pygtk-demo/demos/changedisplay.py: Fix change display demo, patch by Yevgen Muntyan. fixes #354896. 2007-12-16 Paul Pogonyshev * gtk/gtk-base.defs (get_cell_area): Accept null `column' (fixes #358091). 2007-12-16 Guillaume Cottenceau * gtk/gdk-base.defs (flip): Add `caller-owns-return'. 2007-12-15 Gian Mario Tagliaretti * examples/pango/extentdemo.py: add new example (by Adam Olsen, and Behdad Esfahbod), fixes #400810. 2007-12-13 Gian Mario Tagliaretti * gtk/gdk-base.defs: (pixbuf_new_from_file) (pixbuf_new_from_file_at_size): release the GIL, fixes #415611 patch by Jakub Stachowski 2007-12-12 Ed Catmur * Makefile.am (EXTRA_DIST): Also distribute m4 files. 2007-12-12 Sebastien Bacher * examples/glade/README: Fix wrong command name. 2007-12-12 Richard Hult * examples/pygtk-demo/demos/hypertext.py (HypertextDemo.key_press_event): Use `gtk.keysyms', not `gtk.gdk' where applicable. 2007-12-10 Gustavo J. A. M. Carneiro * gtk/gtk-base.defs (render_icon): Bug 502871: gtk.Style.render_icon leaks a reference to the returned pixbuf. 2007-11-29 Dan Winship * codegen/defsgen.py (GType): GType is a gulong, not a guint. Fixes crash on x86_64. #500508 2007-11-25 Matthew Barnes * gtk/Makefile.am: Install gtk-extrafuncs.defs. Fixes #380020. 2007-11-16 Yevgen Muntyan * gtk/gtk-base.defs: Add several `null-ok' for accel-related functions. 2007-11-13 Yevgen Muntyan * gtk/gtkcontainer.override: (_wrap_GtkContainer__proxy_do_forall): do not leak allocated user data. Fixes #480306, patch by Mark Doffman. 2007-11-12 Yevgen Muntyan * autogen.sh: use absolute path of srcdir; and use it in ACLOCAL_FLAGS. 2007-11-03 Julien Moutinho * gtk/gtk.override (_wrap_gtk_clipboard_set_with_data): Fix typo in the code. 2007-10-20 Gian Mario Tagliaretti * configure.in: raise pygobject dependency to 2.14.0, fixes #478718 reported by Daniel Gryniewicz. 2007-10-18 Gian Mario Tagliaretti * README: mention how to build docs, patch from Björn Lindqvist, fixes #479379. 2007-10-18 Gian Mario Tagliaretti * gtk/gtk-2.12.defs: (gtk_widget_set_tooltip_window) Allow None in parameter. 2007-10-16 Gian Mario Tagliaretti * gtk/gtk-2.12.defs: (gtk_widget_set_tooltip_markup) (gtk_widget_set_tooltip_text) (gtk_icon_view_set_tooltip_cell) (gtk_tool_item_set_tooltip_text) (gtk_tool_item_set_tooltip_markup) (gtk_tree_view_set_tooltip_cell) Allow None in parameters. 2007-09-21 Jeremy Katz * gtk/gtktreeview.override (gtk_tree_view_convert_widget_to_bin_window_coords) (gtk_tree_view_convert_widget_to_tree_coords) (gtk_tree_view_convert_tree_to_widget_coords) (gtk_tree_view_convert_tree_to_bin_window_coords) (gtk_tree_view_convert_bin_window_to_widget_coords) (gtk_tree_view_convert_bin_window_to_tree_coords): Fix wrapper (#479012) 2007-09-16 Gustavo J. A. M. Carneiro * configure.in: Post-release bump.