commit 9399114802846a3878ff3f8d818bd18664285cf4 Author: Matthias Clasen Date: Tue Jun 8 21:10:15 2010 -0400 Remove one more gtk-doc template docs/reference/gdk/tmpl/dnd.sgml | 261 -------------------------------------- 1 files changed, 0 insertions(+), 261 deletions(-) commit 897cf634c33af4b067ebc2824c586d471dbe5490 Author: Matthias Clasen Date: Tue Jun 8 19:46:13 2010 -0400 Don't call update-po in make dist This is causing the bulk of the conflicts I have during distcheck, and is not really necessary. po-properties/Makefile.in.in | 2 +- po/Makefile.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e17b9f282fb6cfb413de598350e273a68031994b Author: Matthias Clasen Date: Tue Jun 8 19:44:56 2010 -0400 Get rid of templates that gtk-doc touches during distcheck In an attempt to make distcheck not touch any files under source control. docs/reference/gtk/tmpl/gtkiconview.sgml | 771 ------------------- docs/reference/gtk/tmpl/gtkstatusbar.sgml | 165 ---- docs/reference/gtk/tmpl/gtkwindow.sgml | 1161 ----------------------------- gtk/gtkiconview.c | 13 + gtk/gtkstatusbar.c | 38 + gtk/gtkstatusbar.h | 6 + gtk/gtkwindow.c | 30 + 7 files changed, 87 insertions(+), 2097 deletions(-) commit 814701993030bb1280d0eb354ab52fec1becdfc7 Author: Steve Frécinaux Date: Tue Jun 8 20:32:12 2010 +0200 [gtkwidget] Add type annotations for the event signals. gtk/gtkwidget.c | 65 +++++++++++++++++++++++++++++++++++------------------- 1 files changed, 42 insertions(+), 23 deletions(-) commit 59108b5d98f880457bf540f1898d3c21bb35d0e2 Author: Matthias Clasen Date: Tue Jun 8 15:21:18 2010 -0400 Move docs inline gdk/gdkdnd.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 4bf5a171e2533a518d2b50d1f494cbd84f2fb76e Author: Matthias Clasen Date: Tue Jun 8 15:15:59 2010 -0400 Distcheck fixes gdk/Makefile.am | 3 ++- gdk/abicheck.sh | 2 +- gtk/tests/defaultvalue.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) commit 34deb14eff46cdba13bf022f0fa0a22a27e05061 Author: Matthias Clasen Date: Tue Jun 8 12:29:55 2010 -0400 Fix !srcdir build docs/reference/gtk/Makefile.am | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) commit bffd85c2b7f8af51744fb9c57f5d69965f5f4af3 Author: Michael Natterer Date: Tue Jun 8 21:29:52 2010 +0200 gail: don't use removed GtkTooltips API In the absence of new API to port to, left the code in a useless if(FALSE /* FIXME */) state, for somebody with better gail knowledge to fix. modules/other/gail/gailwindow.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 9959986ecd39d42563586ea76838049f5425c98b Author: Seán de Búrca Date: Tue Jun 8 12:34:25 2010 -0600 Updated Irish translation po/ga.po | 33 ++++++++++++++------------------- 1 files changed, 14 insertions(+), 19 deletions(-) commit 2f990d472634b36935612014ea9b0c1a99efa6c3 Author: Federico Mena Quintero Date: Tue Jun 8 12:09:48 2010 -0500 bgo#608537 - Make the file chooser's sort arrows consistent with the HIG ... Although I think the HIG gets things backwards anyway. Signed-off-by: Federico Mena Quintero gtk/gtkfilechooserdefault.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 46031962879c18ba099576b4ed47d201b806841f Author: Matthias Clasen Date: Tue Jun 8 12:03:09 2010 -0400 Updates NEWS | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) commit 2d9b7335bf6e3ed44af43000e41bc44709482ed6 Author: Matthias Clasen Date: Tue Jun 8 10:27:53 2010 -0400 Bump the gobject-introspection requires configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b32ef72ea51ef298f78c9702ed1091544f1ccbcb Author: Richard Hughes Date: Tue Jun 8 14:07:12 2010 +0100 Get one step closer to fixing the gobject-introspection compile failure gdk/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 79b161f709671b7408a03a5456ed6716b3318c42 Author: Matthias Clasen Date: Tue Jun 8 09:03:07 2010 -0400 Use gtk_action_group_get_action when looking up actions ...instead of open-coding it. Pointed out by Christian Persch in bug 620960 gtk/gtkapplication.c | 23 ++++++++--------------- 1 files changed, 8 insertions(+), 15 deletions(-) commit cca298ad7d2e5ab80c238cddf84875b5dc8a74d4 Author: Matthias Clasen Date: Tue Jun 8 08:58:16 2010 -0400 Remove debug spew gtk/gtkapplication.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit b366ae9c22ee9981b6141ac6d81a273b55a5ee45 Author: Matthias Clasen Date: Tue Jun 8 08:28:01 2010 -0400 Update to GApplication api changes gtk/gtkapplication.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 0491b409a95c0e753dc1f82799f8fcacf514351c Author: John (J5) Palmieri Date: Mon Jun 7 18:20:36 2010 -0400 add transfer-none to return value of gtk_widget_get_window gtk/gtkwidget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 586d60dbeedeabcbd4c3098dadcbac5a67c33ba7 Author: Steve Frécinaux Date: Mon Jun 7 23:47:14 2010 +0200 [gdkevents] Add annotations for GdkEvent getters. gdk/gdkevents.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 046069d918be4c884effd2e74a1f471f8830de9d Author: Steve Frécinaux Date: Mon Jun 7 23:45:43 2010 +0200 [gtktextbuffer] Annotate gtk_text_buffer_create_mark() Add (transfer none) to the return value of gtk_text_buffer_create_mark(), as the documentation clearly states the caller doesn't have ownership of the returned value. gtk/gtktextbuffer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1ae257d00a2921f903048777664f1f171ff24c9b Author: Matthias Clasen Date: Mon Jun 7 16:44:58 2010 -0400 Add GtkApplication This is a work in progress to stub out an application class. The primary goal is to provide a mechanism for applications to export GtkActions, and there is a standard "Quit" action. This is based on GApplication. Future work: * Add a way to say "This is my application menubar", which gets put into all toplevel windows on non-OS-X, and into the top on OS X. * Support session management. * Support application settings. https://bugzilla.gnome.org/show_bug.cgi?id=127958 docs/reference/gtk/gtk-docs.sgml | 9 +- docs/reference/gtk/gtk3-sections.txt | 25 ++ docs/reference/gtk/gtk3.types | 1 + gtk/Makefile.am | 2 + gtk/gtk.h | 1 + gtk/gtk.symbols | 11 + gtk/gtkapplication.c | 540 ++++++++++++++++++++++++++++++++++ gtk/gtkapplication.h | 100 +++++++ gtk/tests/Makefile.am | 6 +- gtk/tests/gtk-example-application.c | 60 ++++ tests/Makefile.am | 7 +- tests/testapplication.c | 105 +++++++ tests/testapplication.desktop | 6 + 13 files changed, 868 insertions(+), 5 deletions(-) commit 2c5871479e55a4a5d8e67aef5491c33e14a93f57 Author: John (J5) Palmieri Date: Mon Jun 7 16:15:39 2010 -0400 annotate allow-none for gtk_image_menu_item_new_from_stock accel_group param gtk/gtkimagemenuitem.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0d2366d5eb8e73150147ba811299458391cfe4ca Author: John (J5) Palmieri Date: Mon Jun 7 13:15:27 2010 -0400 add allow-none annotation to gtk_clipboard_set_can_store's targets parameter gtk/gtkclipboard.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit ca6aacc32d8141c0d6ebbf8c1ed6152764232bae Author: Marek Kasik Date: Mon Jun 7 14:52:38 2010 +0200 Return error instead of showing an error dialog when printing Remove message dialogs showing an error when printing. Return GTK_PRINT_OPERATION_RESULT_ERROR and set error in such a case. Also return GTK_PRINT_OPERATION_RESULT_CANCEL when cancelled. Do it for synchronous and asynchronous cases (#549127). gtk/gtkprintjob.h | 6 ++-- gtk/gtkprintoperation-unix.c | 42 +++++++---------------------------- gtk/gtkprintoperation.c | 48 +++++++++++++++++++++++++++++++++++------- 3 files changed, 52 insertions(+), 44 deletions(-) commit 42deb581f936ee847cc54ddd936902934d889e7a Author: Tomeu Vizoso Date: Wed Jun 2 18:17:16 2010 +0200 Split gdk x11 funcs to their own typelib https://bugzilla.gnome.org/show_bug.cgi?id=617863 gdk/Makefile.am | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) commit 5300dc2b36c1e533bea45046549f4cf9d3bdb687 Author: Sven Herzberg Date: Thu Jun 3 14:00:34 2010 +0200 drop the draw_string() function from GtkStyle Reviewed by Michael Natterer. * gtk/gtkstyle.c, * gtk/gtkstyle.h: gdk_draw_string() has been deprecated and removed already. There's no one left who should be using this function (found this when porting sapwood to GTK+ 3.0) * modules/engines/pixbuf/pixbuf-draw.c: don't implement this unused function gtk/gtkstyle.c | 43 ---------------------------------- gtk/gtkstyle.h | 9 ------- modules/engines/pixbuf/pixbuf-draw.c | 39 ------------------------------ 3 files changed, 0 insertions(+), 91 deletions(-) commit 7644ac519a2b3335ea65a5afc6259d13db12c07d Author: Matthias Clasen Date: Mon Jun 7 06:16:21 2010 -0400 Fix up abi checking The abicheck script was hardcoding assumptions about XI2 being used, making it fail on e.g. RHEL5. gdk/abicheck.sh | 2 +- gdk/gdk.symbols | 12 ++++++++++++ gdk/makegdkalias.pl | 2 +- gdk/x11/gdkdevicemanager-xi.c | 5 +++++ gdk/x11/gdkdevicemanager-xi.h | 1 - gdk/x11/gdkdevicemanager-xi2.h | 2 +- 6 files changed, 20 insertions(+), 4 deletions(-) commit da8643e4571a72eb092c837b94ab0b66b4e3d057 Author: Javier Jardón Date: Mon Jun 7 04:39:21 2010 +0200 Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards gtk/gtkstyle.c | 1 - gtk/gtktestutils.c | 1 - gtk/gtktypebuiltins.c.template | 1 - gtk/tests/defaultvalue.c | 2 -- gtk/tests/filechooser.c | 2 -- gtk/tests/floating.c | 3 +-- modules/other/gail/gail.c | 2 -- modules/other/gail/gailitem.c | 2 -- modules/other/gail/gaillabel.c | 2 -- modules/other/gail/gailmenu.c | 2 -- modules/other/gail/gailtoplevel.c | 2 -- modules/other/gail/gailwidget.c | 2 -- modules/other/gail/gailwindow.c | 2 -- modules/other/gail/tests/ferret.c | 2 -- modules/other/gail/tests/testcombo.c | 2 -- tests/testgtk.c | 1 - tests/testoffscreen.c | 2 -- tests/testselection.c | 2 -- tests/testtext.c | 2 -- 19 files changed, 1 insertions(+), 34 deletions(-) commit 47f8beb0a6069b1b0c8cba84f028797095f3ea99 Author: Javier Jardón Date: Mon Jun 7 04:31:56 2010 +0200 Remove gdkx_colormap_get() deprecated function docs/reference/gdk/gdk3-sections.txt | 1 - docs/reference/gdk/tmpl/x_interaction.sgml | 8 ------ gdk/gdk.symbols | 3 -- gdk/x11/gdkcolor-x11.c | 35 ---------------------------- gdk/x11/gdkx.h | 5 ---- 5 files changed, 0 insertions(+), 52 deletions(-) commit 25864cf0ceddfbaf7703ecff4964f1ef708f66c7 Author: Matthias Clasen Date: Sun Jun 6 19:39:12 2010 -0400 Make gdk build against old X headers The XI.h in RHEL5 is missing some defines that are used in the new device code. gdk/x11/gdkdevicemanager-xi.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 2ace397eb52df6627bbcd8caef40a7dab82618f8 Author: Javier Jardón Date: Tue May 25 20:38:43 2010 +0200 Remove deprecatedd code from GdkColor https://bugzilla.gnome.org/show_bug.cgi?id=619649 docs/faq/gtk-faq.sgml | 2 +- docs/reference/gdk/gdk3-sections.txt | 11 -- docs/reference/gdk/tmpl/colors.sgml | 106 +------------------- gdk/directfb/gdkcolor-directfb.c | 77 -------------- gdk/gdk.symbols | 17 --- gdk/gdkcolor.c | 152 +-------------------------- gdk/gdkcolor.h | 43 -------- gdk/quartz/gdkcolor-quartz.c | 44 -------- gdk/testgdk.c | 2 - gdk/win32/gdkcolor-win32.c | 107 +------------------- gdk/x11/gdkcolor-x11.c | 191 ++-------------------------------- 11 files changed, 17 insertions(+), 735 deletions(-) commit a18f23c478ec157b89f339caca55c0ef98b02bed Author: Kristjan Schmidt Date: Sun Jun 6 21:22:40 2010 +0200 Updated Esperanto translation po/eo.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 38abc03af47916342f7eca6d0a0a86c1caeb9838 Author: Kristjan Schmidt Date: Sun Jun 6 21:16:30 2010 +0200 Updated Esperanto translation po/eo.po | 4260 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1919 insertions(+), 2341 deletions(-) commit 98f3226fb7e7c52aa99246e487cd86c65978b0b4 Author: Kristjan Schmidt Date: Sat Jun 5 12:19:09 2010 +0200 Updated Esperanto translation po-properties/eo.po | 4455 ++++++++++++++++++++++++++------------------------- 1 files changed, 2269 insertions(+), 2186 deletions(-) commit 917cd2ce3e0fa999bae69a7f3a865ef29cd35261 Author: Javier Jardón Date: Sat Jun 5 04:37:35 2010 +0200 Bump Glib required version as is needed by g_source_set_name() The use of this new api was added in 95bc0f540555c15561ae1ddd2387ea5157591fda configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 35be520983dd19d0688cdd0a9821394758ccdc75 Author: Christian Dywan Date: Fri Jun 4 20:03:19 2010 -0400 Make progressbars render progress again This was broken during some earlier deprecation cleanup. Bug 620509. gtk/gtkprogressbar.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit db2168890834e3284de64b6a1a08f88417feda31 Author: Matthias Clasen Date: Fri Jun 4 19:40:43 2010 -0400 Remove remaining single-include guards gdk-pixbuf/gdk-pixbuf-enum-types.h.template | 2 +- gdk-pixbuf/gdk-pixbuf-features.h.in | 2 +- gdk/gdkdevice.h | 2 +- gdk/gdkdeviceprivate.h | 4 ---- gdk/gdkenumtypes.h.template | 2 +- gtk/gtktypebuiltins.h.template | 2 +- gtk/gtkversion.h.in | 2 +- 7 files changed, 6 insertions(+), 10 deletions(-) commit 9f873fa7bc87b0ba0a9522e672b7b4f16968bf9c Author: Matthias Clasen Date: Fri Jun 4 19:28:01 2010 -0400 Don't install private headers gdk/Makefile.am | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit fe8d093a3ca0e3ffcf19e48df2a86d40d4bbd8e6 Author: Stanislas Marquis Date: Sat Jun 5 00:33:06 2010 +0200 [docs] Fix GtkWindow: activate-default => activate-focus. Signed-off-by: Javier Jardón gtk/gtkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 233388e6938edf854f2bb112c49ac48d337a7b77 Author: Matthias Clasen Date: Fri Jun 4 16:15:58 2010 -0400 Fix a parameter name mismatch gtk/gtkwidget.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 14118a5697f571ac4bcd10533601c7f3e635a6e8 Author: Matthias Clasen Date: Fri Jun 4 16:14:52 2010 -0400 Add a few missing symbols docs/reference/gtk/gtk3-sections.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit dbe82e0e83e6a56e38466491a9977a1de1f6a294 Author: Matthias Clasen Date: Fri Jun 4 16:13:34 2010 -0400 Fix a doc comment typo gtk/gtkextendedlayout.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit a27778927072170fca3a8b9e028638f65d834369 Author: Javier Jardón Date: Fri Jun 4 16:28:11 2010 +0200 [docs] gtktoolshell: Fix some "Since" tags get_ellipsize_mode(), get_text_alignment(), get_text_orientation() and get_text_size_group() were added in GTK+ 2.20, not 2.14. Reported by Stanislas Marquis on IRC. gtk/gtktoolshell.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 95bc0f540555c15561ae1ddd2387ea5157591fda Author: Colin Walters Date: Thu Jun 3 16:24:38 2010 -0400 Use g_source_set_name for all custom GSources in GTK+ Naming the sources allows easier debugging with e.g. SystemTap probes. https://bugzilla.gnome.org/show_bug.cgi?id=620511 gdk/quartz/gdkeventloop-quartz.c | 1 + gdk/win32/gdkevents-win32.c | 1 + gdk/x11/gdkeventsource.c | 5 +++++ modules/printbackends/cups/gtkprintbackendcups.c | 1 + 4 files changed, 8 insertions(+), 0 deletions(-) commit b96a05b81f2de9949da94c376be533114025765b Author: Matthias Clasen Date: Thu Jun 3 13:43:42 2010 -0400 Silence a few warnings in !HAVE_RANDR builds gdk/x11/gdkscreen-x11.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 2c8e635a6276ea5a7f031e4d53838866d8c26428 Author: Tadej Borovšak Date: Fri Jun 4 00:06:05 2010 +0200 [docs] Improve GtkAction documentation Simple GtkAction API docs update that makes it easier to understand how action affects the appearance of proxy. Signed-off-by: Javier Jardón gtk/gtkaction.c | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit bb5c585777cede12bd1a7cf9fd1c5082e2debc22 Author: Matthew Barnes Date: Wed Jun 2 16:00:16 2010 -0400 Bug 596428 - GtkAssistant: Support ending with a progress page - Add gtk_assistant_commit() This function discards the visited pages list so the back button is not shown on the current page, and removes the cancel button from subsequent pages. Use this when information provided thus far cannot be revisited. - Don't show the Forward button on a GTK_ASSISTANT_PAGE_PROGRESS if it's the last page (according to the forward page function). - Append a progress page to the GtkAssistant demo. demos/gtk-demo/assistant.c | 55 ++++++++++++++++++++++++++++- docs/reference/gtk/gtk3-sections.txt | 1 + gtk/gtk.symbols | 1 + gtk/gtkassistant.c | 64 ++++++++++++++++++++++++++++++---- gtk/gtkassistant.h | 4 ++- 5 files changed, 115 insertions(+), 10 deletions(-) commit 112d97d498ddf0d9b652cfd8b8fb6cf8686e18f1 Author: Matthias Clasen Date: Thu Jun 3 13:38:15 2010 -0400 Silence a few configure warnings about datarootdir po-properties/Makefile.in.in | 1 + po/Makefile.in.in | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 354086bafc0187df023bab625f86a29c71e43a3b Author: Matthias Clasen Date: Thu Jun 3 13:36:09 2010 -0400 Fix a typo tests/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 974d7137a0f6c5523bc76f04549ec667c91f23b5 Author: Matthias Clasen Date: Thu Jun 3 13:22:31 2010 -0400 Avoid a 'EXTRA_DIST multiply defined' warning build/win32/vs9/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd4251909bb3f5a12e8a957765a4fc348a30043d Author: Seán de Búrca Date: Thu Jun 3 08:11:06 2010 -0600 Updated Irish translation po/ga.po | 348 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 174 insertions(+), 174 deletions(-) commit 75d1de2d3bad06c55b0f01088b674d3c8fab347e Author: Seán de Búrca Date: Thu Jun 3 07:35:22 2010 -0600 Updated Irish translation po/ga.po | 2334 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1088 insertions(+), 1246 deletions(-) commit f8ac1231923fe77eb243fe2333e83b03c29c8868 Author: Marek Kasik Date: Thu Jun 3 10:13:17 2010 +0200 Test connection to all given addresses when printing Go to the next address given by CUPS if we fail to connect to previous address (#603637). modules/printbackends/cups/gtkcupsutils.c | 18 ++++++++++++++++-- modules/printbackends/cups/gtkcupsutils.h | 1 + 2 files changed, 17 insertions(+), 2 deletions(-) commit 9fbfbda8cc4ff3ec25211bb62502426f09e409b3 Author: Matthias Clasen Date: Thu Jun 3 01:23:13 2010 -0400 Remove indices for 2.x additions docs/reference/gdk/gdk-docs.sgml | 44 -------------------------------------- 1 files changed, 0 insertions(+), 44 deletions(-) commit 1b53565bf95588168c1d3e7cb120d242943f8576 Author: Matthias Clasen Date: Thu Jun 3 01:21:18 2010 -0400 GtkSeparator is no instantiatable gtk/gtkseparator.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 700196f71e199f7fa4b5813e4fbe7616a9963efd Author: Matthias Clasen Date: Thu Jun 3 01:18:42 2010 -0400 Update documentation for orientables Don't document these as abstract anymore, since they are now instantiatable. docs/reference/gtk/tmpl/gtkscale.sgml | 5 ----- docs/reference/gtk/tmpl/gtkscrollbar.sgml | 5 +++-- gtk/gtkbox.c | 6 +++--- gtk/gtkrange.c | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) commit d93b99a273ed580eadacd08930db8e08703992c2 Author: Matthias Clasen Date: Thu Jun 3 01:09:53 2010 -0400 Remove old migration docs This information will still be available in the 2.22 docs. For 3.0, we'll do sortof a clean start. docs/reference/gtk/Makefile.am | 16 - docs/reference/gtk/building.sgml | 510 ++++++------ docs/reference/gtk/changes-1.2.sgml | 464 ----------- docs/reference/gtk/changes-2.0.sgml | 1180 --------------------------- docs/reference/gtk/compiling.sgml | 37 +- docs/reference/gtk/gtk-docs.sgml | 90 +-- docs/reference/gtk/migrating-2to3.xml | 53 +- docs/reference/gtk/migrating-checklist.sgml | 137 ++-- docs/reference/gtk/question_index.sgml | 11 +- 9 files changed, 402 insertions(+), 2096 deletions(-) commit 6a8a2f7ef3cad46c76af157d7049d9e3b6ad5752 Author: Matthias Clasen Date: Wed Jun 2 19:59:41 2010 -0400 Remove docs about 1.2 <> 2.0 differences These should not be kept in 3.0. Noticed by Dan Winship in bug #619838. gtk/gtkprogressbar.h | 27 --------------------------- gtk/gtkwidget.c | 8 +------- 2 files changed, 1 insertions(+), 34 deletions(-) commit ee0d695a91fee5c8c2260d85750ce2328d4b8007 Author: Matthias Clasen Date: Wed Jun 2 19:56:47 2010 -0400 Fix a doc typo See bug #620244 gtk/gtkwidget.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 2b89d46a9a072c0a9969d6ac298bc0ab3ce15f85 Author: Michael Natterer Date: Wed Jun 2 21:11:45 2010 +0200 app: forgot to update API docs in the last commit (cherry picked from commit 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc) gdk/gdkdnd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 19236d68d9f6fc295180bd5dec9925f40d19682d Author: Michael Natterer Date: Wed Jun 2 20:42:11 2010 +0200 gdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action() so its purpose is clear. (cherry picked from commit d393cb377c60a4de9cab1d026acccafed1e34ec1) gdk/gdk.symbols | 2 +- gdk/gdkdnd.c | 2 +- gdk/gdkdnd.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 2e4a066cd078f3f930e8893d40c4753a6a211735 Author: Garrett Regier Date: Sat May 15 13:58:30 2010 -0700 Bug 611709 - Add gtk_statusbar_remove_all gtk/gtk.symbols | 1 + gtk/gtkstatusbar.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gtk/gtkstatusbar.h | 3 ++ 3 files changed, 70 insertions(+), 0 deletions(-) commit 8e142788a5e1ee0575d2f9963038a29a903d687e Author: Cody Russell Date: Tue Jun 1 10:32:18 2010 -0500 Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry We now exit early from gdk_window_register_dnd() to avoid crashing if the window type is GDK_WINDOW_OFFSCREEN and does not support dnd operations. This makes it possible to use any dnd-enabled widgets, such as GtkEntry, within a GtkOffscreenWindow. gdk/x11/gdkdnd-x11.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 5c283cacbe4ee9eb21a579612b86d328bc54e4b2 Author: Johan Dahlin Date: Fri May 28 09:26:31 2010 -0300 [gtktreeview] Add a couple of annotations gtk/gtktextview.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit c557f7b7c4f6309efdc105073355a405d6136561 Author: Matthias Clasen Date: Sun May 30 02:15:40 2010 -0400 Improved icon view keynav Use ::keynav-failed for arrow navigation in icon views, so that it is possible to override error handling. Also add API to get the row/col of an item. With this, it is possible to make arrow keynav span adjacent icon views, which is desired in the new control-center shell. testiconview-keynav demonstrates this. docs/reference/gtk/gtk3-sections.txt | 2 + gtk/gtk.symbols | 2 + gtk/gtkiconview.c | 81 +++++++++- gtk/gtkiconview.h | 4 + tests/Makefile.am | 5 + tests/testiconview-keynav.c | 280 ++++++++++++++++++++++++++++++++++ 6 files changed, 370 insertions(+), 4 deletions(-) commit 6737d91d28a1872aa47640697e9f4199cb97881b Author: Matthias Clasen Date: Sun May 30 00:28:11 2010 -0400 Trivial typo fix gtk/gtkiconview.c | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) commit 654bb6ca668c0714db7018e3ca486a6222661c4c Author: Matthias Clasen Date: Sat May 29 23:31:50 2010 -0400 Simple typo fix gtk/gtkbox.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e51f02ce67ce2fa58d0f8cc6050a959042e08da0 Author: Javier Jardón Date: Fri May 28 18:18:45 2010 +0200 [docs] Add GTK+3 migration guide docs/reference/gtk/Makefile.am | 2 + docs/reference/gtk/gtk-docs.sgml | 1 + docs/reference/gtk/migrating-2to3.xml | 69 +++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 0 deletions(-) commit 9b9945b8e701a32701a2ca152a7059ade85f75c2 Author: Michael Natterer Date: Sat May 29 05:04:54 2010 +0200 Bug 607628 - DnD operation doesn't work when using offscreen Changed the way to find the drop widget from a top->bottom recursion using GdkWindow positions to a liner bottom->top walk up the widget hierarchy using _gtk_widget_find_at_coords() and gtk_widget_translate_coordinates(), which both do the right things for offscreen widgets. (cherry picked from commit cb8c0763215bd18219c2d32b56e4bfe8a576f6b3) gtk/gtkdnd.c | 265 +++++++++++++++++++++++----------------------------------- 1 files changed, 105 insertions(+), 160 deletions(-) commit 3e38ddd3e6dac4e936d3e0f1b6775197b96e7c7b Author: Yaron Shahrabani Date: Fri May 28 15:55:57 2010 +0300 Updated Hebrew translation. po-properties/he.po | 122 ++++++++++++++++++++------------------------------- 1 files changed, 48 insertions(+), 74 deletions(-) commit 0236a9a3faf0016dbf51e254024371863fdf3bcf Author: Yaron Shahrabani Date: Fri May 28 15:50:41 2010 +0300 Updated Hebrew translation. po/he.po | 2945 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1456 insertions(+), 1489 deletions(-) commit c707e445cabb177f74c2349fe1c98fdaefdcfe72 Author: John (J5) Palmieri Date: Thu May 27 18:36:04 2010 -0400 gtk_tree_selection_get_selected: added transfer none annotation to model out arg gtk/gtktreeselection.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 25ec337a16f31d65add39431530309af14ebfb4d Author: Javier Jardón Date: Fri May 28 00:14:17 2010 +0200 Revert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum" This reverts commit 72467ba2e6136c7a2c1754280dc8edff56b5bf3c. gtk/gtkobject.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit 256759a3b76b01c307c9a6001275e925064d4804 Author: John (J5) Palmieri Date: Thu May 27 16:58:52 2010 -0400 gtk_tree_view_get_model: return value annotated transfer none gtk/gtktreeview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c21e9ba7c3a7345ff942c3a21d1808648b959fd3 Author: John (J5) Palmieri Date: Thu May 27 16:53:42 2010 -0400 annotation fixes * gtk_tree_model_get_column_type: transfer none added to the return value * gtk_tree_model_get_path: value parameter switched from inout to out so that it is annotated with caller-allocates gtk/gtktreemodel.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 86441c642722ffec818ac22712ae5dc3d6a02654 Author: Javier Jardón Date: Thu May 27 22:00:09 2010 +0200 gtkwidget.h: Fix a typo Fix a type introduced in commit 818d444e2fa772af8e483bd151522d019514030d Reported by Garrett Regier. gtk/gtkwidget.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 72467ba2e6136c7a2c1754280dc8edff56b5bf3c Author: Javier Jardón Date: Thu May 13 20:07:17 2010 +0200 Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum This macro will be moved to a private header in GTK+3. https://bugzilla.gnome.org/show_bug.cgi?id=615666 gtk/gtkobject.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 818d444e2fa772af8e483bd151522d019514030d Author: Javier Jardón Date: Thu May 27 18:05:02 2010 +0200 Remove GTK_NO_REPARENT deprecated widget flag gtk/gtkwidget.h | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) commit 45aa82d85f340f36fd680c76a0584b70cfd25f46 Author: Javier Jardón Date: Thu May 27 18:04:05 2010 +0200 Deprecate GTK_NO_REPARENT gtk/gtkwidget.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d6bacafc528ce35f96251c0c216ac27eac8ba9c0 Author: Javier Jardón Date: Thu May 27 15:37:19 2010 +0200 [docs] Use the correct gtk-doc notation Use 'Deprecated: 3.0:' intead 'Deprecated: 3.0.' gdk/gdkdisplay.c | 24 ++++++++++++------------ gdk/gdkwindow.c | 8 ++++---- gdk/x11/gdkdisplay-x11.c | 2 +- gdk/x11/gdkinput.c | 4 ++-- gdk/x11/gdkwindow-x11.c | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) commit 5c8bdc1a69aa4f8691803b9db89482d99d965828 Author: Li Yuan Date: Thu May 27 14:57:38 2010 +0800 Bug #619080. Do not emit the text-changed::insert signal when the entry is empty. modules/other/gail/gailentry.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 258f9e814aedb4da86531bd848e8ddb4228a505c Author: Javier Jardón Date: Thu May 27 05:54:18 2010 +0200 gtkmain: remove some unused code gtk/gtkmain.c | 125 --------------------------------------------------------- 1 files changed, 0 insertions(+), 125 deletions(-) commit 485bbadc0adc48aae3392b132f3de8eb6b5c2ecd Author: Javier Jardón Date: Thu May 27 05:45:27 2010 +0200 gtkmain: Remove unused GtkClosure struct gtk/gtkmain.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit d91c0d38c6356caa6e42c10d7e51fab90c749a46 Author: Javier Jardón Date: Thu May 27 05:16:15 2010 +0200 [docs] Remove deprecated documentation docs/reference/gtk/tmpl/gtk-unused.sgml | 8516 ------------------------------- 1 files changed, 0 insertions(+), 8516 deletions(-) commit 154e3ba502d7a041dbbee52fd39fb40d1c27ce9b Author: Javier Jardón Date: Thu May 27 03:37:32 2010 +0200 gtkcontainer: Remove unused GtkForeachData struct Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619672 gtk/gtkcontainer.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit da25f8f89d145f2d991de94a57b9381be978c875 Author: Javier Jardón Date: Wed May 26 19:07:51 2010 +0200 [docs] Move some widgets: they are not abstract now docs/reference/gtk/gtk-docs.sgml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 6b4e19a132b5f88cb07c967d144cafc372d4fb65 Author: Michael Natterer Date: Wed May 26 17:09:11 2010 +0200 Bug 607628 - DnD operation doesn't work when using offscreen Turn find_widget_under_pointer() into internal API _gtk_widget_find_at_coords() which is needed for fixing above bug. This should actually be a public utility function, and will be moved to another file when its final API has been decided. (cherry picked from commit c4b1bbf3e201099e5fed38d7a60b343662b88b21) gtk/gtktooltip.c | 36 +++++++++++++++++++----------------- gtk/gtktooltip.h | 6 ++++++ 2 files changed, 25 insertions(+), 17 deletions(-) commit 6bac9dfd28524775deb7d6f5485efb4604221103 Author: Carlos Garcia Campos Date: Wed May 26 16:49:31 2010 +0200 GtkWindow: Add gtk_window_has_group() To check whether the window has an explicit group Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618271#c2 gtk/gtk.symbols | 1 + gtk/gtkwindow.c | 18 ++++++++++++++++++ gtk/gtkwindow.h | 1 + 3 files changed, 20 insertions(+), 0 deletions(-) commit 95c824c553703972894f32a1bbcb7b0c8b22504a Author: Christian Beier Date: Wed May 26 13:22:25 2010 +0200 gdk/gdkwindow.c: fix a typo in gdk_window_set_device_cursor(). Signed-off-by: Christian Beier Signed-off-by: Javier Jardón gdk/gdkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 019563c3228792bec758f6a55a99b0c9c702d023 Author: Javier Jardón Date: Wed May 26 01:41:40 2010 +0200 Remove gdk_*et_use_xshm() deprecated functions docs/reference/gdk/gdk3-sections.txt | 4 ---- docs/reference/gdk/tmpl/general.sgml | 27 --------------------------- gdk/directfb/gdkmain-directfb.c | 11 ----------- gdk/gdk.h | 5 ----- gdk/gdk.symbols | 4 ---- gdk/quartz/gdkmain-quartz.c | 13 ------------- gdk/win32/gdkmain-win32.c | 12 ------------ gdk/x11/gdkmain-x11.c | 11 ----------- 8 files changed, 0 insertions(+), 87 deletions(-) commit 7ab09f159795b8ce1aa54b07dc7a658a88a34ca4 Author: Matthias Clasen Date: Tue May 25 23:01:37 2010 -0400 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 473b7aa6a2d6e4c20923b91ac162950e22f544d6 Author: Matthias Clasen Date: Tue May 25 22:57:46 2010 -0400 2.90.1 docs/reference/gdk-pixbuf/Makefile.am | 2 +- docs/reference/gdk/tmpl/colors.sgml | 6 - docs/reference/gdk/tmpl/cursors.sgml | 1 - docs/reference/gdk/tmpl/dnd.sgml | 64 +- docs/reference/gdk/tmpl/events.sgml | 52 + docs/reference/gdk/tmpl/gdkdisplay.sgml | 82 + docs/reference/gdk/tmpl/images.sgml | 92 +- docs/reference/gdk/tmpl/pixmaps.sgml | 2 +- docs/reference/gdk/tmpl/properties.sgml | 2 +- docs/reference/gdk/tmpl/visuals.sgml | 114 +- docs/reference/gdk/tmpl/x_interaction.sgml | 1 + docs/reference/gtk/tmpl/gtkactiongroup.sgml | 13 + docs/reference/gtk/tmpl/gtkcombobox.sgml | 9 + docs/reference/gtk/tmpl/gtkmain.sgml | 28 + docs/reference/gtk/tmpl/gtkmenu.sgml | 15 + docs/reference/gtk/tmpl/gtkpaned.sgml | 9 + docs/reference/gtk/tmpl/gtkruler.sgml | 9 + docs/reference/gtk/tmpl/gtkscale.sgml | 22 + docs/reference/gtk/tmpl/gtkscrollbar.sgml | 10 + docs/reference/gtk/tmpl/gtkwindowgroup.sgml | 10 + gdk/x11/Makefile.am | 13 +- po-properties/af.po | 1272 ++++---- po-properties/am.po | 1272 ++++---- po-properties/ang.po | 1272 ++++---- po-properties/ar.po | 1272 ++++---- po-properties/as.po | 1272 ++++---- po-properties/ast.po | 1272 ++++---- po-properties/az.po | 1272 ++++---- po-properties/az_IR.po | 1272 ++++---- po-properties/be.po | 1272 ++++---- po-properties/be@latin.po | 1272 ++++---- po-properties/bg.po | 1272 ++++---- po-properties/bn.po | 1272 ++++---- po-properties/bn_IN.po | 1272 ++++---- po-properties/br.po | 1272 ++++---- po-properties/bs.po | 1272 ++++---- po-properties/ca.po | 1272 ++++---- po-properties/ca@valencia.po | 1272 ++++---- po-properties/crh.po | 1272 ++++---- po-properties/cs.po | 1272 ++++---- po-properties/cy.po | 1272 ++++---- po-properties/da.po | 1272 ++++---- po-properties/de.po | 1272 ++++---- po-properties/dz.po | 1272 ++++---- po-properties/el.po | 1272 ++++---- po-properties/en_CA.po | 1272 ++++---- po-properties/en_GB.po | 1272 ++++---- po-properties/eo.po | 1272 ++++---- po-properties/es.po | 1272 ++++---- po-properties/et.po | 1272 ++++---- po-properties/eu.po | 1272 ++++---- po-properties/fa.po | 1272 ++++---- po-properties/fi.po | 1272 ++++---- po-properties/fr.po | 1272 ++++---- po-properties/ga.po | 1272 ++++---- po-properties/gl.po | 3450 ++++++++++---------- po-properties/gu.po | 1272 ++++---- po-properties/he.po | 1272 ++++---- po-properties/hi.po | 1272 ++++---- po-properties/hr.po | 1272 ++++---- po-properties/hu.po | 1272 ++++---- po-properties/hy.po | 1272 ++++---- po-properties/ia.po | 1272 ++++---- po-properties/id.po | 4882 ++++++++++++++------------- po-properties/io.po | 1272 ++++---- po-properties/is.po | 1272 ++++---- po-properties/it.po | 1272 ++++---- po-properties/ja.po | 1272 ++++---- po-properties/ka.po | 1272 ++++---- po-properties/kk.po | 1272 ++++---- po-properties/kn.po | 1272 ++++---- po-properties/ko.po | 1272 ++++---- po-properties/ku.po | 1272 ++++---- po-properties/li.po | 1272 ++++---- po-properties/lt.po | 1272 ++++---- po-properties/lv.po | 1272 ++++---- po-properties/mai.po | 1272 ++++---- po-properties/mi.po | 1272 ++++---- po-properties/mk.po | 1272 ++++---- po-properties/ml.po | 1272 ++++---- po-properties/mn.po | 1272 ++++---- po-properties/mr.po | 1272 ++++---- po-properties/ms.po | 1272 ++++---- po-properties/my.po | 1272 ++++---- po-properties/nb.po | 1272 ++++---- po-properties/nds.po | 1272 ++++---- po-properties/ne.po | 1272 ++++---- po-properties/nl.po | 1272 ++++---- po-properties/nn.po | 1272 ++++---- po-properties/nso.po | 1272 ++++---- po-properties/oc.po | 1272 ++++---- po-properties/or.po | 3645 ++++++++++---------- po-properties/pa.po | 1272 ++++---- po-properties/pl.po | 1272 ++++---- po-properties/ps.po | 1272 ++++---- po-properties/pt.po | 1272 ++++---- po-properties/pt_BR.po | 1272 ++++---- po-properties/ro.po | 1272 ++++---- po-properties/ru.po | 1272 ++++---- po-properties/rw.po | 1272 ++++---- po-properties/si.po | 1272 ++++---- po-properties/sk.po | 1272 ++++---- po-properties/sl.po | 1272 ++++---- po-properties/sq.po | 1272 ++++---- po-properties/sr.po | 1272 ++++---- po-properties/sr@ije.po | 1272 ++++---- po-properties/sr@latin.po | 1272 ++++---- po-properties/sv.po | 1272 ++++---- po-properties/ta.po | 1272 ++++---- po-properties/te.po | 1272 ++++---- po-properties/th.po | 1272 ++++---- po-properties/tk.po | 1272 ++++---- po-properties/tr.po | 1272 ++++---- po-properties/tt.po | 1272 ++++---- po-properties/uk.po | 1272 ++++---- po-properties/ur.po | 1272 ++++---- po-properties/uz.po | 1272 ++++---- po-properties/uz@cyrillic.po | 1272 ++++---- po-properties/vi.po | 1272 ++++---- po-properties/wa.po | 1272 ++++---- po-properties/xh.po | 1272 ++++---- po-properties/yi.po | 1272 ++++---- po-properties/zh_CN.po | 1272 ++++---- po-properties/zh_HK.po | 1272 ++++---- po-properties/zh_TW.po | 1272 ++++---- po/af.po | 314 +- po/am.po | 314 +- po/ang.po | 314 +- po/ar.po | 314 +- po/as.po | 314 +- po/ast.po | 314 +- po/az.po | 314 +- po/az_IR.po | 314 +- po/be.po | 314 +- po/be@latin.po | 314 +- po/bg.po | 314 +- po/bn.po | 314 +- po/bn_IN.po | 314 +- po/br.po | 314 +- po/bs.po | 314 +- po/ca.po | 314 +- po/ca@valencia.po | 314 +- po/crh.po | 314 +- po/cs.po | 314 +- po/cy.po | 314 +- po/da.po | 314 +- po/de.po | 314 +- po/dz.po | 314 +- po/el.po | 314 +- po/en_CA.po | 314 +- po/en_GB.po | 314 +- po/eo.po | 314 +- po/es.po | 314 +- po/et.po | 1070 ++++++- po/eu.po | 314 +- po/fa.po | 314 +- po/fi.po | 314 +- po/fr.po | 314 +- po/ga.po | 314 +- po/gl.po | 2131 ++++++------ po/gu.po | 314 +- po/he.po | 314 +- po/hi.po | 314 +- po/hr.po | 314 +- po/hu.po | 314 +- po/hy.po | 314 +- po/ia.po | 314 +- po/id.po | 314 +- po/io.po | 314 +- po/is.po | 314 +- po/it.po | 2528 +++++++------- po/ja.po | 314 +- po/ka.po | 314 +- po/kk.po | 314 +- po/kn.po | 314 +- po/ko.po | 314 +- po/ku.po | 314 +- po/li.po | 314 +- po/lt.po | 314 +- po/lv.po | 314 +- po/mai.po | 314 +- po/mi.po | 314 +- po/mk.po | 314 +- po/ml.po | 314 +- po/mn.po | 314 +- po/mr.po | 314 +- po/ms.po | 314 +- po/my.po | 314 +- po/nb.po | 314 +- po/nds.po | 314 +- po/ne.po | 314 +- po/nl.po | 314 +- po/nn.po | 314 +- po/nso.po | 314 +- po/oc.po | 314 +- po/or.po | 314 +- po/pa.po | 314 +- po/pl.po | 314 +- po/ps.po | 314 +- po/pt.po | 314 +- po/pt_BR.po | 314 +- po/ro.po | 314 +- po/ru.po | 314 +- po/rw.po | 314 +- po/si.po | 314 +- po/sk.po | 314 +- po/sl.po | 314 +- po/sq.po | 314 +- po/sr.po | 314 +- po/sr@ije.po | 314 +- po/sr@latin.po | 314 +- po/sv.po | 314 +- po/ta.po | 314 +- po/te.po | 314 +- po/th.po | 314 +- po/tk.po | 314 +- po/tr.po | 314 +- po/tt.po | 314 +- po/uk.po | 314 +- po/ur.po | 314 +- po/uz.po | 314 +- po/uz@cyrillic.po | 314 +- po/vi.po | 314 +- po/wa.po | 314 +- po/xh.po | 314 +- po/yi.po | 314 +- po/zh_CN.po | 314 +- po/zh_HK.po | 314 +- po/zh_TW.po | 314 +- 229 files changed, 90067 insertions(+), 88381 deletions(-)