commit 0e99667286cf88a71d9a908b9ce6ef220eccf95f Author: Matthias Clasen Date: Mon Jul 12 13:09:44 2010 -0400 Fix the build gtk/gtk.symbols | 1 + gtk/gtktreemodel.c | 2 +- gtk/gtktreemodel.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletions(-) commit 5af7597e2ee752c0b20db400a61c32863c00c314 Author: Matthias Clasen Date: Mon Jul 12 12:54:50 2010 -0400 Updates NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 266fbce3a38e5330284137eb5702794544b501dc Author: Matthias Clasen Date: Fri Jul 9 21:40:46 2010 -0400 Small GtkTable doc improvement (cherry picked from commit ab6927e4faf661bbd89a087599a98278ebebbd64) docs/reference/gtk/tmpl/gtktable.sgml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 47836a3af185ab173795d24911bf2f97dc29f8c9 Author: Matthias Clasen Date: Fri Jul 9 22:23:25 2010 -0400 Respect GtkEntry::state-hint when drawing spinbutton features As proposed in bug 589904 by Thomas Wood. (cherry picked from commit bcbb976d916dfeda5ca4ca9695b3035e22aee85b) gtk/gtkspinbutton.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 1a30c3f27208e6c104622097a7e171b8b4053c16 Author: John (J5) Palmieri Date: Thu Jul 8 15:26:55 2010 -0400 annotation (transfer-none) fix that somehow got dropped from last patch * gtk_tree_path_get_indices_with_depth - annotate the return as 'transfer none' to avoid double frees gtk/gtktreemodel.c | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit 72cd4207b7086e27ff25af4cc261da1748b10b94 Author: John (J5) Palmieri Date: Thu Jul 8 15:06:55 2010 -0400 fix some tree model annotations * gtk_tree_model_iter_next - 'inout' is poorly defined and causes bugs so revert back to the default 'in' annotation * gtk_tree_path_get_indices_with_depth - annotate the return as 'transfer none' to avoid double frees (cherry picked from commit b5f878dec852329ff57f799f1abf4bd360ab7eab) gtk/gtktreemodel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9a71ad7ca9b68a5c59ab833824c76436b0c6f1f5 Author: Philip Withnall Date: Wed Jul 7 18:20:37 2010 +0200 Add (out) annotations to GtkTreeIter parameters (cherry picked from commit 0b51abbfdf5db1d29e28ddc62f74e7e9a40ae010) gtk/gtktreemodel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1af84d33f74228deadb8aee8d3a71ea98b778fab Author: Colin Walters Date: Tue Jul 6 15:49:41 2010 -0400 Fix annotation syntax for gtk_widget_class_path (cherry picked from commit c609c4e807b9029ca5b3ba90d084980ef4a64a21) gtk/gtkwidget.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3511fe4355419dff729d5be7484abdc8d9b94dbc Author: John (J5) Palmieri Date: Tue Jul 6 15:46:14 2010 -0400 fix annotation for gtk_window_set_default_icon_list gtk/gtkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b27d39ee235729632325f7b45a1652481a1fb3ec Author: Colin Walters Date: Tue Jul 6 15:01:56 2010 -0400 Fix annotation on gtk_tree_model_get_value (cherry picked from commit aff8fb2ea24520ed7c0d3c2c6ff003dd0a15f421) gtk/gtktreemodel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ef3ec85bac99839491bb1becb4000a086e3fe9ce Author: Ignacio Casal Quinteiro Date: Mon Jul 5 18:25:09 2010 +0200 Bind get_bounds and use out instead of out caller-allocates. There is no need to use caller-allocates if the scanner already detects it. (cherry picked from commit f50d06baea6176436aadb625727cd1c0a912900d) gtk/gtktextbuffer.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3b62411040295bcc085081d3db6aca544a1d4c27 Author: Xan Lopez Date: Fri Jul 2 22:38:39 2010 +0200 Remove leftover uses/references of GtkNotebook::group-id (cherry picked from commit 533ea97c67b2490d20305f60c65e173069159f3f) gtk/gtknotebook.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 10ebcedf56ae60675494d08ad9c64c08acd1a00a Author: Tomeu Vizoso Date: Fri Jul 2 10:51:45 2010 +0200 Annotate gdk_display_manager_list_displays return value https://bugzilla.gnome.org/show_bug.cgi?id=623307 (cherry picked from commit eae60c34d2f38206ce063251a862a109af41a881) gdk/gdkdisplaymanager.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 89743a6370a96a7e4fa1d2252bbddac82e38d08d Author: John (J5) Palmieri Date: Thu Jul 8 15:11:27 2010 -0400 revert inout annotation for gtk_tree_model_iter_next parameter * 'inout' is poorly defined and causes bugs so revert back to the default 'in' annotation gtk/gtktreemodel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f1e0b236978031b73535b37645e7963b8b039497 Author: Philip Withnall Date: Wed Jul 7 18:20:37 2010 +0200 Add (out) annotations to GtkTreeIter parameters gtk/gtkcombobox.c | 2 +- gtk/gtkiconview.c | 6 +++--- gtk/gtkliststore.c | 14 +++++++------- gtk/gtktreemodel.c | 14 +++++++------- gtk/gtktreemodelfilter.c | 4 ++-- gtk/gtktreemodelsort.c | 4 ++-- gtk/gtktreeselection.c | 2 +- gtk/gtktreestore.c | 14 +++++++------- gtk/gtktreeview.c | 6 +++--- 9 files changed, 33 insertions(+), 33 deletions(-) commit f2d6ab406286184ebd9755e1f6a3182188f26777 Author: Tor Lillqvist Date: Mon Jul 5 15:05:28 2010 +0300 Drop leftover reference to local gdk-pixbuf library modules/engines/ms-windows/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 91728b089087489da78564e62e878cae70876064 Author: Tor Lillqvist Date: Mon Jul 5 14:57:04 2010 +0300 Drop gdk-pixbuf stuff gtk-zip.sh.in | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 130c42c4c9dbce0b17b9a4f33f0ebc808c68c2e5 Author: Tor Lillqvist Date: Mon Jun 28 00:20:44 2010 +0300 We need to link gdk with the gio library for non-X11 backends (For X11, we link with gio-unix which takes care of it.) configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3805dc36052d87e4ee8b3e57c9f216671bf59b07 Author: Javier Jardón Date: Tue Jun 15 21:11:14 2010 +0200 Deprecate GtkWindow:allow-grow and GtkWindow::allow_shrink properties Bump required Glib version to 2.15.10 as we are using the new G_PARAM_DEPRECATED configure.in | 2 +- gtk/gtkwindow.c | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) commit e339a9b0da727eb8a8026b5b9543080d8ab1ff08 Author: Colin Walters Date: Thu Jul 1 15:16:25 2010 -0400 Actually build faq if enabled Previously we required an explicit "make html" in this subdirectory for no reason. Just build it if make is invoked at the toplevel and we have docbook. docs/faq/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 6de36e580ba8acec2fdfc35c17435851fcad06cc Author: Javier Jardón Date: Thu Jul 1 02:39:39 2010 +0200 [gdk] Add gdk_window_has_native() function https://bugzilla.gnome.org/show_bug.cgi?id=622677 docs/reference/gdk/gdk-sections.txt | 1 + gdk/gdk.symbols | 1 + gdk/gdkwindow.c | 23 +++++++++++++++++++++++ gdk/gdkwindow.h | 1 + 4 files changed, 26 insertions(+), 0 deletions(-) commit b1cc8b9cd88cf1eab4e9ec8c3cdbfb1307b6e79c Author: Benjamin Otte Date: Mon May 3 18:22:42 2010 +0200 Make toolbutton not call functions on non-GtkMisc gtk/gtktoolbutton.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 807c14741fb1ae2179afed5f7763f5d872b8d199 Author: Benjamin Otte Date: Wed Jun 30 16:25:03 2010 +0200 Deprecate GdkRegion symbols that have no Cairo equivalent https://bugzilla.gnome.org/show_bug.cgi?id=613284 gdk/gdk.symbols | 10 ++++++++++ gdk/gdkpolyreg-generic.c | 3 +++ gdk/gdkregion-generic.c | 11 +++++++++++ gdk/gdkregion.h | 12 ++++++++++++ 4 files changed, 36 insertions(+), 0 deletions(-) commit b404a437c777725348228097e2a69a40219f457f Author: Matthias Clasen Date: Tue Jun 29 22:36:15 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)