commit 7164d71abfaef16faea02e65a83759f24602f625 Author: Matthias Clasen Date: Tue May 25 22:12:51 2010 -0400 Some more devicegroup purging docs/reference/gtk/gtk-docs.sgml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 0e1d84c954b374aa42b63a9bf64f080beae6400b Author: Matthias Clasen Date: Tue May 25 21:33:40 2010 -0400 Make gio sniffing test work again configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit cbab03df692c97b697c9984eae452195a30e0b02 Author: Matthias Clasen Date: Tue May 25 20:13:14 2010 -0400 Fix up distcheck gdk/x11/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 19e0444669da1fd16b552ac401b35c4e652f20e0 Author: Matthias Clasen Date: Tue May 25 20:07:52 2010 -0400 Updates NEWS | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) commit c7a48881c67c42179ed711f4df035a0b492d958b Author: Matthias Clasen Date: Tue May 25 19:27:42 2010 -0400 Documentation fixes docs/reference/gtk/gtk3-sections.txt | 19 +------------------ gdk/gdkdisplay.c | 4 +++- gtk/gtkiconfactory.c | 1 - gtk/gtkwidget.c | 2 +- gtk/tests/defaultvalue.c | 4 ++++ 5 files changed, 9 insertions(+), 21 deletions(-) commit f5e21ceb002f134845db8e4c3485d035108f3fdd Author: Matthias Clasen Date: Tue May 25 19:18:06 2010 -0400 Some additions docs/reference/gdk/gdk3-sections.txt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 86ba6378cdc728dbb9de3c9cbf75c210369003f6 Author: Matthias Clasen Date: Tue May 25 19:03:16 2010 -0400 Remove duplicates docs/reference/gdk/gdk3-sections.txt | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit b4e2ff3da32ad2b9670ecf33805eb9993824fe0b Author: Matthias Clasen Date: Tue May 25 18:55:15 2010 -0400 Make orientable base classes instantiable This commit adds constructors for GtkPaned, GtkBox, GtkButtonBox, GtkRuler, GtkScale, GtkScrollbar and GtkSeparator and makes these types instantiable. docs/reference/gtk/gtk3-sections.txt | 7 +++++++ gtk/gtk.symbols | 8 ++++++++ gtk/gtkbbox.c | 20 +++++++++++++++++++- gtk/gtkbbox.h | 4 ++-- gtk/gtkbox.c | 18 +++++++++--------- gtk/gtkbox.h | 2 +- gtk/gtkpaned.c | 10 ++++------ gtk/gtkpaned.h | 1 + gtk/gtkruler.c | 4 +--- gtk/gtkruler.h | 1 + gtk/gtkscale.c | 18 ++++++++---------- gtk/gtkscale.h | 6 ++++++ gtk/gtkscrollbar.c | 6 ++---- gtk/gtkscrollbar.h | 2 ++ gtk/gtkseparator.c | 10 ++++------ gtk/gtkseparator.h | 2 ++ 16 files changed, 77 insertions(+), 42 deletions(-) commit bd4609b14042a91646cd9057764eecfbc6faf42b Author: Matthias Clasen Date: Tue May 25 18:38:44 2010 -0400 Merge the xi2-for-master branch configure.ac | 17 +- docs/reference/gdk/gdk-docs.sgml | 2 +- docs/reference/gdk/gdk3-sections.txt | 68 +- docs/reference/gdk/gdk3.types | 2 + docs/reference/gdk/tmpl/input_devices.sgml | 309 --- docs/reference/gtk/compiling.sgml | 7 + docs/reference/gtk/gtk-docs.sgml | 1 + docs/reference/gtk/gtk3-sections.txt | 28 +- gdk/Makefile.am | 5 + gdk/gdk.c | 23 + gdk/gdk.h | 15 +- gdk/gdk.symbols | 210 ++- gdk/gdkdevice.c | 1399 +++++++++++++ gdk/gdkdevice.h | 292 +++ gdk/gdkdevicemanager.c | 302 +++ gdk/gdkdevicemanager.h | 76 + gdk/gdkdeviceprivate.h | 135 ++ gdk/gdkdisplay.c | 1099 ++++++++--- gdk/gdkdisplay.h | 108 +- gdk/gdkdnd.h | 5 + gdk/gdkevents.c | 317 +++- gdk/gdkevents.h | 46 +- gdk/gdkglobals.c | 1 + gdk/gdkinput.h | 148 +-- gdk/gdkinternals.h | 106 +- gdk/gdkoffscreenwindow.c | 35 +- gdk/gdktypes.h | 44 + gdk/gdkwindow.c | 1116 ++++++++--- gdk/gdkwindow.h | 32 +- gdk/gdkwindowimpl.h | 14 +- gdk/quartz/Makefile.am | 2 + gdk/quartz/gdkdevice-core.c | 356 ++++ gdk/quartz/gdkdevice-core.h | 51 + gdk/quartz/gdkdevicemanager-core.c | 130 ++ gdk/quartz/gdkdevicemanager-core.h | 54 + gdk/quartz/gdkdisplay-quartz.c | 11 + gdk/quartz/gdkevents-quartz.c | 460 +++-- gdk/quartz/gdkinput.c | 367 +--- gdk/quartz/gdkinputprivate.h | 5 - gdk/quartz/gdkprivate-quartz.h | 3 +- gdk/quartz/gdkwindow-quartz.c | 132 +- gdk/win32/Makefile.am | 8 +- gdk/win32/gdkdevice-win32.c | 396 ++++ gdk/win32/gdkdevice-win32.h | 51 + gdk/win32/gdkdevice-wintab.c | 386 ++++ gdk/win32/gdkdevice-wintab.h | 79 + gdk/win32/gdkdevicemanager-win32.c | 1089 ++++++++++ gdk/win32/gdkdevicemanager-win32.h | 59 + gdk/win32/gdkdnd-win32.c | 222 ++- gdk/win32/gdkevents-win32.c | 266 ++-- gdk/win32/gdkinput-win32.c | 1392 ------------- gdk/win32/gdkinput-win32.h | 147 -- gdk/win32/gdkinput.c | 441 +---- gdk/win32/gdkmain-win32.c | 3 +- gdk/win32/gdkwindow-win32.c | 246 +-- gdk/x11/Makefile.am | 18 +- gdk/x11/gdkdevice-core.c | 501 +++++ gdk/x11/gdkdevice-core.h | 52 + gdk/x11/gdkdevice-xi.c | 624 ++++++ gdk/x11/gdkdevice-xi.h | 88 + gdk/x11/gdkdevice-xi2.c | 621 ++++++ gdk/x11/gdkdevice-xi2.h | 64 + gdk/x11/gdkdevicemanager-core.c | 904 ++++++++ gdk/x11/gdkdevicemanager-core.h | 54 + gdk/x11/gdkdevicemanager-x11.c | 76 + gdk/x11/gdkdevicemanager-xi.c | 650 ++++++ gdk/x11/gdkdevicemanager-xi.h | 58 + gdk/x11/gdkdevicemanager-xi2.c | 1146 +++++++++++ gdk/x11/gdkdevicemanager-xi2.h | 61 + gdk/x11/gdkdisplay-x11.c | 1303 +++++++++++- gdk/x11/gdkdnd-x11.c | 127 +- gdk/x11/gdkevents-x11.c | 3088 ---------------------------- gdk/x11/gdkeventsource.c | 427 ++++ gdk/x11/gdkeventsource.h | 46 + gdk/x11/gdkeventtranslator.c | 100 + gdk/x11/gdkeventtranslator.h | 65 + gdk/x11/gdkinput-none.c | 126 -- gdk/x11/gdkinput-x11.c | 937 --------- gdk/x11/gdkinput-xfree.c | 422 ---- gdk/x11/gdkinput.c | 547 +----- gdk/x11/gdkinputprivate.h | 189 -- gdk/x11/gdkmain-x11.c | 266 +-- gdk/x11/gdkprivate-x11.h | 7 +- gdk/x11/gdkscreen-x11.c | 656 ++++++- gdk/x11/gdkwindow-x11.c | 426 +++-- gdk/x11/gdkwindow-x11.h | 2 + gtk/gtk.symbols | 12 + gtk/gtkaboutdialog.c | 42 +- gtk/gtkbutton.c | 34 +- gtk/gtkcellrendereraccel.c | 89 +- gtk/gtkcolorsel.c | 98 +- gtk/gtkcombobox.c | 120 +- gtk/gtkcombobox.h | 2 + gtk/gtkdnd.c | 155 +- gtk/gtkentry.c | 15 +- gtk/gtkentrycompletion.c | 34 +- gtk/gtkentryprivate.h | 5 +- gtk/gtkhandlebox.c | 38 +- gtk/gtkiconview.c | 21 +- gtk/gtklabel.c | 9 +- gtk/gtkmain.c | 258 ++- gtk/gtkmain.h | 7 + gtk/gtkmarshalers.list | 1 + gtk/gtkmenu.c | 246 ++- gtk/gtkmenu.h | 9 + gtk/gtkmenushell.c | 51 +- gtk/gtkmenushell.h | 8 + gtk/gtknotebook.c | 13 +- gtk/gtkpaned.c | 31 +- gtk/gtkplug-x11.c | 72 +- gtk/gtkprivate.h | 1 - gtk/gtkrange.c | 77 +- gtk/gtkscalebutton.c | 144 +- gtk/gtksocket.c | 2 +- gtk/gtkspinbutton.c | 6 +- gtk/gtktextview.c | 56 +- gtk/gtktooltip.c | 14 +- gtk/gtktreeprivate.h | 3 +- gtk/gtktreeview.c | 86 +- gtk/gtktreeviewcolumn.c | 3 +- gtk/gtkwidget.c | 516 ++++- gtk/gtkwidget.h | 30 +- gtk/gtkwindow.c | 232 ++- gtk/gtkwindow.h | 14 + 124 files changed, 18196 insertions(+), 10327 deletions(-) commit a538f639b69a39d7bb85b39af2dfd296d28fc0aa Author: Bruce Cowan Date: Tue May 25 20:27:43 2010 +0100 Fix conflict Git markers Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619655 gtk/gtkfilechooser.c | 4 ---- gtk/gtkscrolledwindow.c | 6 ------ 2 files changed, 0 insertions(+), 10 deletions(-) commit 0c6565e1d3ecfae3bca096d554cb8d5378bdfcb0 Author: Javier Jardón Date: Tue May 25 20:48:59 2010 +0200 Fix typo in previous patch docs/reference/gdk/gdk-docs.sgml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b5ae99bf1913b91fff42f17dcce80dff488020ef Author: Matthias Clasen Date: Tue May 25 12:21:13 2010 -0400 Add indexes Add an index for 2.22 api additions, and one for 3.0. docs/reference/gdk/gdk-docs.sgml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit ebbadf37099d46e61ac2cdbc743277df421fcf11 Author: Matthias Clasen Date: Tue May 25 12:00:51 2010 -0400 Add some leftover symbols docs/reference/gtk/gtk3-sections.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 50a72eda2d916a22a3bf5cf8e5736354d629dc61 Author: Matthias Clasen Date: Tue May 25 11:54:16 2010 -0400 Seal gdk Add G_SEAL annotation for struct members, and add accessors for the (useful) fields. Patch based on work by Garrett Regier, see bug #592580. docs/reference/gdk/gdk3-sections.txt | 38 ++++++- docs/reference/gdk/tmpl/general.sgml | 9 ++- gdk/gdk.symbols | 47 +++++++- gdk/gdkcolor.h | 8 +- gdk/gdkcursor.h | 4 +- gdk/gdkdisplay.h | 34 +++--- gdk/gdkdnd.c | 73 ++++++++++++ gdk/gdkdnd.h | 28 +++-- gdk/gdkgc.h | 10 +- gdk/gdkimage.c | 162 ++++++++++++++++++++++++++ gdk/gdkimage.h | 36 ++++-- gdk/gdkinput.h | 28 ++++-- gdk/gdkkeys.h | 2 +- gdk/gdkpixmap.h | 4 +- gdk/gdkscreen.h | 12 +- gdk/gdkvisual.c | 189 ++++++++++++++++++++++++++++++ gdk/gdkvisual.h | 51 ++++++--- gdk/gdkwindow.c | 210 +++++++++++++++++++++++++++++++++- gdk/gdkwindow.h | 79 +++++++------ gdk/quartz/gdkinput.c | 61 ++++++++++ gdk/win32/gdkinput.c | 62 ++++++++++ gdk/x11/gdkinput.c | 125 ++++++++++++++++++++ 22 files changed, 1138 insertions(+), 134 deletions(-) commit 57754edef6360e48d4a8ef99bbf11c760c15033b Author: John (J5) Palmieri Date: Tue May 25 11:49:10 2010 -0400 add a transfer none annotation to gtk_tree_view_get_selection * it returns the selection from its priv structure without reffing gtk/gtktreeview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 067fe4b05dd71d90bf05a964d25b30718932751c Author: Matthias Clasen Date: Tue May 25 10:24:53 2010 -0400 Some additions docs/reference/gtk/gtk3-sections.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 8d2e20c2dc32ef13df2e68ed3c56a095e2fee506 Author: Matthias Clasen Date: Tue May 25 09:47:54 2010 -0400 Fix up gtk_paned_get_handle_window docs gtk/gtkpaned.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c4134a535e18817fa375ba06f6687a3a7e34e81f Author: Matthias Clasen Date: Tue May 25 09:47:20 2010 -0400 Fix up gtk_icon_info_load_symbolic docs gtk/gtkicontheme.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 4df758dd16a14b99e343af986460a583152ff29f Author: Matthias Clasen Date: Tue May 25 09:44:29 2010 -0400 Document GtkRange::adjust-bounds gtk/gtkrange.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 54cf057f11cdd9fec77ca98dac450345100663ff Author: Matthias Clasen Date: Tue May 25 09:42:09 2010 -0400 Document GtkMovementStep gtk/gtkenums.h | 33 +++++++++++++++++++++++---------- 1 files changed, 23 insertions(+), 10 deletions(-) commit 1c6de294d829de65b98631d74d0e25ce32867120 Author: Matthias Clasen Date: Tue May 25 09:34:38 2010 -0400 Document GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME gtk/gtkfilechooser.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 00be72aef4da67edd6b28d2b48f13bd8bc8110ff Author: Caolan McNamara Date: Mon May 24 21:30:04 2010 -0400 Fix many fuzzy translations of default:mm Many of these were translated to either default:LTR or @#$^%&:mm. Bug #619595. po/am.po | 2 +- po/as.po | 2 +- po/az.po | 2 +- po/az_IR.po | 2 +- po/be.po | 2 +- po/bs.po | 2 +- po/dz.po | 2 +- po/fa.po | 2 +- po/hr.po | 2 +- po/hy.po | 2 +- po/ia.po | 2 +- po/is.po | 2 +- po/li.po | 2 +- po/mi.po | 2 +- po/mk.po | 2 +- po/mn.po | 2 +- po/ms.po | 2 +- po/my.po | 4 ++-- po/nds.po | 4 ++-- po/ne.po | 2 +- po/nso.po | 2 +- po/oc.po | 2 +- po/rw.po | 2 +- po/sr@ije.po | 2 +- po/ta.po | 2 +- po/tk.po | 2 +- po/tt.po | 2 +- po/ur.po | 2 +- po/xh.po | 2 +- po/yi.po | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) commit cc8dcf738a42ef8c8340bef4c969cd33228bf673 Author: Javier Jardón Date: Sat May 22 07:10:18 2010 +0200 Remove deprecated GtkToolbar code Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616817 docs/reference/gtk/gtk3-sections.txt | 2 - docs/reference/gtk/tmpl/gtktoolbar.sgml | 22 - gtk/gtk.symbols | 1 - gtk/gtktoolbar.c | 692 ++++--------------------------- gtk/gtktoolbar.h | 22 - tests/stresstest-toolbar.c | 5 +- tests/testtoolbar.c | 1 - 7 files changed, 86 insertions(+), 659 deletions(-) commit 33097d65b711be31dd02fcb4b99a4dabdca63575 Author: Marek Kasik Date: Mon May 24 16:39:19 2010 +0200 Honor PPD reading over listing of printers Reading of PPD files collides with getting list of printers. It helps to give higher priority to getting of PPDs than to getting list of printers (#614581). modules/printbackends/cups/gtkprintbackendcups.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit b18b33ae8234982dcc4e694358cbcbc32c3e7e3a Author: Javier Jardón Date: Mon May 24 04:04:10 2010 +0200 Revert "Forward-port a GtkAdjustment compatibility fix" In the early 2.14.x releases, GtkAdjustment was changed to enforce that values are restricted to the range [lower, upper - page_size]. This has always been the documented behaviour, and the recommended practice is to set page_size to 0 when using adjustments for simple scalar values, like in a slider or spin button. Due to the large number of applications that are affected by this change, the behaviour has been reverted to the old behaviour in 2.14.3, with an explicit warning that this change will be reintroduced in 2.90. This reverts commit e6373738fc9c53c95e467a3681fcd3426fd94d13. https://bugzilla.gnome.org/show_bug.cgi?id=619474 README.in | 14 ++++-------- gtk/gtkadjustment.c | 6 ++++- gtk/gtkcombobox.c | 8 +++--- gtk/gtkiconview.c | 52 ++++++++++++++++------------------------------ gtk/gtkrange.c | 6 ----- gtk/gtkscrolledwindow.c | 8 +----- gtk/gtkspinbutton.c | 9 -------- gtk/gtktreeview.c | 22 ++++++------------- 8 files changed, 41 insertions(+), 84 deletions(-) commit 14f7717770c9304822abe00728d0ebdf50210f68 Author: Tomeu Vizoso Date: Thu May 6 09:54:58 2010 +0200 Actually expose the X11 funcs through introspection https://bugzilla.gnome.org/show_bug.cgi?id=617863 gdk/Makefile.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 5917eba911616a6a3b7967e807e786307c01a559 Author: Javier Jardón Date: Sat May 22 22:42:00 2010 +0200 gdkevents-x11: Do not break strict-aliasing rules Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619385 gdk/x11/gdkevents-x11.c | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) commit 7f89bf262ba0491be7feeb2babb3eac847074672 Author: Javier Jardón Date: Sat May 22 22:49:58 2010 +0200 gdkevents-x11.c: Remove unused function: graphics_expose_predicate() gdk/x11/gdkevents-x11.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) commit 8e315466b98ddbc98153a54252c9d3c4458cc6c2 Author: Matthias Clasen Date: Sat May 22 00:29:58 2010 -0400 Fix libjasper test This was reported in bug 551322. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 94abf4733f30a5c0ab784d09f99b978e346d53b2 Author: Matthias Clasen Date: Sat May 22 00:15:00 2010 -0400 Deprecate GtkBoxChild This was discussed in bug 613132. gtk/gtkbox.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit bb91ebcb8fc914a6069e9962321d3f9b5ed9f714 Author: Matthias Clasen Date: Fri May 21 23:50:46 2010 -0400 Fix signal parameters in GtkEntryCompletion The ::match-selected and ::cursor-on-match signal were emitted with the internal filter model instead of the user-provided model. Fixes bug #555087. gtk/gtkentry.c | 6 ++++- gtk/gtkentrycompletion.c | 51 +++++++++++++++++++++++++-------------------- 2 files changed, 33 insertions(+), 24 deletions(-) commit 54093354e4be518dce5a6cb94ad018e5b7aa7a6d Author: Matthias Clasen Date: Fri May 21 22:41:35 2010 -0400 Clean up man page handling docs/reference/gdk-pixbuf/Makefile.am | 35 +++++++++++++++++++++++--------- docs/reference/gtk/Makefile.am | 2 +- 2 files changed, 26 insertions(+), 11 deletions(-) commit 7652c2b3e066b4b68a8ac9fcc6093d13d1e35f66 Author: Matthias Clasen Date: Fri May 21 22:14:46 2010 -0400 Remove long-obsolete docs There are no traces of GDK_USE_XFT, GXID_HOST or GXID_PORT in the code anymore. docs/reference/gtk/x11.sgml | 54 ------------------------------------------- 1 files changed, 0 insertions(+), 54 deletions(-) commit 747c834f27d2c166ffa2c0b3b9dc0e467aff3578 Author: Matthias Clasen Date: Fri May 21 22:07:46 2010 -0400 Document GSEAL_ENABLE with other preprocessor symbols. docs/reference/gtk/compiling.sgml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 70e503e4480794b8edb31a6b67619f9e506c4b73 Author: Matthias Clasen Date: Fri May 21 20:49:41 2010 -0400 Convert to UTF-8 examples/calendar/calendar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit eff1fe2500f07fa2b4683ff52fe92e39e6487b05 Author: Matthias Clasen Date: Fri May 21 12:13:05 2010 -0400 Make the !xkb build survive a little longer This fixes bug 619114. gdk/x11/gdkdisplay-x11.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 82e27aede9aa866d147fc087d618314c50243825 Author: Christian Dywan Date: Fri May 21 17:10:25 2010 +0200 Explain that unmap-event may never be emitted Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=613302 gtk/gtkwidget.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 280b01a8db434736053a39b5a3106c6593fbcb01 Author: Javier Jardón Date: Fri May 21 03:24:05 2010 +0200 Move documentation to inline comments: GtkRecentChooserDialog docs/reference/gtk/tmpl/.gitignore | 1 + .../reference/gtk/tmpl/gtkrecentchooserdialog.sgml | 96 -------------------- gtk/gtkrecentchooserdialog.c | 46 ++++++++++ 3 files changed, 47 insertions(+), 96 deletions(-) commit 98cee5e6e27482a31396fb6d11f7e2888dfbf7b5 Author: Javier Jardón Date: Fri May 21 03:19:02 2010 +0200 Move documentation to inline comments: GtkRecentChooserMenu docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml | 92 --------------------- gtk/gtkrecentchoosermenu.c | 28 ++++++ 3 files changed, 29 insertions(+), 92 deletions(-) commit 2f28e88dea53aff6d082ac2a7cdd17defa6c8e29 Author: Javier Jardón Date: Fri May 21 02:19:14 2010 +0200 Move documentation to inline comments: GtkRange docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkrange.sgml | 424 --------------------------------- gtk/gtkenums.h | 11 +- gtk/gtkrange.c | 29 ++- 4 files changed, 36 insertions(+), 429 deletions(-) commit 6847407edaea351f6e7f4bca6933ae1c7347537a Author: Didier Roche Date: Fri May 21 09:00:55 2010 +1000 Fix fail to build when building with introspection: in debian/ubuntu, builddir != srcdir. This trigger an error on introspection_files where srcdir is added to x11/*.c. Indeed, srcdir is added again later: $(addprefix $(srcdir)/,$(introspection_files)) making $(srcdir)/$(srcdir)/x11/*.c (not an issue on jhbuild as srcdir = .) gdk/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ae8c4b8f7b4f967e31d99235223026b8e37cd4fb Author: Javier Jardón Date: Thu May 20 21:56:56 2010 +0200 [docs] Fix a typo in the tutorial Fixes https://bugzilla.gnome.org/show_bug.cgi?id=412331 docs/tutorial/gtk-tut.sgml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 04dc62cfe38ebc8362d2e34299569e8ccf31aaea Author: Mattias Põldaru Date: Thu May 20 14:58:34 2010 +0300 Estonian translation updated po/et.po | 1091 +------------------------------------------------------------- 1 files changed, 12 insertions(+), 1079 deletions(-) commit 80ee7f793aeeda199ad8f8fe32e64b4bb7f08a23 Author: Tristan Van Berkom Date: Thu May 20 00:30:13 2010 -0400 Amending GtkBuildable documentation. GtkBuildable documentation has forever stated that "only objects which implement GtkBuildable can parsed by GtkBuilder" fixed. gtk/gtkbuildable.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 68701c828c00e6ae826cc6a6df66da78457329ff Author: Javier Jardón Date: Thu May 20 00:40:58 2010 +0200 Move documentation to inline comments: GtkRadioButton docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkradiobutton.sgml | 201 --------------------------- gtk/gtkradiobutton.c | 127 +++++++++++++++++- 3 files changed, 127 insertions(+), 202 deletions(-) commit 85b53969b24d318b219663841e678943516f443a Author: John (J5) Palmieri Date: Wed May 19 15:12:49 2010 -0400 [PATCH] add the binding friendly join_group method to GtkRadioAction * Due to object ownership issues it is impossible to correctly use get_group/set_group from a GI binding * join_group is safer because at the binding level it works with individual GtkRadioAction objects and not with the list of objects that gets modified in the library docs/reference/gtk/gtk3-sections.txt | 1 + gtk/gtk.symbols | 1 + gtk/gtkradioaction.c | 55 ++++++++++++++++++++++++++++++++++ gtk/gtkradioaction.h | 2 + 4 files changed, 59 insertions(+), 0 deletions(-) commit c51f96578226ee106a59d52bf1920f50adb16ae1 Author: Matthias Clasen Date: Tue May 18 19:23:06 2010 -0400 Some cleanups after the module cache file change Bring the various 'run uninstalled' hacks in line with the new way of doing things, and fix make install for module cache files. Patch by Tadej Borovsak. demos/Makefile.am | 4 ++-- demos/gtk-demo/main.c | 4 ++-- demos/pixbuf-init.c | 2 +- docs/reference/gtk/running.sgml | 6 +++--- gdk-pixbuf/Makefile.am | 24 ++++++++++++------------ gdk/tests/Makefile.am | 2 +- gtk-zip.sh.in | 4 ++-- gtk/Makefile.am | 4 ++-- gtk/tests/pixbuf-init.c | 2 +- modules/input/Makefile.am | 20 ++++++++++---------- tests/testcombochange.c | 4 ++-- tests/testdnd.c | 4 ++-- tests/testgtk.c | 4 ++-- tests/testtext.c | 4 ++-- 14 files changed, 44 insertions(+), 44 deletions(-) commit fac142c25a3a3794364110961c2d60ab3a5749c5 Author: Javier Jardón Date: Tue May 11 18:35:42 2010 +0200 gtk/gtkobject: use G_DEFINE_ABSTRACT_TYPE gtk/gtkobject.c | 55 +++++-------------------------------------------------- 1 files changed, 5 insertions(+), 50 deletions(-) commit dfa9214681083f7a60c71fd4d7b837d53de13225 Author: Javier Jardón Date: Sun May 16 02:53:49 2010 +0200 Move documentation to inline comments: GtkRecentChooser docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkrecentchooser.sgml | 442 ------------------------- gtk/gtkrecentchooser.c | 17 + gtk/gtkrecentchooser.h | 21 ++- 4 files changed, 38 insertions(+), 443 deletions(-) commit f54910cf86a0013e7a9afc9b560515745adbb8f5 Author: Murray Cumming Date: Tue May 18 09:32:44 2010 +0200 GtkDebug: Remove a trailing comma on an enum. gtk/gtkdebug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4704a239ac2ab95b841cb5b2631057c1ca746868 Author: Jan Arne Petersen Date: Tue May 18 08:46:42 2010 +0200 GtkRange: Redraw if GtkRange is a GtkScale and value is drawn. * gtk/gtkrange.c: (gtk_range_adjustment_value_change): Queue the draw also if the range is a scale and the value is drawn, fixing bug #533946 (Markus Brinkmann), when two HScales use one adjustment. gtk/gtkrange.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 735bee47bea44979d7ee9b293d40a1bde38248a0 Author: Matthias Clasen Date: Mon May 17 22:58:25 2010 -0400 Let query utilities update the cache file directly This is much more convenient for packagers than having to redirect the output into the cache file, and much less error-prone. .../gdk-pixbuf/gdk-pixbuf-query-loaders-3.0.xml | 13 +++- docs/reference/gtk/gtk-query-immodules-3.0.xml | 14 +++- gdk-pixbuf/queryloaders.c | 102 +++++++++++++------- gtk/queryimmodules.c | 97 ++++++++++++------- 4 files changed, 154 insertions(+), 72 deletions(-) commit 0b0f176ac477e935fbabb31ba3c7030cded3b0d3 Author: Matthias Clasen Date: Mon May 17 21:30:46 2010 -0400 Move the module cache files below libdir These files contain architecture-dependent paths, and thus placing them into sysconfdir causes unnecessary hassle. Now the immodule cache file is looked for in libdir/gtk-3.0/3.0.0/immodules.cache, and the pixbuf loader cache is looked for in libdir/gtk-3.0/3.0.0/loaders.cache. .../gdk-pixbuf/gdk-pixbuf-query-loaders-3.0.xml | 6 + .../gdk-pixbuf/tmpl/module_interface.sgml | 90 +- docs/reference/gtk/gtk-query-immodules-3.0.xml | 6 + docs/reference/gtk/running.sgml | 5 +- gdk-pixbuf/Makefile.am | 2 +- gdk-pixbuf/gdk-pixbuf-io.c | 2414 ++++++++++---------- gdk-pixbuf/queryloaders.c | 464 ++-- gtk/gtkrc.c | 4 +- gtk/queryimmodules.c | 118 +- 9 files changed, 1560 insertions(+), 1549 deletions(-) commit 8a487aca2cf007bf72fd243fa13f8128f925017f Author: Volker Grabsch Date: Mon May 17 19:00:02 2010 -0400 Fix CAIRO_PREFIX for cross-build environments configure.ac was using pkg-config instead of $PKG_CONFIG for this prefix, leading to incorrect results in cross-build environments. Bug 618870. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3f96117903062de789268bdb72c294554c796d46 Author: Thomas Thurman Date: Sun May 16 17:53:25 2010 -0400 Updated Shavian translation po-properties/en@shaw.po | 168 +++++++++++++++++----------------------------- 1 files changed, 63 insertions(+), 105 deletions(-) commit 489085ca02cb3d46d1bc5820b1e6e03b19da3297 Author: Thomas Thurman Date: Sun May 16 17:52:08 2010 -0400 Updated Shavian translation po/en@shaw.po | 772 +++++++++++++++++++++------------------------------------ 1 files changed, 280 insertions(+), 492 deletions(-) commit fcbbbbf139e012f17b3b76babaa0717148b4c470 Author: Andika Triwidada Date: Sun May 16 08:33:26 2010 +0700 Updated Indonesian translation po-properties/id.po | 6420 +++++++++++++++++++++++---------------------------- 1 files changed, 2882 insertions(+), 3538 deletions(-) commit 98e773d93def3e9c24ae040d256f81ba16491ce8 Author: Javier Jardón Date: Sun May 16 02:31:45 2010 +0200 Move documentation to inline comments: GtkSeparatorToolItem docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml | 81 --------------------- gtk/gtkseparatortoolitem.c | 20 +++++ 3 files changed, 21 insertions(+), 81 deletions(-) commit 19448b971264e0373553ae06a55522d1f7e7dfd2 Author: Javier Jardón Date: Sun May 16 02:11:16 2010 +0200 Move documentation to inline comments: GtkPrinter docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkprinter.sgml | 336 ------------------------------- gtk/gtkprinter.c | 19 ++ gtk/gtkprinter.h | 13 ++ 4 files changed, 33 insertions(+), 336 deletions(-) commit b00a09de11e8dc1f16f137560f9aebf065584eb1 Author: Javier Jardón Date: Sun May 16 02:04:12 2010 +0200 Move documentation to inline comments: GtkTreeView drag-and-drop docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktreednd.sgml | 144 ------------------------------- gtk/gtktreednd.c | 24 +++++ 3 files changed, 25 insertions(+), 144 deletions(-) commit 56d7417fcc4f389e9a1e637e7c7dfcdcd31eaea2 Author: Javier Jardón Date: Sun May 16 01:58:06 2010 +0200 Move documentation to inline comments: GtkRecentChooserWidget docs/reference/gtk/tmpl/.gitignore | 1 + .../reference/gtk/tmpl/gtkrecentchooserwidget.sgml | 58 -------------------- gtk/gtkrecentchooserwidget.c | 19 +++++++ 3 files changed, 20 insertions(+), 58 deletions(-) commit 885b6d8a75fe2d2b98e71c9f86b39cedb5ba369d Author: Javier Jardón Date: Sun May 16 00:44:58 2010 +0200 Move documentation to inline comments: GtkStyle docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkstyle.sgml | 647 --------------------------------- gtk/gtkstyle.c | 20 + gtk/gtkstyle.h | 16 + 4 files changed, 37 insertions(+), 647 deletions(-) commit f121a502f9d7ff1a4449415c33a3257c81a27080 Author: Javier Jardón Date: Sun May 16 00:40:11 2010 +0200 Move documentation to inline comments: GtkSeparatorMenuItem docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml | 40 --------------------- gtk/gtkseparatormenuitem.c | 19 ++++++++++ 3 files changed, 20 insertions(+), 40 deletions(-) commit 08bd42cf8db968f87349f3f2ae23385943a3d2d3 Author: Javier Jardón Date: Sun May 16 00:32:05 2010 +0200 Move documentation to inline comments: GtkScaleButton docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkscalebutton.sgml | 158 --------------------------- gtk/gtkscalebutton.c | 13 ++ 3 files changed, 14 insertions(+), 158 deletions(-) commit 8e06ef4f63f73211c732bce788233b32c77a9cdb Author: Javier Jardón Date: Sun May 16 00:26:22 2010 +0200 Move documentation to inline comments: GtkRadioAction docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkradioaction.sgml | 103 --------------------------- gtk/gtkradioaction.c | 12 +++ 3 files changed, 13 insertions(+), 103 deletions(-) commit bddf455874fcc648b8a743fe7616b5f8690108c0 Author: Javier Jardón Date: Sun May 16 00:20:20 2010 +0200 Move documentation to inline comments: GtkRecentAction docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkrecentaction.sgml | 84 -------------------------- gtk/gtkrecentaction.c | 17 +++++ 3 files changed, 18 insertions(+), 84 deletions(-) commit 41f327051cb74b935b38997c9b918c02fba42d8f Author: Khaled Hosny Date: Sat May 15 22:58:15 2010 +0300 Updated Arabic translation po/ar.po | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit b2f5af3fb0b8aef2367c0e984a187860b2a04e87 Author: Javier Jardón Date: Fri May 14 18:36:59 2010 +0200 Remove deprecated functions from GDK docs docs/reference/gdk/gdk3-sections.txt | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 618d15e9914e854f5b314c654a6adfd16e7bfb3b Author: Javier Jardón Date: Fri May 14 18:18:10 2010 +0200 Remove deprecated gdk_window_get_toplevels() function docs/reference/gdk/gdk3-sections.txt | 1 - gdk/gdk.symbols | 3 --- gdk/gdkwindow.c | 21 --------------------- gdk/gdkwindow.h | 3 --- gdk/quartz/gdkwindow-quartz.c | 2 +- 5 files changed, 1 insertions(+), 29 deletions(-) commit dc83131c9b83d6e6779cb245aed2b910fa540e46 Author: Javier Jardón Date: Fri May 14 17:23:33 2010 +0200 gdkwindow: Move includes to the beginning of the file gdk/gdkwindow.c | 42 +++++++++++++++++++++++------------------- 1 files changed, 23 insertions(+), 19 deletions(-) commit ff61948d1393c7500ecbea4b03c87c744ce371b7 Author: Tadej Borovšak Date: Thu May 13 04:51:37 2010 +0200 Move documentation to inline comments: GdkWindow Use examples/gdk to store documentation code examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618498 Signed-off-by: Javier Jardón docs/reference/gdk/tmpl/.gitignore | 1 + docs/reference/gdk/tmpl/windows.sgml | 1771 ------------------------------ examples/gdk/composited-window-example.c | 136 +++ gdk/gdkevents.h | 32 + gdk/gdktypes.h | 55 + gdk/gdkwindow.c | 63 ++ gdk/gdkwindow.h | 306 +++++- gdk/x11/gdkdnd-x11.c | 6 + gdk/x11/gdkwindow-x11.c | 6 +- 9 files changed, 566 insertions(+), 1810 deletions(-) commit 47dd78a713f50548be487c743e347e950e31ef95 Author: Luca Ferretti Date: Fri May 14 12:53:44 2010 +0200 Updated Italian translation po/it.po | 2540 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1300 insertions(+), 1240 deletions(-) commit 2cc6154571f245bff9c4675668543a6be9c3e78f Author: Fran Diéguez Date: Fri May 14 09:47:29 2010 +0200 Updated Galician translations po-properties/gl.po | 3464 ++++++++++++++++++++++++++------------------------- po/gl.po | 2131 ++++++++++++++++---------------- 2 files changed, 2810 insertions(+), 2785 deletions(-) commit 157d618d6bba7fa5b06af4f0060e719d7bec2412 Author: Javier Jardón Date: Thu May 13 19:39:44 2010 +0200 Move documentation to inline comments: GtkObject docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkobject.sgml | 146 -------------------------------- gtk/gtkobject.c | 91 ++++++++++++++++++++ gtk/gtkobject.h | 16 +++- 4 files changed, 107 insertions(+), 147 deletions(-) commit 3d481f735a2cf4b47e28d27d3621a4346d746c98 Author: Javier Jardón Date: Thu May 13 17:10:04 2010 +0200 Use ACLOCAL in autogen.sh autogen.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9e630dc17d411055c82eda3f136a1e122e7c77a3 Author: Javier Jardón Date: Wed May 12 18:28:25 2010 +0200 Clean autotools configuration a bit New requirements: automake >= 1.10 libtool >= 2.2 Makefile.am | 3 +-- autogen.sh | 12 +++--------- configure.ac | 50 ++++++++++++++++++++------------------------------ 3 files changed, 24 insertions(+), 41 deletions(-) commit 1205012cb422bfe2b09e954f2fcdbee11ba1fc47 Author: Javier Jardón Date: Thu May 13 04:55:19 2010 +0200 Fix doc generation: rename gdk-overrides.txt to gdk3-overrides Also, remove unnneded *-overrides files Patch by Tadej Borovšak docs/reference/gdk/gdk-overrides.txt | 38 -------------------- docs/reference/gdk/gdk3-overrides.txt | 38 ++++++++++++++++++++ docs/reference/gtk/gtk-overrides.txt | 15 -------- 3 files changed, 38 insertions(+), 53 deletions(-) commit 95bb12ee66436654d9cd99b35315bd917357a528 Author: Javier Jardón Date: Thu May 13 03:35:02 2010 +0200 Move documentation to inline comments: GtkOrientable docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkorientable.sgml | 59 ---------------------------- gtk/gtkorientable.c | 16 +++++++ 3 files changed, 17 insertions(+), 59 deletions(-) commit 8319585673632a67ec130de3a9c5c71db1da8c5c Author: Javier Jardón Date: Thu May 13 03:23:30 2010 +0200 Move documentation to inline comments: GtkToggleAction docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktoggleaction.sgml | 103 -------------------------- gtk/gtktoggleaction.c | 21 +++++- 3 files changed, 20 insertions(+), 105 deletions(-) commit 45434cc6994ced9f861981f22103e2e2db0abf01 Author: Javier Jardón Date: Thu May 13 01:25:02 2010 +0200 Move documentation to inline comments: GtkPageSetupUnixDialog docs/reference/gtk/tmpl/.gitignore | 1 + .../reference/gtk/tmpl/gtkpagesetupunixdialog.sgml | 82 -------------------- gtk/gtkpagesetupunixdialog.c | 15 ++++ 3 files changed, 16 insertions(+), 82 deletions(-) commit e59f1a64c1fc0c73d16aec81bdcb04c4583277d9 Author: Javier Jardón Date: Thu May 13 01:20:45 2010 +0200 Move documentation to inline comments: GtkSeparator docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkseparator.sgml | 29 ----------------------------- gtk/gtkseparator.c | 10 ++++++++++ 3 files changed, 11 insertions(+), 29 deletions(-) commit c4bb15a4f2c3d346c85db0d8480d3d1309ce1bce Author: Javier Jardón Date: Thu May 13 01:19:55 2010 +0200 Move documentation to inline comments: GtkTextIter docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktextiter.sgml | 910 ------------------------------ gtk/gtktextiter.c | 12 + 3 files changed, 13 insertions(+), 910 deletions(-) commit c477b2fa0b37c5c632cd91039cf6ca496e4b6cd1 Author: Javier Jardón Date: Thu May 13 00:59:58 2010 +0200 Move documentation to inline comments: GtkToolItem docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktoolitem.sgml | 310 ------------------------------ gtk/gtktoolitem.c | 1 + 3 files changed, 2 insertions(+), 310 deletions(-) commit f1ea0d127b92389b8ba36aea4b2350a3d1b973a0 Author: Thomas Thurman Date: Wed May 12 19:01:41 2010 -0400 Updated Shavian transliteration po-properties/en@shaw.po | 3712 +++++++++++++++++++++++++++++++++------------- 1 files changed, 2706 insertions(+), 1006 deletions(-) commit fd3c3dc981fb2be7c256a226ecd6aa34117b3d5f Author: Thomas Thurman Date: Wed May 12 18:40:58 2010 -0400 Updated Shavian transliteration po/en@shaw.po | 5382 ++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 3191 insertions(+), 2191 deletions(-) commit 39f4b34e70892a13e26224456844081e83365213 Merge: 7b81420 006d571 Author: Johan Dahlin Date: Wed May 12 19:54:28 2010 -0300 Merge commit 'origin' commit 7b814209742e16ffe5ac0eb324e3e57f0faf34b2 Author: Johan Dahlin Date: Wed May 12 19:53:43 2010 -0300 [GtkExtendedLayout] Add annotations Add missing annotations for out values. gtk/gtkextendedlayout.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit a81f00ff33e0bd1abe01658bf8b159826ce9c80d Author: Johan Dahlin Date: Wed May 12 19:53:24 2010 -0300 [GtkWidget] Add annotations Add a couple of out/inout annotations gtk/gtkwidget.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 4bc3f99b6dd4a28b1aa21160e80a21ee80011af0 Author: Johan Dahlin Date: Wed May 12 19:51:55 2010 -0300 [GtkWindow] Add annotations Add introspection annotations for lists and functions with multiple out values. gtk/gtkwindow.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 006d5718fa927d9d3509fca1a1c1ca6522110b57 Author: Matthias Clasen Date: Wed May 12 15:02:02 2010 -0400 Another attempt to handle pngs changing int types gdk-pixbuf/io-png.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit f3fa17a16a06a42b1587f0f422928d9c8f2ce972 Author: Kristian Rietveld Date: Wed May 12 12:15:48 2010 +0200 Bug 565559 - Incorrect leave-notify signals for treeview Set enter and leave notify mask on header window. Extract from a patch by Hans van Hintum. gtk/gtktreeview.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit aea9f1b6cf71b151c50e459ae48d64e5a8226387 Author: Paul Davis Date: Wed May 12 12:11:40 2010 +0200 Remove arbitrary limit on number of redraw rectangles The aim of this limit was to not degrade performance too much, however, it actually did degrade performance to a large extent. gdk/quartz/GdkQuartzView.c | 38 +++++++++++--------------------------- 1 files changed, 11 insertions(+), 27 deletions(-) commit b82150c10081fe41ddbcb85631e0f51931f90ca4 Author: Manoj Kumar Giri Date: Wed May 12 13:35:28 2010 +0530 Updated Oriya Translation po-properties/or.po | 3869 ++++++++++++++++++++++++--------------------------- 1 files changed, 1824 insertions(+), 2045 deletions(-) commit 2b64a7fd54f7fe573b263de870d5f8b53255a901 Author: Javier Jardón Date: Wed May 12 04:25:46 2010 +0200 Remove some deprecated stuff from GdkWindow Also, substitute the deprecated functions with the correct ones docs/faq/gtk-faq.sgml | 2 +- docs/reference/gdk/gdk3-sections.txt | 10 --- docs/reference/gdk/tmpl/event_structs.sgml | 2 +- docs/reference/gdk/tmpl/windows.sgml | 88 ---------------------------- docs/reference/gdk/tmpl/x_interaction.sgml | 8 --- gdk/directfb/gdkwindow-directfb.c | 20 ------ gdk/gdk.symbols | 3 - gdk/gdkwindow.h | 23 ------- gdk/quartz/gdkwindow-quartz.c | 19 +----- gdk/testgdk.c | 12 ++-- gdk/win32/gdkdnd-win32.c | 2 +- gdk/win32/gdkwin32.h | 2 - gdk/win32/gdkwindow-win32.c | 46 -------------- gdk/x11/gdkwindow-x11.c | 66 --------------------- gtk/gtkwidget.c | 4 +- 15 files changed, 14 insertions(+), 293 deletions(-) commit c6a789998a48d1a1d8a7e1675b873f2b2f440c93 Author: Javier Jardón Date: Wed May 12 03:41:45 2010 +0200 Remove deprecated gdk_exit() function docs/reference/gdk/gdk3-sections.txt | 1 - docs/reference/gdk/tmpl/general.sgml | 14 -------------- gdk/gdk.c | 25 ------------------------- gdk/gdk.h | 3 --- gdk/gdk.symbols | 3 --- 5 files changed, 0 insertions(+), 46 deletions(-) commit 902628f593caf2580f5553623de849d7ab92caa3 Author: Matthias Clasen Date: Tue May 11 15:21:17 2010 -0400 Reset gail library versioning to 0.0.0, since we changed soname configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d8ceadaf3ba85e2f81ee9ee7038961a2da7b5bcc Author: Matthias Clasen Date: Tue May 11 15:08:48 2010 -0400 Minor stylistic fix Makefile.am | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit a376adbcea2664a171018bfd7642681afad135ac Author: Matthias Clasen Date: Tue May 11 13:31:53 2010 -0400 Try to fix up man page handling docs/reference/gtk/Makefile.am | 32 +++++++++++++++++++++++--------- 1 files changed, 23 insertions(+), 9 deletions(-) commit d9bb439c891f464859a43c923feb64ac0c66451d Author: Javier Jardón Date: Tue May 11 16:59:15 2010 +0200 Remove deprecated GtkObject macros Remove GTK_OBJECT_TYPE() and GTK_OBJECT_TYPE_NAME(), G_OBJECT_TYPE() and G_OBJECT_TYPE_NAME() should be used instead. docs/reference/gtk/gtk3-sections.txt | 2 -- docs/reference/gtk/tmpl/gtkobject.sgml | 13 ------------- gtk/gtkobject.h | 23 ----------------------- 3 files changed, 0 insertions(+), 38 deletions(-) commit 37bb7ea2a003c7cc24dbc88012fa1e1aef3c1212 Author: Caolán McNamara Date: Tue May 11 16:38:07 2010 +0200 Update list of US Letter locales Sync paper size fallbacks with the latest 1.8.1 CLDR table (#618000). gtk/gtkpapersize.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit e5c2c2e9fb6a99c258ef8193634e5a9d4f3d9449 Author: Tor Lillqvist Date: Tue May 11 17:14:23 2010 +0300 More gtk3 file name changes gtk-zip.sh.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 20f3f9d9f2b4cf5a86b90439da7a316b6aaab64c Author: Matthias Clasen Date: Tue May 11 08:25:07 2010 -0400 One forgotten rename m4macros/Makefile.am | 2 +- m4macros/gtk-2.0.m4 | 196 -------------------------------------------------- m4macros/gtk-3.0.m4 | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 197 insertions(+), 197 deletions(-) commit 4fe044b77ddbfbbd797cc10b332631f33c807bdb Author: Murray Cumming Date: Wed Apr 7 15:24:28 2010 +0200 Fix typos in 2 gobject-introspection annotations. gtk/gtkactiongroup.c | 2 +- gtk/gtkeditable.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit ee357cf8856f10c69fe5ef2844f5ef5e777a033f Author: Alan Knowles Date: Tue May 11 13:40:15 2010 +0800 Fix various gir annotations on tree API Just add (out) tags where needed to generate valid gir. gtk/gtktreeview.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 57a7079a30355e91cea0e64e4b3c8fbb11dc2a45 Author: Sebastian Dröge Date: Mon May 10 09:43:42 2010 +0200 Don't include __bss_start, _edata and _end symbols in the abichecks They are added by the binutils gold linker. gdk-pixbuf/abicheck.sh | 2 +- gdk/abicheck.sh | 2 +- gtk/abicheck.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 827ce1b1bfc61c10f2389b2d3dde4fecefa6af71 Author: Matthias Clasen Date: Tue May 11 00:28:33 2010 -0400 bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 48a3e5c074cace0bc0f01b2683c52d5bc320a182 Author: Matthias Clasen Date: Tue May 11 00:26:49 2010 -0400 2.90.0 po-properties/af.po | 1932 ++++++++++---------- po-properties/am.po | 1758 ++++++++---------- po-properties/ang.po | 1732 ++++++++---------- po-properties/ar.po | 1917 ++++++++++---------- po-properties/as.po | 1931 ++++++++++---------- po-properties/ast.po | 1944 ++++++++++---------- po-properties/az.po | 1927 ++++++++++---------- po-properties/az_IR.po | 1732 ++++++++---------- po-properties/be.po | 1934 ++++++++++---------- po-properties/be@latin.po | 1945 ++++++++++---------- po-properties/bg.po | 1934 ++++++++++---------- po-properties/bn.po | 3974 ++++++++++++++++++++-------------------- po-properties/bn_IN.po | 4146 +++++++++++++++++++++--------------------- po-properties/br.po | 1751 ++++++++---------- po-properties/bs.po | 1934 ++++++++++---------- po-properties/ca.po | 3912 ++++++++++++++++++++-------------------- po-properties/ca@valencia.po | 3912 ++++++++++++++++++++-------------------- po-properties/crh.po | 2061 +++++++++++----------- po-properties/cs.po | 1925 ++++++++++---------- po-properties/cy.po | 1942 ++++++++++---------- po-properties/da.po | 1929 ++++++++++---------- po-properties/de.po | 1932 ++++++++++---------- po-properties/dz.po | 1922 ++++++++++---------- po-properties/el.po | 1933 ++++++++++---------- po-properties/en_CA.po | 1927 ++++++++++---------- po-properties/en_GB.po | 1928 ++++++++++---------- po-properties/eo.po | 1732 ++++++++---------- po-properties/es.po | 3468 ++++++++++++++++++------------------ po-properties/et.po | 1849 +++++++++---------- po-properties/eu.po | 2279 ++++++++++++----------- po-properties/fa.po | 1812 +++++++++---------- po-properties/fi.po | 1924 ++++++++++---------- po-properties/fr.po | 1953 ++++++++++---------- po-properties/ga.po | 1760 ++++++++---------- po-properties/gl.po | 3911 ++++++++++++++++++++-------------------- po-properties/gu.po | 1923 ++++++++++---------- po-properties/he.po | 1928 ++++++++++---------- po-properties/hi.po | 1917 ++++++++++---------- po-properties/hr.po | 1926 ++++++++++---------- po-properties/hu.po | 1930 ++++++++++---------- po-properties/hy.po | 1740 ++++++++---------- po-properties/ia.po | 1744 ++++++++---------- po-properties/id.po | 1943 ++++++++++---------- po-properties/io.po | 1732 ++++++++---------- po-properties/is.po | 1744 ++++++++---------- po-properties/it.po | 1951 ++++++++++---------- po-properties/ja.po | 1917 ++++++++++---------- po-properties/ka.po | 1918 ++++++++++---------- po-properties/kk.po | 3870 ++++++++++++++++++--------------------- po-properties/kn.po | 4106 +++++++++++++++++++++--------------------- po-properties/ko.po | 1923 ++++++++++---------- po-properties/ku.po | 1744 ++++++++---------- po-properties/li.po | 1927 ++++++++++---------- po-properties/lt.po | 1927 ++++++++++---------- po-properties/lv.po | 1916 ++++++++++---------- po-properties/mai.po | 1917 ++++++++++---------- po-properties/mi.po | 1735 ++++++++---------- po-properties/mk.po | 1927 ++++++++++---------- po-properties/ml.po | 1918 ++++++++++---------- po-properties/mn.po | 2013 ++++++++++---------- po-properties/mr.po | 4100 +++++++++++++++++++++--------------------- po-properties/ms.po | 1931 ++++++++++---------- po-properties/my.po | 1925 ++++++++++---------- po-properties/nb.po | 1926 ++++++++++---------- po-properties/nds.po | 2009 ++++++++++---------- po-properties/ne.po | 1914 ++++++++++---------- po-properties/nl.po | 1940 ++++++++++---------- po-properties/nn.po | 1942 ++++++++++---------- po-properties/nso.po | 1953 ++++++++++---------- po-properties/oc.po | 1739 ++++++++---------- po-properties/or.po | 1919 ++++++++++---------- po-properties/pa.po | 1920 ++++++++++---------- po-properties/pl.po | 1945 ++++++++++---------- po-properties/ps.po | 1788 +++++++++---------- po-properties/pt.po | 1935 ++++++++++---------- po-properties/pt_BR.po | 1928 ++++++++++---------- po-properties/ro.po | 1943 ++++++++++---------- po-properties/ru.po | 1936 ++++++++++---------- po-properties/rw.po | 1952 ++++++++++---------- po-properties/si.po | 1749 ++++++++---------- po-properties/sk.po | 1922 ++++++++++---------- po-properties/sl.po | 1930 ++++++++++---------- po-properties/sq.po | 1959 ++++++++++---------- po-properties/sr.po | 1933 ++++++++++---------- po-properties/sr@ije.po | 1934 ++++++++++---------- po-properties/sr@latin.po | 1933 ++++++++++---------- po-properties/sv.po | 1928 ++++++++++---------- po-properties/ta.po | 1926 ++++++++++---------- po-properties/te.po | 1917 ++++++++++---------- po-properties/th.po | 1733 ++++++++---------- po-properties/tk.po | 1740 ++++++++---------- po-properties/tr.po | 2021 ++++++++++---------- po-properties/tt.po | 1756 ++++++++---------- po-properties/uk.po | 3909 ++++++++++++++++++++-------------------- po-properties/ur.po | 1739 ++++++++---------- po-properties/uz.po | 1757 ++++++++---------- po-properties/uz@cyrillic.po | 1757 ++++++++---------- po-properties/vi.po | 1935 ++++++++++---------- po-properties/wa.po | 1809 +++++++++---------- po-properties/xh.po | 1946 ++++++++++---------- po-properties/yi.po | 1925 ++++++++++---------- po-properties/zh_CN.po | 1917 ++++++++++---------- po-properties/zh_HK.po | 1917 ++++++++++---------- po-properties/zh_TW.po | 1917 ++++++++++---------- po/af.po | 620 +++---- po/am.po | 545 +++---- po/ang.po | 513 ++---- po/ar.po | 615 +++---- po/as.po | 616 +++---- po/ast.po | 624 +++---- po/az.po | 637 +++---- po/az_IR.po | 451 ++---- po/be.po | 637 +++---- po/be@latin.po | 618 +++---- po/bg.po | 622 +++---- po/bn.po | 2553 +++++++++++++------------- po/bn_IN.po | 2565 +++++++++++++------------- po/br.po | 569 +++---- po/bs.po | 642 +++---- po/ca.po | 623 +++---- po/ca@valencia.po | 2522 +++++++++++++------------- po/crh.po | 714 ++++---- po/cs.po | 622 +++---- po/cy.po | 623 +++---- po/da.po | 2517 +++++++++++++------------- po/de.po | 622 +++---- po/dz.po | 616 +++---- po/el.po | 2517 +++++++++++++------------- po/en_CA.po | 619 +++---- po/en_GB.po | 619 +++---- po/eo.po | 618 +++---- po/es.po | 2134 +++++++++++----------- po/et.po | 616 +++---- po/eu.po | 662 ++++---- po/fa.po | 634 +++---- po/fi.po | 620 +++---- po/fr.po | 624 +++---- po/ga.po | 612 +++---- po/gl.po | 2522 +++++++++++++------------- po/gu.po | 616 +++---- po/he.po | 626 +++---- po/hi.po | 618 +++---- po/hr.po | 629 +++---- po/hu.po | 620 +++---- po/hy.po | 643 +++---- po/ia.po | 607 +++---- po/id.po | 2846 ++++++++++++++--------------- po/io.po | 575 +++---- po/is.po | 630 +++---- po/it.po | 620 +++---- po/ja.po | 618 +++---- po/ka.po | 616 +++---- po/kk.po | 2454 ++++++++++++------------- po/kn.po | 2544 +++++++++++++------------- po/ko.po | 620 +++---- po/ku.po | 617 +++---- po/li.po | 652 +++---- po/lt.po | 619 +++---- po/lv.po | 2556 +++++++++++++------------- po/mai.po | 614 +++---- po/mi.po | 584 +++---- po/mk.po | 623 +++---- po/ml.po | 620 +++---- po/mn.po | 730 ++++---- po/mr.po | 2571 +++++++++++++------------- po/ms.po | 641 +++---- po/my.po | 615 +++---- po/nb.po | 2512 +++++++++++++------------- po/nds.po | 600 +++---- po/ne.po | 639 +++---- po/nl.po | 2530 +++++++++++++------------- po/nn.po | 637 +++---- po/nso.po | 646 +++---- po/oc.po | 548 +++---- po/or.po | 616 +++---- po/pa.po | 614 +++---- po/pl.po | 622 +++---- po/ps.po | 578 +++---- po/pt.po | 624 +++---- po/pt_BR.po | 624 +++---- po/ro.po | 621 +++---- po/ru.po | 616 +++---- po/rw.po | 674 +++---- po/si.po | 613 +++---- po/sk.po | 616 +++---- po/sl.po | 618 +++---- po/sq.po | 627 +++---- po/sr.po | 620 +++---- po/sr@ije.po | 642 +++---- po/sr@latin.po | 620 +++---- po/sv.po | 623 +++---- po/ta.po | 614 +++---- po/te.po | 618 +++---- po/th.po | 614 +++---- po/tk.po | 546 +++---- po/tr.po | 709 ++++---- po/tt.po | 572 +++---- po/uk.po | 2522 +++++++++++++------------- po/ur.po | 454 ++---- po/uz.po | 557 +++---- po/uz@cyrillic.po | 557 +++---- po/vi.po | 617 +++---- po/wa.po | 624 +++---- po/xh.po | 644 +++---- po/yi.po | 645 +++---- po/zh_CN.po | 612 +++---- po/zh_HK.po | 612 +++---- po/zh_TW.po | 612 +++---- 208 files changed, 148804 insertions(+), 161104 deletions(-)