commit 056ec835cc683a99fb8c2cc5aa4df42e1f97f3ac Author: Matthias Clasen Date: Fri Sep 10 11:08:18 2010 -0400 Include gdkkeysyms.h in gdk.h Followup to bug 629093 docs/reference/gdk/tmpl/keys.sgml | 11 +++++------ gdk/gdk.h | 1 + 2 files changed, 6 insertions(+), 6 deletions(-) commit e356769f33d0cbf9c59aa0fc508e486afc38353d Author: Mike Gorse Date: Fri Sep 10 09:46:34 2010 -0400 Gail: Remove gail_cell_type_add_action_interface, as it no longer does anything modules/other/gail/gailcell.c | 5 ----- modules/other/gail/gailcell.h | 3 --- 2 files changed, 0 insertions(+), 8 deletions(-) commit da0975d5f24d775ac4a03dc100bd61a2be01d69b Author: Mike Gorse Date: Fri Sep 10 06:09:41 2010 -0400 Gail: Take fill/page size into account when returning a range's maximum value modules/other/gail/gailrange.c | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) commit 6460fb6b3ea3e69c0cabb63d73d51b983c3cc866 Author: Kjartan Maraas Date: Fri Sep 10 09:53:58 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 530 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 265 insertions(+), 265 deletions(-) commit e2a492cf80dbacbf40929674a1227c98f1bce3eb Author: Matthias Clasen Date: Thu Sep 9 22:33:56 2010 -0400 Some more updates NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 36437a635d344d7c9519d0107bddd592935996af Author: Matthias Clasen Date: Thu Sep 9 22:17:27 2010 -0400 Update potfiles po-properties/POTFILES.in | 1 - po/POTFILES.in | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit 149b84dacfd9d1b58f82568d442ef1f2ed75d566 Author: Matthias Clasen Date: Thu Sep 9 22:11:36 2010 -0400 Really stop exporting text-related variables gtk/gtktextlayout.h | 2 +- gtk/gtktexttypes.h | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) commit 95eb4a868e4917b9df9677543ff0be5584383f4d Author: Matthias Clasen Date: Thu Sep 9 21:55:28 2010 -0400 Remove GDK_DISPLAY() usage docs/tools/shooter.c | 6 +++--- docs/tools/widgets.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) commit 2a27c904798fb4658424fd923e0faadfa5076081 Author: Matthias Clasen Date: Thu Sep 9 19:50:24 2010 -0400 Update NEWS for 2.90.7 NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) commit 0dcaad3a85137fee646847fed42c2072c2db7890 Author: Matthias Clasen Date: Thu Sep 9 19:46:41 2010 -0400 Drop the gdk_display variable from gdk This was the last exported variable; it wasn't multihead safe, and there's easy replacement with gdk_display_get_default(). Also drop the GDK_DISPLAY() macro which was just a wrapper around the variable. docs/reference/gdk/gdk3-sections.txt | 2 -- gdk/gdk.symbols | 6 ------ gdk/x11/gdkdisplay-x11.c | 7 +------ gdk/x11/gdkglobals-x11.c | 1 - gdk/x11/gdkx.h | 8 -------- modules/other/gail/gailwindow.c | 12 ++++++------ 6 files changed, 7 insertions(+), 29 deletions(-) commit 001d16cb8777bdf260751e8dc25b0ef73649cd78 Author: Matthias Clasen Date: Thu Sep 9 00:56:22 2010 -0400 Fix the docs build after GtkItem removal docs/reference/gtk/gtk3.types | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit a6a036ce22c2fa21b47a405e625360c02a140c91 Author: Tristan Van Berkom Date: Fri Sep 10 03:22:20 2010 +0900 Adding note to docs of gtk_widget_set_window() gtk_widget_set_window() does not add a reference to the owned window... this is an exception to most gtk_foo_set_bar() functions where as it acts as if it were named gtk_widget_take_window(). Adding note to the docs to avoid people giving the window to the widget and naturally proceeding to unref the window. gtk/gtkwidget.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 6624da6393bb466d7101cb1f8ce3b4b6bc1a221e Author: Benjamin Otte Date: Thu Sep 9 18:10:04 2010 +0200 widget: Fix SEGV when no focus widget exists gtk/gtkwidget.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit b0b8393f9957e28ad6a35f9e2f55f157d19bd84d Author: Benjamin Otte Date: Thu Sep 9 15:46:55 2010 +0200 gail: Add missing include modules/other/gail/gailmenuitem.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e7483343275e6ac4c402b84d99635d1ef8ed86be Author: Tor Lillqvist Date: Thu Sep 9 15:44:12 2010 +0300 Avoid potential DLL hijacking in Wintab code Load Wintab32.dll from an absolute path. A proper Wintab32.dll, if present, should be in the Windows system directory, so load it from there. gdk/win32/gdkdevicemanager-win32.c | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) commit 7464a9ca0847c75f577f2200b9b2bab28bc01111 Author: Tor Lillqvist Date: Thu Sep 9 15:02:33 2010 +0300 Use accessor functions modules/engines/ms-windows/msw_style.c | 53 ++++++++++++++++++------------- 1 files changed, 31 insertions(+), 22 deletions(-) commit 0c662ecb9a5dbaac061aaaf461886752d110f417 Author: Tor Lillqvist Date: Thu Sep 9 15:01:36 2010 +0300 Fix gail build modules/other/gail/gail.c | 7 ++----- modules/other/gail/gail.h | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) commit ceca2ff10c58a2d669fc6cb10a46134be04f3637 Author: Tor Lillqvist Date: Thu Sep 9 14:35:20 2010 +0300 Adapt to the GDK_KEY changes gdk/gdkkeynames.c | 2 +- gdk/gdkkeys.c | 152 ++++++++++++++-------------- gdk/win32/gdkevents-win32.c | 10 +- gdk/win32/gdkkeys-win32.c | 238 +++++++++++++++++++++--------------------- 4 files changed, 201 insertions(+), 201 deletions(-) commit 73ea777c331b3ab62d55ddd1c258835c612c34d0 Author: Tristan Van Berkom Date: Thu Sep 9 16:27:22 2010 +0900 Fixed GtkTextView & GtkIconView to consult it's true previous size request Fixed issues in my previous patch for bug 626939 removing GtkRequisition cache: these widgets monitor the previous requested size and decide whether to queue a resize when the content changes based on it's prior request. gtk/gtkiconview.c | 17 ++++++++++------- gtk/gtktextview.c | 20 +++++++++++++++++--- 2 files changed, 27 insertions(+), 10 deletions(-) commit 843be48572e00d20e927cfb6f11ad4abba6e8e15 Author: Tristan Van Berkom Date: Thu Sep 9 15:02:56 2010 +0900 Moved GtkSizeRequest cache to GtkWidget->priv Now that we have a private data installed directly on the GtkWidget instance it makes no sense to cache the size requests on widget qdata. This change will generally make GTK+ memory less fragmented as well as significantly speed up the size request process. gtk/gtkprivate.h | 22 +++++++++++++++++ gtk/gtksizerequest.c | 65 +++++-------------------------------------------- gtk/gtkwidget.c | 18 ++++++++++++++ gtk/gtkwidget.h | 2 + 4 files changed, 49 insertions(+), 58 deletions(-) commit f76fddb8a7d260dff2ce8b87965ab4f41006a592 Author: Tor Lillqvist Date: Thu Sep 9 11:09:55 2010 +0300 Use accessor functions in Win32-only code gtk/gtkplug-win32.c | 4 ++-- gtk/gtkprintoperation-win32.c | 6 +++--- gtk/gtkselection.c | 4 ++-- gtk/gtksocket-win32.c | 4 ++-- gtk/gtkwin32embedwidget.c | 4 ++-- modules/input/gtkimcontextime.c | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) commit dd36afc2078dc0072b3dd4d17841b271b4ed770c Author: Tor Lillqvist Date: Thu Sep 9 11:03:22 2010 +0300 Don't use the same name for a function that used to be a variable Rename the gtk_major_version() etc functions I introduced yesterday to start with gtk_get. Avoids misleading results in client programs whose developers that don't notice the change or the compiler warnings, and when recompiling against gtk3 then use the function addresses as the version numbers. demos/gtk-demo/appwindow.c | 6 +++--- gtk/gtk.symbols | 10 +++++----- gtk/gtkmain.c | 40 +++++++++++++++++++++++++--------------- gtk/gtkmain.h | 16 +++++++++++----- tests/testgtk.c | 10 +++++----- 5 files changed, 49 insertions(+), 33 deletions(-) commit 91d0728dfaa3fd5d67c4f072601ecba44b5fd473 Author: Matthias Clasen Date: Thu Sep 9 00:51:08 2010 -0400 Fix build of gail after GtkItem removal modules/other/gail/Makefile.am | 2 - modules/other/gail/gailitem.c | 707 ------------------------------------- modules/other/gail/gailitem.h | 56 --- modules/other/gail/gailmenuitem.c | 532 +++++++++++++++++++++++++++- modules/other/gail/gailmenuitem.h | 11 +- 5 files changed, 531 insertions(+), 777 deletions(-) commit 3bd93e5bfd968d21cbcba15b952b254c41f204f9 Author: Matthias Clasen Date: Wed Sep 8 23:35:17 2010 -0400 Remove GtkItem With the demise of GtkList and GtkTree, it has GtkMenuItem as sole derived class, and is not really adding any value as a separate class. Its few useful features have been merged into GtkMenuItem. Bug 629104 docs/reference/gtk/gtk-docs.sgml | 1 - docs/reference/gtk/gtk3-sections.txt | 18 ---- docs/reference/gtk/tmpl/gtkitem.sgml | 75 -------------- gtk/Makefile.am | 2 - gtk/gtk.h | 1 - gtk/gtk.symbols | 9 -- gtk/gtkitem.c | 179 ---------------------------------- gtk/gtkitem.h | 79 --------------- gtk/gtkmenuitem.c | 81 +++++++++++----- gtk/gtkmenuitem.h | 12 ++- gtk/gtkmenushell.c | 2 +- 11 files changed, 64 insertions(+), 395 deletions(-) commit 72ac2175e2f0d3acd321ab8b8201e01806c3bfc4 Author: Javier Jardón Date: Thu Sep 9 02:25:25 2010 +0200 gtk/gtkhandlebox.c: Do not use gdk_window_get_deskrelative_origin() This completes commit bd277fad50704f6a39619cb418204bdfee112b98 gtk/gtkhandlebox.c | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) commit e08c43faf45540eea0f024818d8b2ff30a355b82 Author: Colin Walters Date: Wed Sep 8 18:25:52 2010 -0400 porting guide: Update to mention GDK_KEY_ transition docs/reference/gtk/migrating-2to3.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 913cdf3be750a1e74c09b20edf55a57f9a919fcc Author: Colin Walters Date: Wed Sep 8 13:35:51 2010 -0400 GDK: Prefix key names with KEY_ The keysyms create a lot of potential namespace conflicts for C, and are especially problematic for introspection, where we take constants into the namespace, so GDK_Display conflicts with GdkDisplay. For C application compatiblity, add gdkkeysyms-compat.h which uses the old names. Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is the gtkimcontextsimple.c, since porting that requires porting more custom Perl code. demos/gtk-demo/hypertext.c | 4 +- docs/tools/widgets.c | 2 +- gdk/Makefile.am | 3 +- gdk/gdkkeysyms-compat.h | 2208 ++++++++++++++++ gdk/gdkkeysyms-update.pl | 50 +- gdk/gdkkeysyms.h | 4351 ++++++++++++++++---------------- gdk/x11/gdkdevicemanager-core.c | 10 +- gdk/x11/gdkdevicemanager-xi2.c | 10 +- gdk/x11/gdkkeys-x11.c | 46 +- gtk/gtkaboutdialog.c | 6 +- gtk/gtkaccelgroup.c | 26 +- gtk/gtkbindings.c | 4 +- gtk/gtkcalendar.c | 20 +- gtk/gtkcellrendereraccel.c | 8 +- gtk/gtkcellrendererspin.c | 4 +- gtk/gtkcolorsel.c | 38 +- gtk/gtkcombobox.c | 46 +- gtk/gtkdialog.c | 2 +- gtk/gtkdnd.c | 28 +- gtk/gtkentry.c | 140 +- gtk/gtkfilechooserdefault.c | 72 +- gtk/gtkfilechooserentry.c | 2 +- gtk/gtkhsv.c | 16 +- gtk/gtkiconview.c | 56 +- gtk/gtkimcontextsimple.c | 2 +- gtk/gtkinfobar.c | 2 +- gtk/gtklabel.c | 80 +- gtk/gtkmain.c | 2 +- gtk/gtkmenu.c | 38 +- gtk/gtkmenubar.c | 16 +- gtk/gtkmenushell.c | 16 +- gtk/gtknotebook.c | 54 +- gtk/gtkpaned.c | 80 +- gtk/gtkrange.c | 2 +- gtk/gtkscale.c | 72 +- gtk/gtkscalebutton.c | 14 +- gtk/gtkscrolledwindow.c | 30 +- gtk/gtkspinbutton.c | 16 +- gtk/gtkstatusicon.c | 10 +- gtk/gtktextview.c | 130 +- gtk/gtktoolbar.c | 22 +- gtk/gtktreeview.c | 172 +- gtk/gtkwidget.c | 12 +- gtk/gtkwindow.c | 32 +- gtk/tests/testing.c | 2 +- modules/input/gtkimcontextmultipress.c | 2 +- modules/input/gtkimcontextthai.c | 36 +- modules/input/imam-et.c | 8 +- modules/input/imcedilla.c | 12 +- modules/input/imcyrillic-translit.c | 268 +- modules/input/iminuktitut.c | 4 +- modules/input/imipa.c | 120 +- modules/input/imti-er.c | 8 +- modules/input/imti-et.c | 8 +- modules/input/imviqr.c | 322 ++-- modules/other/gail/gailbutton.c | 4 +- modules/other/gail/gailcombobox.c | 2 +- modules/other/gail/gailentry.c | 2 +- modules/other/gail/gailexpander.c | 2 +- modules/other/gail/gailmenuitem.c | 2 +- modules/other/gail/gailrange.c | 2 +- tests/testgtk.c | 10 +- 62 files changed, 5508 insertions(+), 3260 deletions(-) commit 03c19e37af1f7aa9af8a48bcc9dc023397f8693f Author: Colin Walters Date: Wed Sep 8 12:58:20 2010 -0400 gdk: Update gdkkeysyms.h In preparation for adding a namespace prefix for introspection. gdk/gdkkeysyms.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit bd277fad50704f6a39619cb418204bdfee112b98 Author: Javier Jardón Date: Thu Sep 9 00:18:42 2010 +0200 Remove deprecated gdk_window_get_deskrelative_origin() and its implementations gdk/gdk.symbols | 1 - gdk/gdkoffscreenwindow.c | 36 --------------------------- gdk/gdkwindow.c | 44 ---------------------------------- gdk/gdkwindow.h | 7 ----- gdk/gdkwindowimpl.h | 3 -- gdk/quartz/gdkwindow-quartz.c | 9 ------- gdk/win32/gdkwindow-win32.c | 9 ------- gdk/x11/gdkwindow-x11.c | 53 ----------------------------------------- 8 files changed, 0 insertions(+), 162 deletions(-) commit 3dda0adf768aa51352627f9c5e81f33163c502a8 Author: Tor Lillqvist Date: Thu Sep 9 01:08:21 2010 +0300 Drop GDK_DEBUG_GC and _IMAGE as GDK doesn't do that any more gdk/gdk.c | 2 -- gdk/gdkinternals.h | 16 +++++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) commit 8fb5bc258351e5a3caaf67f3c25d5d89c0dc988c Author: Mike Gorse Date: Wed Sep 8 17:55:28 2010 -0400 Remove a duplicate variable Bug#629110: gtk_spinner_accessible_get_type always returns null gtk/gtkspinner.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 1b0d2fcd514607619dd91d98a39eeba992091585 Author: Javier Jardón Date: Wed Sep 8 23:42:25 2010 +0200 Use G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC() docs/tutorial/gtk-tut.sgml | 18 +++++++++--------- examples/colorsel/colorsel.c | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) commit 016093d007cb353f73311717efe967c3e9a7b960 Author: Javier Jardón Date: Wed Sep 8 22:58:03 2010 +0200 docs: Remove GtkFileSelection deprecated docs docs/reference/gtk/tmpl/gtkfilesel.sgml | 226 ------------------------------- 1 files changed, 0 insertions(+), 226 deletions(-) commit a76d198508197e670acf7511e40c7da1484c7c0c Author: Javier Jardón Date: Sat Aug 14 20:42:20 2010 +0200 GtkWidget: Move public members to private structure docs/reference/gtk/gtk3-sections.txt | 1 + gtk/gtkwidget.c | 757 ++++++++++++++++++++++------------ gtk/gtkwidget.h | 49 +--- 3 files changed, 491 insertions(+), 316 deletions(-) commit efaed1b8f1ba2bd89b465a0f093444694deedb36 Author: Javier Jardón Date: Wed Sep 8 08:03:14 2010 +0200 gtk/gtknotebook.c: use accessor functions to access GtkWidget gtk/gtknotebook.c | 330 +++++++++++++++++++++++++++++++---------------------- 1 files changed, 193 insertions(+), 137 deletions(-) commit f8cfb895ed7d6e064ad45e6628986fda00809fda Author: Javier Jardón Date: Wed Aug 11 23:18:48 2010 +0200 gtk/gtkarrow.c: use accessor functions to access GtkWidget gtk/gtkarrow.c | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) commit d9e7680735bb6af7cb1881973116a8c39ae7e074 Author: Javier Jardón Date: Wed Aug 11 23:05:51 2010 +0200 gtk/gtkpathbar.c: use accessor functions to access GtkWidget gtk/gtkpathbar.c | 44 ++++++++++++++++++++++++++++---------------- 1 files changed, 28 insertions(+), 16 deletions(-) commit a338d5dea51d5afc79cdda33dd81b70d40c3f49b Author: Javier Jardón Date: Wed Aug 11 23:02:44 2010 +0200 gtk/gtkruler.c: use accessor functions to access GtkWidget gtk/gtkruler.c | 115 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 72 insertions(+), 43 deletions(-) commit e4dc454f593099fbea1ff04438239322351c3dd6 Author: Javier Jardón Date: Wed Aug 11 23:01:16 2010 +0200 gtk/gtkseparator.c: use accessor functions to access GtkWidget gtk/gtkseparator.c | 59 +++++++++++++++++++++++++++++---------------------- 1 files changed, 33 insertions(+), 26 deletions(-) commit 50ef4203786770265fc6979cd00042989b461021 Author: Javier Jardón Date: Wed Aug 11 23:11:25 2010 +0200 gtk/gtkhandlebox.c: use accessor functions to access GtkWidget gtk/gtkhandlebox.c | 166 ++++++++++++++++++++++++++++++---------------------- 1 files changed, 96 insertions(+), 70 deletions(-) commit 89e8f79f071a372846a4b43a94fe7cfb6fe9dcd7 Author: Javier Jardón Date: Wed Aug 11 23:10:57 2010 +0200 gtk/gtkiconview.c: use accessor functions to access GtkWidget gtk/gtkiconview.c | 213 +++++++++++++++++++++++++++++++---------------------- 1 files changed, 125 insertions(+), 88 deletions(-) commit a48d28848e8f58a8129d9224f6060b23f5d31d5e Author: Javier Jardón Date: Wed Aug 11 23:10:44 2010 +0200 gtk/gtkimage.c: use accessor functions to access GtkWidget gtk/gtkimage.c | 34 ++++++++++++++++++---------------- 1 files changed, 18 insertions(+), 16 deletions(-) commit ec2f2c3daf1c807dbd5574b3b40ca30e567ada03 Author: Javier Jardón Date: Wed Aug 11 23:08:37 2010 +0200 gtk/gtkmenu.c: use accessor functions to access GtkWidget gtk/gtkmenu.c | 334 ++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 198 insertions(+), 136 deletions(-) commit 0993bc4d1cb0ad98908acd3710ddcb90a224effc Author: Javier Jardón Date: Wed Aug 11 23:07:02 2010 +0200 gtk/gtkmisc.c: use accessor functions to access GtkWidget gtk/gtkmisc.c | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) commit 29044f0f0eace81fd55b227a599812cb184f51fa Author: Javier Jardón Date: Wed Aug 11 23:00:21 2010 +0200 gtk/gtkspinbutton.c: use accessor functions to access GtkWidget gtk/gtkspinbutton.c | 64 +++++++++++++++++++++++++++++++-------------------- 1 files changed, 39 insertions(+), 25 deletions(-) commit 5533264958857b1cbccf397a94b8a014164e3a66 Author: Javier Jardón Date: Wed Aug 11 22:52:28 2010 +0200 gtk/gtktextview.c: use accessor functions to access GtkWidget gtk/gtktextview.c | 158 +++++++++++++++++++++++++++++++--------------------- 1 files changed, 94 insertions(+), 64 deletions(-) commit d05d713068bab896d78a72a93f599fa93cf79f18 Author: Javier Jardón Date: Wed Aug 11 22:50:44 2010 +0200 gtk/gtktreeview.c: use accessor functions to access GtkWidget gtk/gtktreeview.c | 314 +++++++++++++++++++++++++++++++++++------------------ 1 files changed, 208 insertions(+), 106 deletions(-) commit 2d0a6552017d0953be739bc7a4a6595af8cad11c Author: Javier Jardón Date: Wed Sep 8 20:12:26 2010 +0200 gtk/gtkwindow.c: Fix warning Cast to GtkSizeRequest This was added in commit b654afcb480c4f971436bd82a7b20f86686a9c02 gtk/gtkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 87141cf4c8f6d8cb3bfa1745e0dafa582fd0431e Author: Tor Lillqvist Date: Wed Sep 8 20:33:30 2010 +0300 Get rid of the rest of variables exported from libgtk Especially the gtk_*_type ones in gtktexttypes.h were mentioned in gtk.symbols presumably by accident. That header isn't even installed, so no way can they be supposed to be public. gtk_text_attr_appearance_type is from the installed but "semi-private" gtktextlayout.h, so drop that one too from gtk.symbols for now. The use of gtk_text_unknown_char_utf8 is bit of a mess. Code in a few files knew implicitly that it is three bytes. Define a symbolic name for the length of it instead. Add an exported function gtk_text_unknown_char_utf8_gtk_tests_only() that returns a pointer to it just for the sake of gtk/tests/textbuffer.c. Prefix the variable with an underscore. I doubt the usefulness of the test_utf8() in textbuffer.c. If it could be dropped, gtk_text_unknown_char_utf8_gtk_tests_only() could be dropped, too. gtk/gtk.symbols | 13 +------------ gtk/gtktextbtree.c | 4 ++-- gtk/gtktextchild.c | 7 ++++--- gtk/gtktextlayout.c | 4 ++-- gtk/gtktextlayout.h | 2 ++ gtk/gtktexttypes.c | 9 ++++++++- gtk/gtktexttypes.h | 14 +++----------- gtk/tests/textbuffer.c | 5 +++-- 8 files changed, 25 insertions(+), 33 deletions(-) commit 801875b8050e7113249943000276f72ffec07e6e Author: Tor Lillqvist Date: Wed Sep 8 18:17:57 2010 +0300 Replace gtk_debug_flags with getter and setter functions Preferrably should be made just into a local variable for libgtk like _gdk_debug_flags for libgdk. But for now used by gtk/tests/textbuffer.c and modules/printbackends/cups/gtkprintbackendcups.c. gtk/gtk.symbols | 3 +- gtk/gtkbuilder.c | 2 +- gtk/gtkbuilderparser.c | 2 +- gtk/gtkdebug.h | 15 +------ gtk/gtkiconcache.c | 2 +- gtk/gtkmain.c | 44 ++++++++++++++++----- gtk/gtkprintjob.c | 2 +- gtk/gtkrbtree.c | 22 +++++----- gtk/gtktextbtree.c | 26 ++++++------ gtk/gtktextiter.c | 2 +- gtk/gtktextsegment.c | 14 +++--- gtk/gtktextview.c | 2 +- gtk/gtktreestore.c | 2 +- gtk/gtkwidget.c | 2 +- gtk/tests/textbuffer.c | 2 +- modules/printbackends/cups/gtkprintbackendcups.c | 2 +- 16 files changed, 79 insertions(+), 65 deletions(-) commit 2ab562a6f76989823b48a07e52d903727944019e Author: Tor Lillqvist Date: Wed Sep 8 17:39:02 2010 +0300 Remove also the docs for the gdk_threads_mutex variable docs/reference/gdk/tmpl/threads.sgml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit cb24bcc61301c2099289e684edb93becb2a01c39 Author: Tor Lillqvist Date: Wed Sep 8 17:36:10 2010 +0300 Turn the gtk version and age variables into functions Having variables exported from a DLL is slightly painful and potentially error-prone on Windows, so let's try get rid of them now when we can. Starting with these. demos/gtk-demo/appwindow.c | 6 ++- docs/reference/gtk/tmpl/gtkfeatures.sgml | 58 ------------------ gtk/gtk.symbols | 10 ++-- gtk/gtkmain.c | 97 ++++++++++++++++++++++++++++-- gtk/gtkmain.h | 19 ++---- tests/testgtk.c | 10 ++-- 6 files changed, 111 insertions(+), 89 deletions(-) commit b654afcb480c4f971436bd82a7b20f86686a9c02 Author: Javier Jardón Date: Wed Sep 8 19:40:07 2010 +0200 gtk/gtkwindow.c: Use gtk_size_request_get_size() instead gtk_widget_get_requisition() gtk/gtkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 993400742041418637e1b09b462e311665ce00fb Author: Tristan Van Berkom Date: Wed Sep 8 00:25:47 2010 +0200 Completely removed requisition cache from GtkWidget instance structure. Since we have a new mechanism for requesting sizes: GtkSizeRequestIface; it makes no sense to maintain this cache on the GtkWidget structure... removing the requisition cache however does not break the old "size-request" signal which is there for backwards compatability reasons. In any case widget->requisition should not have been accessed, gtk_widget_get_child_requisition() would have been the correct way to consult the cache. This commit also deprecates the newly added gtk_widget_get_requisition() API and makes it fallback on gtk_size_request_get_size(). gtk/gtkarrow.c | 57 ++++++++++++++++++++++++++++++++++++++++++++----- gtk/gtkcontainer.c | 1 - gtk/gtkfontsel.c | 9 ++++--- gtk/gtkhandlebox.c | 8 +++++- gtk/gtkiconview.c | 8 +++++- gtk/gtkimage.c | 28 +++++++++++++++--------- gtk/gtkmenu.c | 5 ++- gtk/gtkmisc.c | 8 ------- gtk/gtkpathbar.c | 2 - gtk/gtkprivate.h | 6 +--- gtk/gtkruler.c | 4 --- gtk/gtkseparator.c | 4 --- gtk/gtksizegroup.c | 1 - gtk/gtksizerequest.c | 28 ++++++++++-------------- gtk/gtkspinbutton.c | 56 +++++++++++++++++++++++++++++++++++-------------- gtk/gtktextview.c | 3 +- gtk/gtktreeview.c | 13 ++++++++-- gtk/gtkwidget.c | 36 +++++++++++-------------------- gtk/gtkwidget.h | 4 --- 19 files changed, 167 insertions(+), 114 deletions(-) commit 4e6a665e613fc7c65874bc5a121c7b87fe65b3e2 Author: Javier Jardón Date: Wed Sep 8 18:39:36 2010 +0200 tests: Use gtk_widget_set_size_request() instead gtk_widget_set_usize() tests/testthreads.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc366cef523112efd2c3d009b66b1064590f0508 Author: Javier Jardón Date: Wed Sep 8 17:46:11 2010 +0200 gtknotebook: Do not mention deprecated API gtk/gtknotebook.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit eb81216e327521ae37028b00ff4abca897c43db7 Author: Javier Jardón Date: Wed Sep 8 17:45:51 2010 +0200 demos: Do not use deprecated API demos/testgtk/main.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 4a5e0a35b92f8bbe3070c8a37c96a9030f45f093 Author: Javier Jardón Date: Wed Sep 8 17:14:37 2010 +0200 gtksocket: Remove mention to gtk_socket_steal() deprecated function gtk/gtksocket.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit ca3348f8f1a0021317f43dfb92a6179038ad50dd Author: Javier Jardón Date: Wed Sep 8 17:10:07 2010 +0200 Do not use deprecated API in docs and examples gtk_calendar_display_options() was deprecated and removed. Use gtk_calendar_set_display_options() instead docs/tutorial/gtk-tut.sgml | 14 +++----------- examples/calendar/calendar.c | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) commit 3963d5aa768b4e9e9f2c02888c24e9b2d850a2f9 Author: Tor Lillqvist Date: Wed Sep 8 15:55:45 2010 +0300 Remove variables from the platform-independent GDK API gdk_threads_mutex, gdk_threads_lock and gdk_threads_unlock are removed from public API. gdk_threads_mutex was deprecated already. Instead of using gdk_threads_lock and _unlock one was presumably supposed to use the GDK_THREADS_ENTER and _LEAVE macros, which now simply call the corresponding gdk_threads_enter() and _leave() functions. Remove he dllimport/dllexport ugliness for GDK for Windows. There is still a gdk_display variable being exported by the X11 backend. gdk/gdk.c | 11 +++++++++-- gdk/gdk.h | 22 ++-------------------- gdk/gdk.symbols | 6 ------ gdk/gdkglobals.c | 4 ---- gdk/gdktypes.h | 10 ---------- 5 files changed, 11 insertions(+), 42 deletions(-) commit 319bc22c5c7f3a54d35da50af54b608b9759cddc Author: Colin Walters Date: Tue Sep 7 14:16:43 2010 -0400 gtk.symbols: Update expected ABI gtk/gtk.symbols | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d04e557370fcd95b35eb10e060598f742e8faa60 Author: Owen W. Taylor Date: Tue Sep 7 13:58:36 2010 -0400 Fix annotations for gdk_window_get_device_position() Add (out) and (transfer none) as appropriate gdk/gdkwindow.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit c78a23bdcaef4e5e7c85e34f4945dfb32bfd9671 Author: John (J5) Palmieri Date: Tue Sep 7 13:50:40 2010 -0400 add annotations for tranfer and scope so that methods are exported by GI gtk/gtkbuilder.c | 2 +- gtk/gtkdialog.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit eeaf576316ba20252ed265da6b3b104741d05b41 Author: John (J5) Palmieri Date: Tue Sep 7 12:06:29 2010 -0400 add array annotation to gtk_builder_add_objects_from_string gtk/gtkbuilder.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8a210673fb6f05abaa4ea05b7dcd17b06c7aca68 Author: John (J5) Palmieri Date: Mon Sep 6 22:55:03 2010 -0400 add gtk_radio_button_join_group method for bindings * this mirrors the committed change for gtk_radio_action_join_group in commit 85b53969b24d318b219663841e678943516f443a * 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 GtkRadioButton objects and not with the list of objects that gets modified in the library https://bugzilla.gnome.org/show_bug.cgi?id=628935 gtk/gtkradiobutton.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ gtk/gtkradiobutton.h | 3 +- 2 files changed, 57 insertions(+), 1 deletions(-) commit 278957a5a40cbb27750000f709cb8b53d2aa9885 Author: Tristan Van Berkom Date: Tue Sep 7 16:21:44 2010 +0900 Removed x/y/x_set/y_set from GtkWidgetAuxInfo These members of GtkWidgetAuxData can no longer be set after the removal of deprecated gtk_widget_set_uposition(), now removed these members completely and removed the access to them from gtk_widget_size_allocate(). gtk/gtkwidget.c | 10 ---------- gtk/gtkwidget.h | 5 ----- 2 files changed, 0 insertions(+), 15 deletions(-) commit d5278b599403a0753554f1b883091598f46d70a2 Author: Tristan Van Berkom Date: Tue Sep 7 15:45:15 2010 +0900 Removed _gtk_window_reposition() _gtk_window_reposition() was only some extra confusing code, internally it only calls the public API gtk_window_move()... replaced calls to _gtk_window_reposition() with direct calls to gtk_window_move() and removed the redundant internal API (probably there only for some historical reason). gtk/gtkwindow-decorate.c | 6 +++--- gtk/gtkwindow.c | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) commit c50db9c2083926a406ff02c266cd3b29357df614 Author: Havoc Pennington Date: Mon Sep 6 19:15:51 2010 -0400 Use a bitfield for Widget::private_flags, ::state, ::saved_state This recovers 10 bits, since state and saved_state as uint8 both wasted 5 bits. Now we can add 10 more flags. Also, a possible future patch could just do 1-bit bitfields for the private flags instead of using manual bit twiddling. https://bugzilla.gnome.org/show_bug.cgi?id=628884 gtk/gtkwidget.h | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) commit d5c2cb7bcbdd2c5f9c1523043f2cd252421325c6 Author: Matthias Clasen Date: Tue Sep 7 00:10:26 2010 -0400 Avoid segfault on xkbless systems This was reported in bug 628932 to cause problems on VNC. gdk/x11/gdkkeys-x11.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 87b192773cd4617a1af51a840ca99bd2f1961319 Author: Duarte Loreto Date: Tue Sep 7 00:51:47 2010 +0100 Updated Portuguese translation po/pt.po | 2117 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1069 insertions(+), 1048 deletions(-) commit fc5b39a4b82aa9397d49fa9ad015f6ab93f7f487 Author: Klemen Košir Date: Mon Sep 6 16:47:25 2010 +0200 Updated Slovenian translation po-properties/sl.po | 4289 ++++++++++++++++++++++++--------------------------- 1 files changed, 1978 insertions(+), 2311 deletions(-) commit 134f9774dde141df5af4800b790249fe0896be1a Author: Baurzhan Muftakhidinov Date: Mon Sep 6 10:28:05 2010 +0600 Updated Kazakh translation po/kk.po | 2348 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1190 insertions(+), 1158 deletions(-) commit 3c5f9fd1a22ad5cb4d282d6543ddf5e3245b49fa Author: Matthias Clasen Date: Mon Sep 6 00:26:17 2010 -0400 Remove use of ::has-separator property gtk/gtkprintunixdialog.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 2f966e8418e5b4347270c66a30f794a4a8f32e60 Author: Matthias Clasen Date: Sun Sep 5 23:55:47 2010 -0400 Remove some unused enums The GtkAnchorType and GtkVisibility enums are not used anywhere, so remove them. gtk/gtkenums.h | 30 ------------------------------ 1 files changed, 0 insertions(+), 30 deletions(-) commit 88a90b8abb8ddea5d069e27dd3cb2b6a3d83d5e5 Author: Havoc Pennington Date: Sun Sep 5 21:46:22 2010 -0400 Warn if a widget requests minimum size > natural size Since this makes no sense and there's no reason we should have to check for it elsewhere just in case some widget is busted. https://bugzilla.gnome.org/show_bug.cgi?id=628808 gtk/gtksizerequest.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit d7d940c71e450fff99ddeb901bbea0b86d0722d8 Author: Havoc Pennington Date: Sun Sep 5 21:42:35 2010 -0400 Add more "reserved for expansion" fields to GtkWidgetClass Only 3 were left. 3.x cycle may need more. https://bugzilla.gnome.org/show_bug.cgi?id=628807 gtk/gtkwidget.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 956a3f53e125fca00204a907a1000d3ff0a39875 Author: Claude Paroz Date: Sat Sep 4 23:21:19 2010 +0200 Updated French translation po/fr.po | 713 ++------------------------------------------------------------ 1 files changed, 19 insertions(+), 694 deletions(-) commit 08ddea5069ddfd0e477c40304484b59d444b46f3 Author: Murray Cumming Date: Sat Sep 4 13:18:09 2010 +0200 GtkStatusIcon: Remove get/set_blinking() declarations from header. This was apparently forgotten in commit 18b47b6cd03f0f6da777ad3a5e2795cbf458b804 . gtk/gtkstatusicon.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit e6da33a302a51783777e8da41c680cdf4dc783eb Author: Martin Schlemmer <11285613@nwu.ac.za> Date: Fri Sep 3 22:18:21 2010 +0200 MS Windows engine: draw elements in the right place. Work in progress, still remains to be solved the problem of clipping. modules/engines/ms-windows/xp_theme.c | 66 +++++++++++++------------------- modules/engines/ms-windows/xp_theme.h | 11 +----- 2 files changed, 28 insertions(+), 49 deletions(-) commit 3b63ef0ac65bc8df77226bc5fb2330ead977c1fe Author: Matej Urbančič Date: Fri Sep 3 19:16:38 2010 +0200 Updated Slovenian translation po-properties/sl.po | 4172 +++++++++++++++++++++++++++------------------------ 1 files changed, 2243 insertions(+), 1929 deletions(-) commit bf3b5f785e84f450c4c95ca0b2bd02acc88e652f Author: Matthew Barnes Date: Fri Sep 3 12:48:50 2010 -0400 Don't leak display name Bug 628656 - _gdk_windowing_get_startup_notify_id memory leak get_display_name() returns a newly allocated string, which was being fed directory info a g_strdup_printf() call. gdk/x11/gdkapplaunchcontext-x11.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit d8f3a162c84269e08256993e2c82796a9d37145f Author: Benjamin Otte Date: Fri Sep 3 17:09:00 2010 +0200 style: Use gtk_widget_get_state() for the entry background New code sets the entry background to GTK_STATE_ACTIVE when it has focus and the active color in the default theme looks rather bad. gtk/gtkstyle.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7e78999034636c22ca966b185e31b66da90bb032 Author: Mattias Põldaru Date: Fri Sep 3 18:06:48 2010 +0300 [l10n] Updated Estonian translation po/et.po | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 78ccc748791ed6f7bd03b0ca6bb78f88bda9e658 Author: Benjamin Otte Date: Fri Sep 3 17:01:06 2010 +0200 entry: Use the same state for the flat box of text area and icons gtk/gtkentry.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3fdb4f6069b47aa3c96e4baf58d9fd97476d4d04 Author: Benjamin Otte Date: Fri Sep 3 13:39:24 2010 +0200 x11: Unused variable gdk/x11/gdkwindow-x11.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 9c2eca5b06f0b0be8fe8f43922d0655a39619c29 Author: Benjamin Otte Date: Fri Sep 3 13:39:10 2010 +0200 range: Unused variable gtk/gtkrange.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 3685db091df3f371699deedbf104ffd34f288293 Author: Benjamin Otte Date: Fri Sep 3 13:38:55 2010 +0200 window: Use brackets to silence gcc gtk/gtkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fc46f2ca2f0785fc8cead5752ad6eee9cbf451c3 Author: Benjamin Otte Date: Fri Sep 3 13:38:29 2010 +0200 tests: Remove all code relating to the blink menu item tests/teststatusicon.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 1be5f9149172ceca199e2f5974d2c9dcd8e94a2f Author: Matthias Clasen Date: Thu Sep 2 22:56:41 2010 -0400 Document --disable-Bsymbolic option docs/reference/gtk/building.sgml | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) commit d095448be3ed17478f429f4e0560d8275773fb7c Author: Matthias Clasen Date: Thu Sep 2 22:56:15 2010 -0400 Remove unused --disable-visibility option configure.ac | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) commit f42814168c4ad619254210d356434e6e5c43091d Author: Tor Lillqvist Date: Fri Sep 3 00:13:36 2010 +0300 Just use TrackMouseEvent directly TrackMouseEvent is present in user32.dll in all Windows versions we support. No need to look it up dynamically. No need to fallback to _TrackMouseEvent from comctrl32.dll. gdk/win32/gdkevents-win32.c | 47 +++++++++++------------------------------- 1 files changed, 13 insertions(+), 34 deletions(-) commit 00ce32d940ca9558aa2ff492db46423ed848497c Author: Colin Walters Date: Thu Sep 2 16:48:45 2010 -0400 gtk-demo: Drop use of GTK_DIALOG_NO_SEPARATOR Commit d433a606111d89727530f71d7b956b dropped this API. demos/gtk-demo/changedisplay.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6aa846cc4d47de56fd8c76af807a4524b8f64aab Author: Klemen Košir Date: Thu Sep 2 18:24:32 2010 +0200 Updated Slovenian translation po-properties/sl.po | 5699 ++++++++++++++++++++++++-------------------------- 1 files changed, 2736 insertions(+), 2963 deletions(-) commit 03b6a9b6a09ffbe6c1e0bf2fb80b5cd4ebd5ac84 Author: Fridrich Štrba Date: Thu Sep 2 15:33:10 2010 +0200 Oops, make the MS Windows theme really compile. modules/engines/ms-windows/xp_theme.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 18b47b6cd03f0f6da777ad3a5e2795cbf458b804 Author: Matthias Clasen Date: Thu Sep 2 09:37:06 2010 -0400 Remove blinking from status icons This feature was just a bad idea. docs/reference/gtk/gtk3-sections.txt | 2 - gtk/gtk.symbols | 2 - gtk/gtkstatusicon.c | 180 ---------------------------------- tests/teststatusicon.c | 54 ---------- 4 files changed, 0 insertions(+), 238 deletions(-) commit 46f15e7d68a36d094d1c3be387e5150cb303d42f Author: Matthias Clasen Date: Thu Sep 2 09:35:50 2010 -0400 Adapt docs to dialog api changes docs/reference/gtk/gtk3-sections.txt | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 76b21033f9b5f9bdd903d5645a150023812331e3 Author: Matthias Clasen Date: Thu Sep 2 09:31:54 2010 -0400 Adapt tests to dialog api change tests/testcombochange.c | 2 +- tests/testfilechooserbutton.c | 2 +- tests/testgtk.c | 30 ------------------------------ 3 files changed, 2 insertions(+), 32 deletions(-) commit d433a606111d89727530f71d7b956ba40655bcbf Author: Matthias Clasen Date: Thu Sep 2 09:11:23 2010 -0400 Remove separators from dialogs It seems more reasonable to remove this feature than to keep fighting off every separator that pops up by accident in a dialog. gtk/gtk.symbols | 2 - gtk/gtkaboutdialog.c | 3 - gtk/gtkcolorseldialog.c | 3 - gtk/gtkcustompaperunixdialog.c | 1 - gtk/gtkdialog.c | 162 +--------------------------------------- gtk/gtkdialog.h | 11 +--- gtk/gtkfilechooserdialog.c | 1 - gtk/gtkfontsel.c | 3 - gtk/gtkmessagedialog.c | 32 +-------- gtk/gtkmountoperation.c | 2 - gtk/gtkpagesetupunixdialog.c | 1 - gtk/gtkprintbackend.c | 1 - gtk/gtkprintunixdialog.c | 1 - gtk/gtkrecentchooserdialog.c | 1 - 14 files changed, 6 insertions(+), 218 deletions(-) commit 97cd2500c34fd2419923ec06dc315dd9fd3340d1 Author: Fridrich Štrba Date: Thu Sep 2 15:02:48 2010 +0200 Make the MS Windows engine compile again. Nevertheless, it is not working and needs a lot of fixing before it can be useful. modules/engines/ms-windows/xp_theme.c | 33 +++++++++++++++++++++++++++++++++ modules/engines/ms-windows/xp_theme.h | 5 +++++ 2 files changed, 38 insertions(+), 0 deletions(-) commit a60a933ca683aa7b18ec9e6e48d4138773aa9a09 Author: Matthias Clasen Date: Thu Sep 2 08:57:51 2010 -0400 Update docs or GtkProgressBar api changes docs/reference/gtk/gtk3-sections.txt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit ece148eec0f0226df55efac0668255a0e64a6951 Author: Matthias Clasen Date: Thu Sep 2 08:56:20 2010 -0400 Remove ::state-hint use This use of the property was overlooked when it was removed. We now always behave as if state-hint == TRUE. gtk/gtkspinbutton.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) commit 55d5d3679edb35402e657727b0bc7f994f542599 Author: Matthias Clasen Date: Thu Sep 2 07:59:03 2010 -0400 Table gymnastics docs/reference/gtk/migrating-2to3.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 2994fa11fbb9d5842275633e87f1cfc65abdf834 Author: Tor Lillqvist Date: Thu Sep 2 14:30:59 2010 +0300 Avoid potential DLL hijacking in ms-windows theme engine Load uxtheme.dll from an absolute path. A proper uxtheme.dll, if present, will always be in the Windows system directory, so load it from there. modules/engines/ms-windows/xp_theme.c | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) commit e78851b9282c967517b15f95c24e10a119cc904d Author: Fridrich Štrba Date: Thu Sep 2 09:41:55 2010 +0200 Adapt to progressbar api change modules/engines/ms-windows/msw_style.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 31b709d08a183bb98b356010b97cddc8474e700e Author: Fridrich Štrba Date: Thu Sep 2 09:40:44 2010 +0200 Export one needed symbol gtk/gtk.symbols | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 68568cff66099835360b8dd4fd560614db954f2b Author: Tristan Van Berkom Date: Thu Sep 2 15:36:36 2010 +0900 Enhanced/Simplified GtkWrapBox api as per Havoc's comments. Made an enum GtkWrapBoxPacking for the expand/fill horizontal/vertical boolean options... changed xpadding/ypadding to be horizontal-padding and vertical-padding for a more consistent api and better readablility. gtk/gtkenums.h | 18 ++++ gtk/gtkwrapbox.c | 269 ++++++++++++++++++--------------------------------- gtk/gtkwrapbox.h | 21 ++--- tests/testwrapbox.c | 29 ++++-- 4 files changed, 140 insertions(+), 197 deletions(-) commit c9ccc7551b993d3c1c8627da84d66fd4b8c44b80 Author: Tristan Van Berkom Date: Thu Sep 2 14:22:55 2010 +0900 Some api changes for GtkWrapBox Ammended documentation for GTK_WRAP_BOX_SPREAD_EVEN and renamed GTK_WRAP_BOX_SPREAD_BEGIN -> GTK_WRAP_BOX_SPREAD_START. gtk/gtkenums.h | 10 +++++----- gtk/gtkwrapbox.c | 6 +++--- gtk/gtkwrapbox.h | 1 + tests/testwrapbox.c | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) commit f2279d5e5130382c78eedb59b5da2e47ebd9885a Author: Tristan Van Berkom Date: Thu Sep 2 13:42:50 2010 +0900 Fixed GtkNotebook to not consult GtkWidget->requisition directly GtkNotebook was filling widget->requisition directly at "size-request" time instead of filling in the *requsition argument, also (more importantly) at size_allocate time GtkNotebook was consulting the action widget's widget->requisition directly instead of safely calling gtk_widget_get_child_requisition(). This commit closes bgo #628068. gtk/gtknotebook.c | 65 +++++++++++++++++++++++++++-------------------------- 1 files changed, 33 insertions(+), 32 deletions(-) commit 42a90aa00c9b9c4029777d9d67a25e5144ce4cb6 Author: Matthias Clasen Date: Thu Sep 2 00:05:32 2010 -0400 Add information about progressbar migration Add a section to the migration guide about GtkProgressBar. Also, actually include the wrap box docs. docs/reference/gtk/gtk-docs.sgml | 1 + docs/reference/gtk/migrating-2to3.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 0 deletions(-) commit 6b5672c1998dd811b35dbe26b0a74f7e814244b6 Author: Matthias Clasen Date: Wed Sep 1 23:29:53 2010 -0400 Remove now unused GtkProgressBarOrientation enum gtk/gtkprogressbar.h | 8 -------- tests/testgtk.c | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) commit 0ff6aedca00db794b7953ee8c6a3988f6359cea4 Author: Matthias Clasen Date: Wed Sep 1 23:27:00 2010 -0400 Convert GtkCellRendererProgress to a GtkOrientable And add an inverted property to it, too. gtk/gtkcellrendererprogress.c | 66 ++++++++++++++++++++-------------------- 1 files changed, 33 insertions(+), 33 deletions(-) commit 3302f22da28a1019ebb0250fe7a57053eb9d6031 Author: Matthias Clasen Date: Wed Sep 1 23:26:19 2010 -0400 Adapt testgtk progressbar test to api changes tests/testgtk.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit 4230f7998be0c5d8e5bd82befbfbe31765b2cb0a Author: Matthias Clasen Date: Wed Sep 1 23:25:22 2010 -0400 Make GtkProgressBar implement GtkOrientable This also means that gtk_progress_bar_[sg]et_orientation are gone. gtk/gtk.symbols | 2 - gtk/gtkprogressbar.c | 51 +++++++++---------------------------------------- gtk/gtkprogressbar.h | 3 -- 3 files changed, 10 insertions(+), 46 deletions(-) commit c3a19a4a1403da6b83d8ecd29e6fb26f9f4c3884 Author: Matthias Clasen Date: Wed Sep 1 23:24:20 2010 -0400 Split the GtkProgressBar::orientation property We splict the orientation property into a GtkOrientation and a 'inverted' boolean, the same way that GtkRange is set up. gtk/gtk.symbols | 2 + gtk/gtkprogressbar.c | 300 ++++++++++++++++++++++++++++---------------------- gtk/gtkprogressbar.h | 7 +- 3 files changed, 176 insertions(+), 133 deletions(-) commit e4af3782d3046948b937db8651630bebeb148b50 Author: Matthias Clasen Date: Wed Sep 1 23:03:48 2010 -0400 Rename GtkIconView::orientation property Rename the ::orientation property of GtkIconView to item-orientation, which is both clearer and avoids the conflict with the orientation property of GtkOrientable implementations. demos/gtk-demo/iconview_edit.c | 4 +- docs/reference/gtk/gtk3-sections.txt | 4 +- gtk/gtk.symbols | 4 +- gtk/gtkiconview.c | 68 +++++++++++++++++----------------- gtk/gtkiconview.h | 6 +- 5 files changed, 43 insertions(+), 43 deletions(-) commit 1956cf8d2859f65ce75200dc6c1a605cf1c23a16 Author: Matthias Clasen Date: Wed Sep 1 22:09:44 2010 -0400 Remove GtkRange::activate-slider This was a style property to let theme engines 'opt-in' to more correct behaviour while maintaining compatibility with existing themes. GTK+ 3 engines are expected to handle the more correct behaviour. gtk/gtkrange.c | 27 +++------------------------ 1 files changed, 3 insertions(+), 24 deletions(-) commit d28af9cbb947cdcb789cbb143835ff10dc16819e Author: Matthias Clasen Date: Wed Sep 1 21:48:44 2010 -0400 Remove GtkRange::stepper-position-details This was a style property to let theme engines 'opt-in' to more correct behaviour while maintaining compatibility with existing themes. GTK+ 3 engines are expected to handle the more correct behaviour. gtk/gtkrange.c | 91 ++++++++++++++++++------------------------------------- 1 files changed, 30 insertions(+), 61 deletions(-) commit 658f99b8eef2805f2f4ca18c9436931e8d225b26 Author: Matthias Clasen Date: Wed Sep 1 21:30:47 2010 -0400 Remove GtkRange::trough-side-details This was a style property to let theme engines 'opt-in' to more correct behaviour while maintaining compatibility with existing themes. GTK+ 3 engines are expected to handle the more correct behaviour. gtk/gtkrange.c | 29 +---------------------------- 1 files changed, 1 insertions(+), 28 deletions(-) commit 095fb1afe4511ed1fce552c5d839c9b6841af3db Author: Matthias Clasen Date: Wed Sep 1 20:58:39 2010 -0400 Remove GtkTreeView::row-ending-details This was a style property to let theme engines 'opt-in' to more correct behaviour while maintaining compatibility with existing themes. GTK+ 3 engines are expected to handle the more correct behaviour. gtk/gtktreeview.c | 147 ++++++++++++++++++----------------------------------- 1 files changed, 49 insertions(+), 98 deletions(-) commit 399580f9e15b68f0e462779bb2c2d5d29d581618 Author: Matthias Clasen Date: Wed Sep 1 20:21:21 2010 -0400 Remove GtkEntry::state-hint This was a style property to let theme engines 'opt-in' to more correct behaviour while maintaining compatibility with existing themes. GTK+ 3 engines are expected to handle the more correct behaviour. gtk/gtkentry.c | 34 ++++------------------------------ 1 files changed, 4 insertions(+), 30 deletions(-) commit 299454b7edcde063405af6ab7eacf3200dde87aa Author: Matthias Clasen Date: Wed Sep 1 20:09:10 2010 -0400 Update NEWS for 2.90.7 NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 0 deletions(-) commit 15ea56681356c4af0438b416db474499076200af Author: Matthias Clasen Date: Wed Sep 1 20:03:30 2010 -0400 Wrap box assimilation Some coding style cleanups, rename Priv to Private, add docs docs/reference/gtk/gtk3-sections.txt | 37 + docs/reference/gtk/gtk3.types | 1 + gtk/gtk.symbols | 2 + gtk/gtkwrapbox.c | 2027 +++++++++++++++++----------------- gtk/gtkwrapbox.h | 42 +- 5 files changed, 1076 insertions(+), 1033 deletions(-) commit 7670b13d199c4bd3cbee7958b5bbabb8e8c5f88e Author: Matthias Clasen Date: Wed Sep 1 19:15:59 2010 -0400 Update GtkButtonBox docs gtk/gtkbbox.c | 20 ++++++-------------- 1 files changed, 6 insertions(+), 14 deletions(-) commit 6e5d65c9af7627e5d5925004edfc67c9a5bf3da9 Author: Javier Jardón Date: Wed Sep 1 20:18:22 2010 +0200 gtkscale: move documentation to inline comments docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkscale.sgml | 193 --------------------------------- gtk/gtkscale.c | 24 ++++ 3 files changed, 25 insertions(+), 193 deletions(-) commit 5484211c906094fc1fc37b300b08a699c011432e Author: Javier Jardón Date: Wed Sep 1 19:49:44 2010 +0200 gtktexttagtable: move documentation to inline comments docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktexttagtable.sgml | 125 -------------------------- gtk/gtktexttagtable.c | 29 ++++++- 3 files changed, 29 insertions(+), 126 deletions(-) commit 7eadf458886588448c2615e1cf74668431e331f7 Author: Javier Jardón Date: Wed Sep 1 19:36:19 2010 +0200 gtktypeutils: move documentation to inline comments docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktypeutils.sgml | 51 ----------------------------- gtk/gtktypeutils.c | 10 ++++++ gtk/gtktypeutils.h | 25 +++++++++++++- 4 files changed, 35 insertions(+), 52 deletions(-) commit a47e5483b6dc1cd75c5c313db6f72af00aefe4b3 Author: Javier Jardón Date: Wed Sep 1 19:29:02 2010 +0200 gtkimcontextsimple: move documentation to inline comments docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkimcontextsimple.sgml | 55 ----------------------- gtk/gtkimcontextsimple.c | 7 +++ gtk/gtkimcontextsimple.h | 8 +++- 4 files changed, 14 insertions(+), 57 deletions(-) commit 3a752e03a8d79c80f112f115c2be1f700444abac Author: Javier Jardón Date: Wed Sep 1 19:23:52 2010 +0200 gtkimmulticontext: move documentation to inline comments docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtkimmulticontext.sgml | 64 ------------------------ gtk/gtkimmulticontext.c | 8 +++ 3 files changed, 9 insertions(+), 64 deletions(-) commit 787df491f3ce484e79be42279cab08fc3060f574 Author: Colin Walters Date: Wed Sep 1 13:10:48 2010 -0400 Add correct namespace prefix to ColorSelectionPrivate gobject-introspection is now more strict about garbage in public headers. gtk/gtkcolorsel.c | 92 ++++++++++++++++++++++++++-------------------------- gtk/gtkcolorsel.h | 4 +- 2 files changed, 48 insertions(+), 48 deletions(-) commit 38fad431299bccd4a6c9154de131169852ca1a3a Author: Carl-Anton Ingmarsson Date: Wed Sep 1 17:43:06 2010 +0200 docs: Further fix GtkStock documentation Some icons were left out from the commit 9688665334db1fe451a5141a0b1c241f09fc49d0 https://bugzilla.gnome.org/show_bug.cgi?id=628308 Signed-off-by: Javier Jardón docs/reference/gtk/Makefile.am | 10 +++++----- gtk/gtkstock.h | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) commit 9074f74c6f826de3f265d6b08e4a564fbf0aaf68 Author: Stefan Kost Date: Wed Sep 1 17:31:44 2010 +0300 container: use priv in last commit container->focus_child to container->priv->focus_child gtk/gtkcontainer.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 94420f7110ac1ef7de42997d24f94b876a87557b Author: Stefan Kost Date: Wed Sep 1 15:13:09 2010 +0300 widget: more details on gtk_widget_grab_focus docs Tell that widget needs to be mapped and realized. gtk/gtkwidget.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 267a2156d829b9bb3a8b72ea511fecaa2e54ffe9 Author: Stefan Kost Date: Fri Aug 20 13:55:41 2010 +0300 container: clarify the docs Hightlight more that focus_child is a container internal thing and suggest what application developers most likely were looking for instead. gtk/gtkcontainer.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit b00b1c33a307f242f051de2e6117a533d141d37f Author: Stefan Kost Date: Fri Aug 20 13:48:17 2010 +0300 container: don't leak the focus_child ref count gtk_conatiner_set_focus_child() takes a ref. Release the ref in _destroy(). Fixes #414712. gtk/gtkcontainer.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 9688665334db1fe451a5141a0b1c241f09fc49d0 Author: Matthias Clasen Date: Tue Aug 31 00:30:59 2010 -0400 Fix GtkStock documentation After the big icon rename, all the links in the docs have to be updated, and we need to copy the right icons. docs/reference/gtk/Makefile.am | 188 ++++++++++++++++++++-------------------- gtk/gtkstock.h | 184 +++++++++++++++++++------------------- 2 files changed, 186 insertions(+), 186 deletions(-) commit b04b1b2e846e930166beaceeb4ff2c8fb4b00d2f Author: Colin Walters Date: Fri Aug 27 17:32:43 2010 -0400 introspection: Update to new scanner API * Add --warn-all * Drop unnecessary of --strip-prefix; for GdkX11, use --symbol-prefix https://bugzilla.gnome.org/show_bug.cgi?id=628160 configure.ac | 2 +- gdk/Makefile.am | 4 ++-- gtk/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit 5032cdf88f92b9685e624c0e923b3c4533708a2f Author: Fridrich Štrba Date: Tue Aug 31 18:02:31 2010 +0200 Porting MS Windows theme engine to cairo - Part 1: stippling modules/engines/ms-windows/msw_style.c | 199 ++++++++++++++++++++------------ 1 files changed, 127 insertions(+), 72 deletions(-) commit 78dc2debc05c220bb9ec9b1671a32cc5cbe6b857 Author: Fridrich Štrba Date: Tue Aug 31 18:03:52 2010 +0200 Porting the MS Windows theme engine to cairo - Part 2 rectangle and line drawing modules/engines/ms-windows/msw_style.c | 423 +++++++++++++------------------- 1 files changed, 168 insertions(+), 255 deletions(-) commit 34c6ea0307a708a036c2c00cc8a7683a9ec3ce85 Author: Dirgita Date: Tue Aug 31 21:38:52 2010 +0700 Updated Indonesian translation po/id.po | 1417 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 553 insertions(+), 864 deletions(-) commit 1810943d5d8b7d0f137aacba6839b4368baa861d Author: Dirgita Date: Tue Aug 31 21:34:05 2010 +0700 Updated Indonesian translation po-properties/id.po | 4372 +++++++++++++++++++++++++-------------------------- 1 files changed, 2134 insertions(+), 2238 deletions(-) commit 213f8e2f1b3fd24203c5d65ad42beafdc77365b6 Author: Javier Jardón Date: Sun Aug 15 16:49:55 2010 +0200 gtk/gtkwindow: use accessor functions to access GtkWidget gtk/gtkwindow.c | 417 ++++++++++++++++++++++++++++++++----------------------- 1 files changed, 242 insertions(+), 175 deletions(-) commit 1a980d0be69649d38c235b4bc227792d7a12a29e Author: Javier Jardón Date: Tue Aug 17 15:14:20 2010 +0200 gtk/gtkplug.c: Use accessor functions to access GtkWindow gtk/gtkplug.c | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) commit 304b1a1f5668c167f3c45e9262db7cbb4b57c027 Author: Javier Jardón Date: Sun Aug 29 18:53:39 2010 +0200 Added _gtk_widget_get_wmclass() internal function Needed by GtkPlug gtk/gtkplug.c | 11 ++++++++--- gtk/gtkwindow.c | 9 +++++++++ gtk/gtkwindow.h | 4 ++++ 3 files changed, 21 insertions(+), 3 deletions(-) commit 6250627d9e0fbb178d9cf8f40f9b1dcae24f914c Author: Gabor Kelemen Date: Tue Aug 31 02:28:25 2010 +0200 Updated Hungarian translation po/hu.po | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 194 insertions(+), 25 deletions(-) commit 7879d5af119d12f3d1afba67058ea961b72b7c24 Author: Gabor Kelemen Date: Tue Aug 31 02:26:03 2010 +0200 Updated Hungarian translation po-properties/hu.po | 1183 ++++++++++++++++++++++++++++++++++----------------- 1 files changed, 792 insertions(+), 391 deletions(-) commit cc06f3dde6301c77d2ed8d1f9dfaf522fd0f7d7f Author: Javier Jardón Date: Tue Aug 31 01:24:30 2010 +0200 GtkScrolledWindow: move public members to private structure gtk/gtkscrolledwindow.c | 437 +++++++++++++++++++++++++++-------------------- gtk/gtkscrolledwindow.h | 20 +-- 2 files changed, 252 insertions(+), 205 deletions(-) commit 8da741f955b27722675518511ddf0f78383dc60d Author: Javier Jardón Date: Tue Aug 31 01:33:15 2010 +0200 Gail: use accessor functions to access GtkScrolledWindow modules/other/gail/gailscrollbar.c | 6 +++--- modules/other/gail/gailscrolledwindow.c | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) commit d8a90be3706cb2bb65ddf36d07048ac14529548f Author: Szilárd Pfeiffer Date: Mon Aug 30 20:15:09 2010 +0200 Fixed minimum increment calculation of GailScaleButton. Also implemented to use the adjustment to determine the current, minimum, maximum values and mimimum increment just as the other widgets which have adjustment. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626710 modules/other/gail/gailscalebutton.c | 153 +++++++++++++++++++++++----------- modules/other/gail/gailscalebutton.h | 2 + 2 files changed, 106 insertions(+), 49 deletions(-) commit e14560cf1ebf345feed03356813d73fbe392ded0 Author: Martin Schlemmer <11285613@nwu.ac.za> Date: Mon Aug 30 20:03:04 2010 +0200 [win32] Properly draw the menu separator for Windows Vista/7. Also adds the bits for transparency. modules/engines/ms-windows/msw_style.c | 15 ++++++- modules/engines/ms-windows/xp_theme.c | 69 +++++++++++++++++++++++++++- modules/engines/ms-windows/xp_theme.h | 3 + modules/engines/ms-windows/xp_theme_defs.h | 6 ++ 4 files changed, 91 insertions(+), 2 deletions(-) commit 8476d22dea987d1183901af40e31a3ddd507a35e Author: Martin Schlemmer <11285613@nwu.ac.za> Date: Mon Aug 30 20:00:53 2010 +0200 [win32] Use pango_win32_font_description_from_logfontw() to get the system font, instead of the code duplication. modules/engines/ms-windows/msw_style.c | 337 ++++---------------------------- 1 files changed, 41 insertions(+), 296 deletions(-) commit 04e241fd859f88a42606d6a95ea2cff126aa491f Author: Martin Schlemmer <11285613@nwu.ac.za> Date: Mon Aug 30 19:57:42 2010 +0200 [win32] Fix some warnings related to type differences and unused variables modules/engines/ms-windows/msw_style.c | 33 ++++++++++++++----------------- 1 files changed, 15 insertions(+), 18 deletions(-) commit 4491bdbb9d6c74f8cf31e892d8ee6d0728685e85 Author: Tor Lillqvist Date: Mon Aug 30 14:57:48 2010 +0300 Drop Win32 DLL ABI compatibility cruft No need for that any longer as we are changing DLL name. gtk/gtk.symbols | 196 +++++++------------------------------------------ gtk/gtkaccelmap.c | 28 ------- gtk/gtkaccelmap.h | 6 -- gtk/gtkfilechooser.c | 169 ------------------------------------------- gtk/gtkfilechooser.h | 15 ---- gtk/gtkiconfactory.c | 49 ------------- gtk/gtkiconfactory.h | 6 -- gtk/gtkicontheme.c | 111 ---------------------------- gtk/gtkicontheme.h | 9 --- gtk/gtkimage.c | 32 -------- gtk/gtkimage.h | 6 -- gtk/gtkrc.c | 53 -------------- gtk/gtkrc.h | 7 -- gtk/gtkuimanager.c | 24 ------ gtk/gtkuimanager.h | 5 -- gtk/gtkwindow.c | 43 ----------- gtk/gtkwindow.h | 6 -- 17 files changed, 28 insertions(+), 737 deletions(-) commit 972f617b77dc02ade1295ed729101f77c804e7f8 Author: Tristan Van Berkom Date: Mon Aug 30 18:25:14 2010 +0900 Fixed GtkToolPalette realize() vfunc. It seems with latest GSEAL work for widget->window access a call to gtk_widget_set_window() was missed (added the window assignment and now the palette shows up in Glade again). gtk/gtktoolpalette.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit bbf38a8ebd7459bb344290c97c6aa128ff95c260 Author: Tristan Van Berkom Date: Mon Aug 30 18:24:41 2010 +0900 Fixing email address in copyright header for testwrapbox test. tests/testwrapbox.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ba158a24fe150b6535b376d3ba2696d4eb581466 Author: Philip Withnall Date: Sat Aug 28 13:51:41 2010 +0100 Miscellaneous property string fixes gdk/gdkdevice.c | 10 +++++----- gtk/gtkbbox.c | 4 ++-- gtk/gtktoolitemgroup.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) commit 86851b7ad36077a1ba32c976605bea46a07e1924 Author: Szilárd Pfeiffer Date: Sun Aug 29 19:21:05 2010 +0200 modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state GailToggleButton does not set/unset ATK_STATE_INDETERMINATE according to the value of GtkToggleButton's inconsistent property. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626537 modules/other/gail/gailtogglebutton.c | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) commit f84707d6f95b9aa987a8bd3c6366a11c34dedb03 Author: Javier Jardón Date: Sun Aug 29 19:14:24 2010 +0200 Add gtk_calendar_day_is_marked() function The marked state of calendar day is not accessible Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627028 docs/reference/gtk/gtk3-sections.txt | 1 + gtk/gtk.symbols | 1 + gtk/gtkcalendar.c | 27 +++++++++++++++++++++++++++ gtk/gtkcalendar.h | 3 +++ 4 files changed, 32 insertions(+), 0 deletions(-) commit 6afa61569016aee425d46ee300e912474b27ff8b Author: Daiki Ueno Date: Tue Jul 27 17:09:45 2010 +0900 Fix typo in GtkIMContextClass doc. gtk/gtkimcontext.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a026b8227c9801362e58a7e5372cbfbf445d64d1 Author: Милош Поповић Date: Sun Aug 29 20:14:16 2010 +0200 Updated Serbian translation po/sr.po | 1762 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 1772 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 1776 insertions(+), 1758 deletions(-) commit 87bf99dcc55153a618fce79c856a4653b5eb598c Author: Tor Lillqvist Date: Sun Aug 29 12:40:56 2010 +0300 Fix Win32 build gdk/win32/gdkwindow-win32.c | 3 +- gtk/gtk.symbols | 2 - gtk/gtkfilechooserentry.c | 4 +- gtk/gtkplug-win32.c | 74 +++++++++++++++++++++++++----------------- 4 files changed, 47 insertions(+), 36 deletions(-) commit 8d36170b8d742d226d9eec5f195ab71c38c6d1ef Author: Matthias Clasen Date: Sat Aug 28 22:42:59 2010 -0400 Remove deprecated GTK_SELECTION_EXTENDED selection mode gtk/gtkenums.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 29aa3818a4ff8f107bd4d9cc347db8c5c3415da4 Author: Matthias Clasen Date: Sat Aug 28 22:27:36 2010 -0400 Remove deprecated text and text_length field in GtkEntry These fields have been superseded by GtkEntryBuffer. gtk/gtkentry.c | 27 +++------------------------ gtk/gtkentry.h | 5 ----- 2 files changed, 3 insertions(+), 29 deletions(-) commit af8539bf11fd4e7084d304a6f33a46431f025741 Author: Matthias Clasen Date: Sat Aug 28 21:24:11 2010 -0400 Move deprectated menu enumerations to a private header The GtkSubmenuDirection and GtkSubmenuPlacement enumerations have been deprecated as public API for a while, but are still used internally in the menu code. Move them to a private header. This also prevents to generation of GObject boilerplate for these enums. gtk/Makefile.am | 1 + gtk/gtkenums.h | 16 ---------------- gtk/gtkmenu.c | 2 +- gtk/gtkmenubar.c | 3 +-- gtk/gtkmenuitem.c | 3 +-- gtk/gtkmenuprivate.h | 44 ++++++++++++++++++++++++++++++++++++++++++++ gtk/gtkmenushell.c | 3 +-- 7 files changed, 49 insertions(+), 23 deletions(-) commit eb10e6b128aba98f24d4d28f9c9501278e1e8c5a Author: Matthias Clasen Date: Sat Aug 28 20:10:02 2010 -0400 Remove the long deprecated GDK_WINDOW_DIALOG type. This has been deprecated forever, and was just left in for compatibility reasons. gdk/gdkevents.c | 1 - gdk/gdkwindow.c | 3 --- gdk/gdkwindow.h | 2 -- gdk/quartz/gdkwindow-quartz.c | 4 +--- gdk/win32/gdkwindow-win32.c | 20 ++------------------ gdk/x11/gdkwindow-x11.c | 11 ++--------- 6 files changed, 5 insertions(+), 36 deletions(-) commit 00438fea3dc138f1a625f519f5fe4f6586d3f51f Author: Matthias Clasen Date: Sat Aug 28 20:08:14 2010 -0400 Declare the GtkWidget::window-dragging style property as readonly This is how we generally declare style properties, and declaring this one r/w was just an oversight. gtk/gtkwidget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5d6b21e7b2aa3cdd9e9a791d1e65f2674f733a78 Author: Matthias Clasen Date: Sat Aug 28 19:26:42 2010 -0400 Remove long-deprecated page-horizontally signal This signal has been superseded by GTK_MOVEMENT_HORIZONTAL_PAGES long ago. This breaks the GtkTextView ABI. gtk/gtktextview.c | 40 ---------------------------------------- gtk/gtktextview.h | 8 -------- 2 files changed, 0 insertions(+), 48 deletions(-) commit d2d344a5310138d363d0ca6c7b7c9daf21c9ce37 Author: Matthias Clasen Date: Sat Aug 28 19:11:23 2010 -0400 Remove a workaround for old toolbar api The old, deprecated toolbar api has been removed, so this workaround is no longer necessary. gtk/gtkcontainer.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) commit 6dd4f32f378d19d715264bdc9c453cf389de8aa9 Author: Matthias Clasen Date: Sat Aug 28 19:09:21 2010 -0400 Remove deprecated GTK_CALENDAR_WEEK_START_MONDAY option This has been deprecated and ignored for a long time. gtk/gtkcalendar.c | 8 ++------ gtk/gtkcalendar.h | 3 --- 2 files changed, 2 insertions(+), 9 deletions(-) commit d45d970144fe0fd6422fab873a6c20335ca096b9 Author: Matthias Clasen Date: Sat Aug 28 17:20:53 2010 -0400 Remove deprecated 'shadow' properties in GtkFrame and GtkHandleBox gtk/gtkframe.c | 10 ---------- gtk/gtkhandlebox.c | 10 ---------- 2 files changed, 0 insertions(+), 20 deletions(-) commit f733ab0e7575c13af5c51262ebb9217b6be53d39 Author: Philip Withnall Date: Sat Aug 28 13:42:36 2010 +0100 Update British English translation po-properties/en_GB.po | 4112 +++++++++++++++++++++++++----------------------- po/en_GB.po | 1767 +++++++++++---------- 2 files changed, 3020 insertions(+), 2859 deletions(-) commit 34a8213b0feccc56c0ca7df71e63ad926ea78d69 Author: Yaron Shahrabani Date: Sat Aug 28 10:27:28 2010 +0300 Updated Hebrew translation. po-properties/he.po | 627 +++++++++++++++++++++++++++++---------------------- 1 files changed, 353 insertions(+), 274 deletions(-) commit 67194ed77b153eb5a7eb6c596f3c20e274b7787a Author: Tristan Van Berkom Date: Sat Aug 28 16:19:16 2010 +0900 Fixed debug build for GTK_PLUG (plug)->socket_window direct accesses. gtk/gtktrayicon-x11.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit deaa351630d73c04d22007ff8ca7f1f7a46bbe06 Author: Tristan Van Berkom Date: Sat Aug 28 15:59:23 2010 +0900 Added initial revision of GtkWrapBox container widget and test case. gtk/Makefile.am | 4 +- gtk/gtk.h | 1 + gtk/gtk.symbols | 23 + gtk/gtkenums.h | 46 + gtk/gtkwrapbox.c | 2403 +++++++++++++++++++++++++++++++++++++++++++++++++++ gtk/gtkwrapbox.h | 101 +++ tests/Makefile.am | 8 +- tests/testwrapbox.c | 547 ++++++++++++ 8 files changed, 3131 insertions(+), 2 deletions(-) commit 2a2f7c0993ed7f9d2150040fb0133b73627ef2c1 Author: Javier Jardón Date: Sat Aug 28 03:40:47 2010 +0200 gtk/gtkwidget.c: Use accessor functions to access GtkWindow gtk/gtkwidget.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit face33a411c4929231bf289e37dbdc10ad3d74b1 Author: Javier Jardón Date: Sat Aug 28 03:22:45 2010 +0200 docs/reference/gtk/gtk3-sections.txt: Use GtkFooPrivate instead GtkFooPriv This completes commit 1e5d7c022596b7146638ef8bd74f544725f9bf2b docs/reference/gtk/gtk3-sections.txt | 35 +++++++++++++++++---------------- 1 files changed, 18 insertions(+), 17 deletions(-) commit cd7c3625d7e40012666f31a6da82dc6ddab47629 Author: Fran Diéguez Date: Fri Aug 27 23:25:56 2010 +0200 Updated Galician translations po-properties/gl.po | 500 ++++++++++++++++++++++++++++++--------------------- po/gl.po | 168 +++++++++--------- 2 files changed, 375 insertions(+), 293 deletions(-) commit e8184f2a46c4707bbd0b782655fc5aafb026085f Author: Javier Jardón Date: Mon Aug 23 21:29:13 2010 +0200 GtkPlug: move public members to private structures gtk/gtkplug-x11.c | 45 ++++++++------ gtk/gtkplug.c | 161 ++++++++++++++++++++++++++++++-------------------- gtk/gtkplug.h | 12 +--- gtk/gtkplugprivate.h | 12 ++++ 4 files changed, 139 insertions(+), 91 deletions(-) commit af8efa0b46338ff6ce5aa9a64460505aa2385d75 Author: Javier Jardón Date: Mon Aug 23 23:11:34 2010 +0200 Use accessor functions to access GtkPlug gtk/gtkstatusicon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2425dad94800518714c6b839e4838db4521501d7 Author: Bruno Brouard Date: Fri Aug 27 22:19:23 2010 +0200 Updated French translation po/fr.po | 1765 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 1319 insertions(+), 446 deletions(-) commit 0293e2443da76b8d488204a40ebcd4521646d9b4 Author: Bruno Brouard Date: Fri Aug 27 20:54:25 2010 +0200 Updated French translation po/fr.po | 2650 ++++++++++++++++++++++---------------------------------------- 1 files changed, 913 insertions(+), 1737 deletions(-) commit c3395dd726b968b6b9b853415913dbcc181304e1 Author: Claude Paroz Date: Fri Aug 27 18:34:10 2010 +0200 Add missing files in po-properties/POTFILES.in Accessorily, use the same sort in both POTFILES.in to easily compare files. po-properties/POTFILES.in | 23 ++++++++++++++--------- po/POTFILES.in | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) commit 85269972051679561963be9b69bad403118aae93 Author: Alexander Shopov Date: Fri Aug 27 08:15:55 2010 +0300 Updated Bulgarian translation po-properties/bg.po | 3949 ++++++++++++++++++++++++--------------------------- po/bg.po | 2609 ++++++++++++---------------------- 2 files changed, 2731 insertions(+), 3827 deletions(-) commit f3ff581c266573b9cce1d5167cc05682de0a0d9d Author: Yaron Shahrabani Date: Fri Aug 27 16:19:53 2010 +0300 Updated Hebrew translation. po/he.po | 500 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 253 insertions(+), 247 deletions(-) commit 1e5d7c022596b7146638ef8bd74f544725f9bf2b Author: Javier Jardón Date: Thu Aug 26 19:15:37 2010 +0200 Use GtkFooPrivate instead GtkFooPriv gtk/gtkaccessible.c | 8 +- gtk/gtkaccessible.h | 4 +- gtk/gtkalignment.c | 24 +++--- gtk/gtkalignment.h | 8 +- gtk/gtkarrow.c | 18 ++-- gtk/gtkarrow.h | 8 +- gtk/gtkaspectframe.c | 18 ++-- gtk/gtkaspectframe.h | 8 +- gtk/gtkbbox.c | 18 ++-- gtk/gtkbbox.h | 8 +- gtk/gtkbin.c | 24 +++--- gtk/gtkbin.h | 8 +- gtk/gtkbox.c | 54 +++++----- gtk/gtkbox.h | 8 +- gtk/gtkcellrenderer.c | 40 ++++---- gtk/gtkcellrenderer.h | 8 +- gtk/gtkcellrendereraccel.c | 20 ++-- gtk/gtkcellrendereraccel.h | 8 +- gtk/gtkcellrenderercombo.c | 20 ++-- gtk/gtkcellrenderercombo.h | 8 +- gtk/gtkcellrendererpixbuf.c | 24 +++--- gtk/gtkcellrendererpixbuf.h | 8 +- gtk/gtkcellrenderertext.c | 44 ++++---- gtk/gtkcellrenderertext.h | 8 +- gtk/gtkcellrenderertoggle.c | 22 ++-- gtk/gtkcellrenderertoggle.h | 8 +- gtk/gtkcheckmenuitem.c | 22 ++-- gtk/gtkcheckmenuitem.h | 8 +- gtk/gtkcolorseldialog.c | 12 +- gtk/gtkcolorseldialog.h | 8 +- gtk/gtkcontainer.c | 30 +++--- gtk/gtkcontainer.h | 8 +- gtk/gtkdialog.c | 36 ++++---- gtk/gtkdialog.h | 8 +- gtk/gtkfilesystem.c | 54 +++++----- gtk/gtkfilesystem.h | 8 +- gtk/gtkfixed.c | 20 ++-- gtk/gtkfixed.h | 10 +- gtk/gtkfontsel.c | 58 ++++++------ gtk/gtkfontsel.h | 16 ++-- gtk/gtkframe.c | 36 ++++---- gtk/gtkframe.h | 8 +- gtk/gtkhandlebox.c | 50 +++++----- gtk/gtkhandlebox.h | 8 +- gtk/gtkhsv.c | 54 +++++----- gtk/gtkhsv.h | 8 +- gtk/gtkiconfactory.c | 16 ++-- gtk/gtkiconfactory.h | 6 +- gtk/gtkimage.c | 62 ++++++------ gtk/gtkimage.h | 8 +- gtk/gtkimagemenuitem.c | 42 ++++---- gtk/gtkimagemenuitem.h | 8 +- gtk/gtkimcontextsimple.c | 32 +++--- gtk/gtkimcontextsimple.h | 8 +- gtk/gtkinvisible.c | 14 ++-- gtk/gtkinvisible.h | 8 +- gtk/gtklabel.c | 192 +++++++++++++++++++------------------- gtk/gtklabel.h | 8 +- gtk/gtklayout.c | 50 +++++----- gtk/gtklayout.h | 8 +- gtk/gtkliststore.c | 92 +++++++++--------- gtk/gtkliststore.h | 8 +- gtk/gtkmessagedialog.c | 24 +++--- gtk/gtkmessagedialog.h | 8 +- gtk/gtkmisc.c | 20 ++-- gtk/gtkmisc.h | 8 +- gtk/gtknotebook.c | 222 +++++++++++++++++++++--------------------- gtk/gtknotebook.h | 8 +- gtk/gtkprogressbar.c | 40 ++++---- gtk/gtkprogressbar.h | 8 +- gtk/gtkradiobutton.c | 16 ++-- gtk/gtkradiobutton.h | 8 +- gtk/gtkradiomenuitem.c | 14 ++-- gtk/gtkradiomenuitem.h | 8 +- gtk/gtkrange.c | 164 ++++++++++++++++---------------- gtk/gtkrange.h | 8 +- gtk/gtkruler.c | 34 ++++---- gtk/gtkruler.h | 10 +- gtk/gtkscale.c | 36 ++++---- gtk/gtkscale.h | 8 +- gtk/gtkseparator.c | 16 ++-- gtk/gtkseparator.h | 8 +- gtk/gtksizegroup.c | 32 +++--- gtk/gtksizegroup.h | 8 +- gtk/gtkspinbutton.c | 94 +++++++++--------- gtk/gtkspinbutton.h | 8 +- gtk/gtkstatusbar.c | 56 ++++++------ gtk/gtkstatusbar.h | 8 +- gtk/gtktable.c | 60 ++++++------ gtk/gtktable.h | 12 +- gtk/gtktearoffmenuitem.c | 12 +- gtk/gtktearoffmenuitem.h | 8 +- gtk/gtktexttagtable.c | 26 +++--- gtk/gtktexttagtable.h | 6 +- gtk/gtktoolbar.c | 124 ++++++++++++------------ gtk/gtktoolbar.h | 8 +- gtk/gtkviewport.c | 36 ++++---- gtk/gtkviewport.h | 8 +- 98 files changed, 1316 insertions(+), 1316 deletions(-) commit c6a44d849424ac77c478d56ff727ebc742d054b0 Author: Javier Jardón Date: Thu Aug 26 18:00:09 2010 +0200 gtk/gtkseparator: Do not use GET_PRIVATE macro all the time Use a private pointer instead gtk/gtkseparator.c | 36 ++++++++++++++++++++---------------- gtk/gtkseparator.h | 3 +++ 2 files changed, 23 insertions(+), 16 deletions(-) commit 8d983a4547a37d93e88960ea0c64cca67f9bbd29 Author: Javier Jardón Date: Thu Aug 26 15:57:05 2010 +0200 gtk/gtkfilesystem: Do not use GET_PRIVATE macro all the time Use a private pointer instead gtk/gtkfilesystem.c | 118 ++++++++++++++++++--------------------------------- gtk/gtkfilesystem.h | 30 +++++++++---- 2 files changed, 62 insertions(+), 86 deletions(-) commit 904769b0049f5e817d1d85ff1df9ea2dd012836e Author: Javier Jardón Date: Thu Aug 26 01:17:44 2010 +0200 gdk/gdkwindowimpl.c: Use G_DEFINE_INTERFACE macro gdk/gdkwindowimpl.c | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) commit 29685170cfd7fcf2d008efc1d16e5a73144993ee Author: Javier Jardón Date: Thu Aug 26 01:17:18 2010 +0200 gdk/x11/gdkeventtranslator.c: use G_DEFINE_INTERFACE macro gdk/x11/gdkeventtranslator.c | 20 ++++++-------------- 1 files changed, 6 insertions(+), 14 deletions(-) commit 3247a3a7cdb02caca60478ea8906da0ea9025d84 Author: Gabor Kelemen Date: Thu Aug 26 04:01:47 2010 +0200 Updated Hungarian translation po/hu.po | 390 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 195 insertions(+), 195 deletions(-) commit 1b77e36a5943491d27a1991c30f9e79659b1db94 Author: Javier Jardón Date: Wed Aug 25 21:59:02 2010 +0200 gtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macro gtk/gtksizerequest.c | 25 +++++++++---------------- 1 files changed, 9 insertions(+), 16 deletions(-) commit 523ea1c65614bed598a4d8e52e2981e7fe098f09 Author: Javier Jardón Date: Wed Aug 25 21:59:15 2010 +0200 gtk/gtktoolshell.c: Use G_DEFINE_INTERFACE macro gtk/gtktoolshell.c | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) commit c0b8104232b40615c9e5a8890d0ac31909fb5627 Author: Javier Jardón Date: Wed Aug 25 21:58:50 2010 +0200 gtk/gtkcellsizerequest.c: Use G_DEFINE_INTERFACE macro gtk/gtkcellsizerequest.c | 22 ++++++++-------------- 1 files changed, 8 insertions(+), 14 deletions(-) commit 24fedeccaccae59a8dc1b8c6e33cd8a3f9a4a32f Author: Javier Jardón Date: Wed Aug 25 21:58:37 2010 +0200 gtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro gtk/gtkcelllayout.c | 31 +++++-------------------------- 1 files changed, 5 insertions(+), 26 deletions(-) commit 208e548ab1d3cb5662d83cc0bb0033756456df49 Author: Javier Jardón Date: Wed Aug 25 21:58:18 2010 +0200 gtk/gtkrecentchooser.c: Use G_DEFINE_INTERFACE macro gtk/gtkrecentchooser.c | 47 ++++++++++++++++------------------------------- 1 files changed, 16 insertions(+), 31 deletions(-) commit c1476c951ec81e883ff8e9c287855320ae54580c Author: Javier Jardón Date: Wed Aug 25 21:57:52 2010 +0200 gtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macro gtk/gtkfilechooser.c | 50 ++++++++++++++++---------------------------------- 1 files changed, 16 insertions(+), 34 deletions(-) commit 3e4e2b233b576105e51965101fcb68e4f6e3bb2b Author: Matthias Clasen Date: Wed Aug 25 18:17:43 2010 -0400 Fix trivial doc typo Pointed out in bug 627912. gtk/gtktreeview.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 45e217668377cfb8bb0de23edf8c66549ec1b634 Author: Javier Jardón Date: Wed Apr 14 03:35:30 2010 +0200 Use G_DEFINE_INTERFACE macro in gtkactivatable https://bugzilla.gnome.org/show_bug.cgi?id=605186 gtk/gtkactivatable.c | 27 +++++---------------------- 1 files changed, 5 insertions(+), 22 deletions(-) commit d5a8a3c9bc2a5dc30c1f16f2ac38869299aa86b9 Author: Matthias Clasen Date: Wed Aug 25 01:05:29 2010 -0400 Make gdk_keymap_map_virtual_modifiers work early It needs to ensure that we have an uptodate modmap. Bug 616401 gdk/x11/gdkkeys-x11.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1f1b40419418680c390503a69bfa04085d416046 Author: Matthias Clasen Date: Wed Aug 25 00:46:47 2010 -0400 Document that the GTK_STOCK_FILE label is new gtk/gtkstock.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 586bbc9b133709432526cdcc0719d4e483f0a403 Author: Matthias Clasen Date: Wed Aug 25 00:43:16 2010 -0400 Make the initial focus in dialogs work as intended We had code that tried to prevent selecting the text in the label if we end up focusing a label, but it didn't take effect, because we were moving the focus into the label again afterwards. gtk/gtkdialog.c | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) commit e1143c2d455b24e23d63739d259c799762ebcaa1 Author: Matthias Clasen Date: Wed Aug 25 00:29:27 2010 -0400 Make empty buttonboxes work again There was some less than careful / nvis_children. gtk/gtkbbox.c | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) commit 06c2777d88629304a6d9df10ca0fb09b39093211 Author: Matthias Clasen Date: Wed Aug 25 00:28:23 2010 -0400 Make builtin rc consistent I removed the default label style a few days ago, so it should no longer be referenced either. gtk/gtkrc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 2766cd14add29cf3d3436d9a1f57056338d78160 Author: Matthias Clasen Date: Tue Aug 24 21:49:33 2010 -0400 Remove depth restriction from gtk_combo_box_set_active_iter docs While it may not work perfectly in menu mode, it works fine for list mode. Bug 627843. gtk/gtkcombobox.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit a676f9dada40f43de5ccf36a66c37fa7955aaa7f Author: Sergey Orlov Date: Tue Aug 24 13:17:15 2010 -0500 bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new files When a file was inserted during the period that the editable row was active, the node IDs would not get updated correctly. Signed-off-by: Federico Mena Quintero gtk/gtkfilesystemmodel.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 72fad93587a4f4c6d60e613e86b4a85e0f1f31d6 Author: Javier Jardón Date: Tue Aug 24 21:11:36 2010 +0200 tests/testsocket: Fix broken test Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867 tests/testsocket.c | 3 ++- tests/testsocket_common.c | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) commit 1abb8f6e7fa9999a68798e44348d2426b901de39 Author: Javier Jardón Date: Tue Aug 24 21:27:57 2010 +0200 gdk/gdkwindow.c: Fix compilation warning gdk/gdkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c05f344c0a5c7bd1096dd7bd10c99a0e585826d2 Author: Javier Jardón Date: Tue Aug 24 16:10:38 2010 +0200 Use gtk_window_has_group() to know if the window has an explicit window group. gtk_window_get_group() never returns NULL; if the window isn't in a group, a default window group is returned instead. Use gtk_window_has_group() instead. This fixes some previous commits to use accessors to access GtkWindow. Reported by Philip Withnall in bug https://bugzilla.gnome.org/show_bug.cgi?id=627828 gtk/gtkcolorsel.c | 6 ++---- gtk/gtkdnd.c | 13 +++++-------- gtk/gtkfilechooserdefault.c | 17 ++++++----------- gtk/gtkprintoperation.c | 10 +++------- gtk/gtkprintunixdialog.c | 7 ++----- gtk/gtkrecentchooserdefault.c | 7 +++---- gtk/gtktreeview.c | 23 ++++++++++------------- 7 files changed, 31 insertions(+), 52 deletions(-) commit 891694d9ffae1c8e949cfb3fb39d726ad30ca4f4 Author: Ivar Smolin Date: Tue Aug 24 15:11:59 2010 +0300 [l10n] Updated Estonian translation po/et.po | 48 ++++++++++++++++++++++++++---------------------- 1 files changed, 26 insertions(+), 22 deletions(-) commit 10ff05fb0c39527a8fc7f2d1117b28dd1d27ad98 Author: noch Date: Tue Aug 24 10:01:41 2010 +0500 Added Armenian translation - po file. Modified LINGUAS. po-properties/hy.po | 138 ++++++++++++++++++++++++++------------------------- 1 files changed, 71 insertions(+), 67 deletions(-) commit 1e33284d60be5910bbdc7ae26995975694b19ec1 Author: noch Date: Tue Aug 24 09:54:38 2010 +0500 Added Armenian translation - po file in ./po and ./po-properties directories. Modified LINGUAS. po-properties/hy.po | 6097 ++++++++++++++++++++++++++------------------------- po/hy.po | 3880 ++++++-------------------------- 2 files changed, 3815 insertions(+), 6162 deletions(-) commit f4f607690dae5accb34a8bdfe5c2c7145eb36bb5 Author: Javier Jardón Date: Mon Aug 16 08:27:49 2010 +0200 GtkRange: move public members to private structure gtk/gtkrange.c | 1536 +++++++++++++++++++++++++++++++------------------------- gtk/gtkrange.h | 49 +-- 2 files changed, 842 insertions(+), 743 deletions(-) commit ff445e2b7976a537b2a13772a919811eac0554c8 Author: Javier Jardón Date: Fri Aug 13 02:35:49 2010 +0200 Use accessor functions to access GtkRange gtk/gtkscrollbar.c | 4 ++-- gtk/gtkscrolledwindow.c | 2 +- modules/other/gail/gailrange.c | 16 ++++++++++------ 3 files changed, 13 insertions(+), 9 deletions(-) commit 27ec5cd55687f303f204cfa6607651f7ba52bd97 Author: Javier Jardón Date: Fri Aug 13 01:43:27 2010 +0200 gtkscalebutton: use accessor functions to access GtkRange gtk/gtkscalebutton.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit a64869db9ec3f3b35881c38c1df314dada4a07b0 Author: Javier Jardón Date: Fri Aug 13 01:38:35 2010 +0200 gtkscale: use accessor functions to access GtkRange gtk/gtkscale.c | 99 +++++++++++++++++++++++++++++++------------------------ 1 files changed, 56 insertions(+), 43 deletions(-) commit f300aefa7efee5e1cfe1a5b1b6a6742fc352bcab Author: Javier Jardón Date: Fri Aug 13 03:22:59 2010 +0200 Added _gtk_range_set_steppers () internal function It's needed by gtkscrollbar gtk/gtkrange.c | 13 +++++++++++++ gtk/gtkrange.h | 6 +++++- gtk/gtkscrollbar.c | 7 ++----- 3 files changed, 20 insertions(+), 6 deletions(-) commit 1814ea6abd361bccf55004309b81860cc39152fb Author: Javier Jardón Date: Fri Aug 13 01:50:09 2010 +0200 Added _gtk_range_set_round_digits() insternal function It's needed by gtkscale gtk/gtkrange.c | 7 +++++++ gtk/gtkrange.h | 2 ++ gtk/gtkscale.c | 10 +++++----- 3 files changed, 14 insertions(+), 5 deletions(-) commit d38bf4825a41dedd8c31e8eed756f5e69113c5f4 Author: Javier Jardón Date: Fri Aug 13 17:06:10 2010 +0200 gtkrange: Add some checks to gtk_range_set_slider_size_fixed() Recalculate layout only if the range is already mapped and adjustment is not NULL. gtk/gtkrange.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 65a28efc15d136e43933efcdd10dd0fb4aa00c7e Author: Javier Jardón Date: Tue Aug 17 15:16:13 2010 +0200 gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWindow gtk/gtkprintunixdialog.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit f05acd707dab87e68ae8cbe59ab17ea7673cab45 Author: Javier Jardón Date: Tue Aug 17 15:15:12 2010 +0200 gtk/gtktreeview.c: Use accessor functions to access GtkWindow gtk/gtktreeview.c | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit 31d22d3083cef9d8dbc9f05e9ad58704a394f21b Author: Javier Jardón Date: Tue Aug 17 15:14:58 2010 +0200 gtk/gtksocket.c: Use accessor functions to access GtkWindow gtk/gtksocket.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 97cbe801c13695ea54cf7ebad99c3ce76827c3d2 Author: Javier Jardón Date: Tue Aug 17 15:14:44 2010 +0200 gtk/gtkrecentchooserdefault.c: Use accessor functions to access GtkWindow gtk/gtkrecentchooserdefault.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit fb4661be6d5fa6166ffe22b762f37d1f168303fc Author: Javier Jardón Date: Tue Aug 17 15:14:31 2010 +0200 gtk/gtkprintoperation.c: Use accessor functions to access GtkWindow gtk/gtkprintoperation.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 54b8b51f43dc09e7a201b2d37946fbdbfa08ef3a Author: Javier Jardón Date: Tue Aug 17 15:14:05 2010 +0200 gtk/gtkpaned.c: Use accessor functions to access GtkWindow gtk/gtkpaned.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f91e5e2ac9e237c62da08705196372f873918272 Author: Javier Jardón Date: Tue Aug 17 15:13:45 2010 +0200 gtk/gtknotebook.c: Use accessor functions to access GtkWindow gtk/gtknotebook.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 991eaa7580812d1b26e62382f6201dcdfd0b16d7 Author: Javier Jardón Date: Tue Aug 17 15:13:33 2010 +0200 gtk/gtklabel.c: Use accessor functions to access GtkWindow gtk/gtklabel.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) commit e00ffe3872a9d9e7fa47a89e7dada72a61c950ca Author: Javier Jardón Date: Tue Aug 17 15:13:21 2010 +0200 gtk/gtkfontsel.c: Use accessor functions to access GtkWindow gtk/gtkfontsel.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit 7325c6757028389a913dfe5ddd312e269d89d0cf Author: Javier Jardón Date: Tue Aug 17 15:13:06 2010 +0200 gtk/gtkfilechooserdefault.c: Use accessor functions to access GtkWindow gtk/gtkfilechooserdefault.c | 38 ++++++++++++++++++++++++++------------ 1 files changed, 26 insertions(+), 12 deletions(-) commit 64fca99a898823367b9f560f83f2dba454fca3e6 Author: Javier Jardón Date: Tue Aug 17 15:12:51 2010 +0200 gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindow gtk/gtkfilechooserbutton.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 65266d971ebeb24ae878d1bfb8783298507b6548 Author: Javier Jardón Date: Tue Aug 17 15:12:37 2010 +0200 gtk/gtkentry.c: Use accessor functions to access GtkWindow gtk/gtkentry.c | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 50aec80efbbae45f9736dc07160e7e767188d542 Author: Javier Jardón Date: Tue Aug 17 15:08:19 2010 +0200 gtk/gtkdnd.c: Use accessor functions to access GtkWindow gtk/gtkdnd.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 014fc1f73ae7e0b6fa47e490fe8ba1a31d4b3030 Author: Javier Jardón Date: Tue Aug 17 15:08:04 2010 +0200 gtk/gtkdialog.c: Use accessor functions to access GtkWindow gtk/gtkdialog.c | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) commit 595b27e22d2bea2b346b2695516b83fdb9fd9745 Author: Javier Jardón Date: Tue Aug 17 15:07:51 2010 +0200 gtk/gtkcontainer.c: Use accessor functions to access GtkWindow gtk/gtkcontainer.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit 1fe89643a5bcd4e1c1cdac152334ad2c6d4c733a Author: Javier Jardón Date: Tue Aug 17 15:07:36 2010 +0200 gtk/gtkcolorsel.c: Use accessor functions to access GtkWindow gtk/gtkcolorsel.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit fe16bdd8d4411c6f4c25fe2838f0cccba33793af Author: Javier Jardón Date: Tue Aug 17 15:01:02 2010 +0200 gail: Use accessor functions to access GtkWindow modules/other/gail/gail.c | 13 +++++++++---- modules/other/gail/gailutil.c | 9 ++------- modules/other/gail/gailwindow.c | 4 ++-- modules/other/gail/tests/ferret.c | 2 +- modules/other/gail/tests/testtext.c | 6 ++---- 5 files changed, 16 insertions(+), 18 deletions(-) commit a0e0c9e89c86ff60ad95c3710e6e74a1b8dc5e2b Author: Javier Jardón Date: Tue Aug 17 14:59:37 2010 +0200 tests/testgtk.c: Use accessor functions to access GtkWindow tests/testgtk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e5ed2c02a35d58c4d98dc2fb13faa34b5c7d29e4 Author: Javier Jardón Date: Mon Aug 23 18:13:54 2010 +0200 Revert from "edit-preferences" to "gtk-preferences" There is not a icon named "edit-preferences" in the spec http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html gtk/Makefile.am | 4 +- gtk/gtkiconfactory.c | 2 +- gtk/stock-icons/16/edit-preferences.png | Bin 1014 -> 0 bytes gtk/stock-icons/16/edit-preferences.svg | 288 --------------------------- gtk/stock-icons/16/gtk-preferences.png | Bin 0 -> 1014 bytes gtk/stock-icons/16/gtk-preferences.svg | 288 +++++++++++++++++++++++++++ gtk/stock-icons/24/edit-preferences.png | Bin 1691 -> 0 bytes gtk/stock-icons/24/edit-preferences.svg | 323 ------------------------------- gtk/stock-icons/24/gtk-preferences.png | Bin 0 -> 1691 bytes gtk/stock-icons/24/gtk-preferences.svg | 323 +++++++++++++++++++++++++++++++ 10 files changed, 614 insertions(+), 614 deletions(-) commit 56f71f0123d12e46029a2494a0421f6f50176675 Author: Tor Lillqvist Date: Mon Aug 23 18:49:30 2010 +0300 Fix Win32 build Builds now, except for the ms-windows theme engine. It doesn't really work, though. gdk/gdk.symbols | 7 - gdk/win32/gdkdrawable-win32.c | 404 ----------------------------------------- gdk/win32/gdkmain-win32.c | 129 ------------- gdk/win32/gdkpixmap-win32.c | 33 ++++- gdk/win32/gdkprivate-win32.h | 17 -- gdk/win32/gdkvisual-win32.c | 8 - gdk/win32/gdkwin32.h | 16 -- gdk/win32/gdkwindow-win32.c | 179 ++++++++++++++++++- gtk/Makefile.am | 4 +- 9 files changed, 209 insertions(+), 588 deletions(-) commit 29a758d4c267efc3d8beb7329cb9e831627764f2 Author: Javier Jardón Date: Mon Aug 23 17:33:36 2010 +0200 The correct icon name is "dialog-information", not "dialog-info" Spec here: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html gtk/Makefile.am | 6 +- gtk/gtkiconfactory.c | 4 +- gtk/stock-icons/16/dialog-info.png | Bin 879 -> 0 bytes gtk/stock-icons/16/dialog-info.svg | 176 ------ gtk/stock-icons/16/dialog-information.png | Bin 0 -> 879 bytes gtk/stock-icons/16/dialog-information.svg | 176 ++++++ gtk/stock-icons/24/dialog-info.png | Bin 1420 -> 0 bytes gtk/stock-icons/24/dialog-info.svg | 186 ------ gtk/stock-icons/24/dialog-information.png | Bin 0 -> 1420 bytes gtk/stock-icons/24/dialog-information.svg | 186 ++++++ gtk/stock-icons/48/dialog-info.png | Bin 3259 -> 0 bytes gtk/stock-icons/48/dialog-info.svg | 978 ----------------------------- gtk/stock-icons/48/dialog-information.png | Bin 0 -> 3259 bytes gtk/stock-icons/48/dialog-information.svg | 978 +++++++++++++++++++++++++++++ 14 files changed, 1345 insertions(+), 1345 deletions(-) commit 1dc0502b4a90ad41b3abc52d6f85b098f4d63449 Author: Klemen Košir Date: Mon Aug 23 14:53:38 2010 +0200 Updated Slovenian translation po/sl.po | 322 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 164 insertions(+), 158 deletions(-) commit 8856bfc60e23f633fbd3908c43757c627f56b722 Author: Benjamin Otte Date: Mon Aug 23 12:44:58 2010 +0200 directfb: Remove As announced by email and on IRC, this backend is removed from GTK 3. It has been broken for over a year with no one fixing it. configure.ac | 21 +- docs/reference/gdk/Makefile.am | 1 - docs/reference/gdk/gdk3-sections.txt | 1 - docs/reference/gtk/Makefile.am | 1 - docs/reference/gtk/building.sgml | 5 +- docs/reference/gtk/directfb.sgml | 44 - docs/reference/gtk/gtk-docs.sgml | 1 - gdk/Makefile.am | 8 +- gdk/directfb/AUTHORS | 28 - gdk/directfb/Makefile.am | 57 - gdk/directfb/README | 106 - gdk/directfb/TODO | 56 - gdk/directfb/gdkapplaunchcontext-directfb.c | 42 - gdk/directfb/gdkcolor-directfb.c | 463 ----- gdk/directfb/gdkcursor-directfb.c | 546 ----- gdk/directfb/gdkdirectfb.h | 82 - gdk/directfb/gdkdisplay-directfb.c | 540 ----- gdk/directfb/gdkdisplay-directfb.h | 59 - gdk/directfb/gdkdnd-directfb.c | 634 ------ gdk/directfb/gdkdrawable-directfb.c | 626 ------ gdk/directfb/gdkevents-directfb.c | 963 --------- gdk/directfb/gdkgeometry-directfb.c | 254 --- gdk/directfb/gdkglobals-directfb.c | 58 - gdk/directfb/gdkim-directfb.c | 60 - gdk/directfb/gdkinput-directfb.c | 327 --- gdk/directfb/gdkinput-directfb.h | 143 -- gdk/directfb/gdkkeys-directfb.c | 2032 ------------------- gdk/directfb/gdkmain-directfb.c | 417 ---- gdk/directfb/gdkpixmap-directfb.c | 232 --- gdk/directfb/gdkprivate-directfb.h | 381 ---- gdk/directfb/gdkproperty-directfb.c | 397 ---- gdk/directfb/gdkscreen-directfb.c | 248 --- gdk/directfb/gdkselection-directfb.c | 494 ----- gdk/directfb/gdkspawn-directfb.c | 104 - gdk/directfb/gdktestutils-directfb.c | 263 --- gdk/directfb/gdkvisual-directfb.c | 493 ----- gdk/directfb/gdkwindow-directfb.c | 2891 --------------------------- gdk/directfb/gdkwindowid.c | 69 - gdk/directfb/x-cursors.xbm | 924 --------- gdk/gdk.symbols | 17 - gtk/Makefile.am | 6 +- gtk/gtkiconfactory.c | 4 +- gtk/gtkwindow-decorate.c | 14 - po-properties/POTFILES.in | 1 - po/POTFILES.in | 1 - 45 files changed, 10 insertions(+), 14104 deletions(-) commit 7eabb8fd3ce8ee171657188d4b66e28fb9764ecc Author: Benjamin Otte Date: Mon Aug 23 12:37:22 2010 +0200 container: suggest parentheses around assignment used as truth value gtk/gtkcontainer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 64a852dc76c525fed5e30f1c6644fa740193435a Author: Torstein Adolf Winterseth Date: Mon Aug 23 09:17:26 2010 +0200 Updated Norwegian Nynorsk translation po/nn.po | 1987 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 986 insertions(+), 1001 deletions(-) commit 7451827cf93401d26ea9c5b0f1ccb85afeb77c39 Author: Fran Diéguez Date: Mon Aug 23 02:22:00 2010 +0200 Updated galician translations po-properties/gl.po | 706 ++++++++++++++++++++++++++------------------------- po/gl.po | 600 ++++++++++++++++++++++---------------------- 2 files changed, 655 insertions(+), 651 deletions(-) commit b415d2f79b84ffc03e2d0308a09e9ea8852b860c Author: Matthias Clasen Date: Sun Aug 22 19:04:25 2010 -0400 Fix a translation problem in the about dialog The license preamble needs to be translated with the GTK+ domain, not the applications. Bug 627643. gtk/gtkaboutdialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ab9361303726138cd19c52df3660890c6f21bdd1 Author: Javier Jardón Date: Sun Aug 22 23:34:29 2010 +0200 gtk/gtk.symbols: Add gtk_cell_view_get_desired_height_for_width_of_row() gtk/gtk.symbols | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f3d6aa8bf3e9d43ca8fa69e71674f570745a37e9 Author: Javier Jardón Date: Sun Aug 15 17:50:39 2010 +0200 gtk/gtktrayicon-x11.c: Use accessor functions to access GtkWidget gtk/gtktrayicon-x11.c | 41 ++++++++++++++++++++++++++--------------- 1 files changed, 26 insertions(+), 15 deletions(-) commit 04fd195b9babdb52c933378ed95a71dc79b2fddb Author: Javier Jardón Date: Sun Aug 15 17:36:02 2010 +0200 gtk/gtksocket-x11.c: Use accessor functions to access GtkWidget gtk/gtksocket-x11.c | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) commit f25ad7899af6aa1b3bf845cafac2eb562f366fcc Author: Javier Jardón Date: Sun Aug 15 17:30:40 2010 +0200 gtk/gtkplug-x11.c: Use accessor functions to access GtkWidget gtk/gtkplug-x11.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 0a1130dcb97f88d41ea866457239723592d00f9a Author: Javier Jardón Date: Sun Aug 15 17:28:38 2010 +0200 gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWidget gtk/gtkprintunixdialog.c | 49 ++++++++++++++++++++++++++++++---------------- 1 files changed, 32 insertions(+), 17 deletions(-) commit 07d3f20202586969ef9e3a4fe6f390d72cd5e46d Author: Javier Jardón Date: Sun Aug 15 17:03:07 2010 +0200 gtk/gtkdnd.c: Use accessor functions to access GtkWidget gtk/gtkclipboard.c | 4 +- gtk/gtkdnd.c | 82 +++++++++++++++++++++++++++++++--------------------- 2 files changed, 51 insertions(+), 35 deletions(-) commit b99348e443e10d420629b39be447452f37dfce3f Author: Javier Jardón Date: Wed Aug 11 23:19:31 2010 +0200 gtk/gtkaboutdialog.c: use accessor functions to access GtkWidget gtk/gtkaboutdialog.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 091335fcb47fb94727c247f70247a7c4a83cdb9b Author: Javier Jardón Date: Wed Aug 11 23:19:15 2010 +0200 gtk/gtkalignment.c: use accessor functions to access GtkWidget gtk/gtkalignment.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2201b2abb6b2e5b2905287a9b90bc180834efab7 Author: Javier Jardón Date: Wed Aug 11 23:18:32 2010 +0200 gtk/gtkassistant.c: use accessor functions to access GtkWidget gtk/gtkassistant.c | 61 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 40 insertions(+), 21 deletions(-) commit b05e897453c49bfae6805142fd8710c2e627e5fe Author: Javier Jardón Date: Wed Aug 11 23:18:18 2010 +0200 gtk/gtkbbox.c: use accessor functions to access GtkWidget gtk/gtkbbox.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit d9b459dd64b33eef7dade3d52ff1114ef3b3f467 Author: Javier Jardón Date: Wed Aug 11 23:17:44 2010 +0200 gtk/gtkbox.c: use accessor functions to access GtkWidget gtk/gtkbox.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6cad69e32abf12fd3fd4ee4ee80e28e7aa391f83 Author: Javier Jardón Date: Wed Aug 11 23:17:29 2010 +0200 gtk/gtkbutton.c: use accessor functions to access GtkWidget gtk/gtkbutton.c | 118 +++++++++++++++++++++++++++++++++--------------------- 1 files changed, 72 insertions(+), 46 deletions(-) commit 1b1845863ae2bb9df368022c3f4bf2280abd9a45 Author: Javier Jardón Date: Wed Aug 11 23:17:18 2010 +0200 gtk/gtkcalendar.c: use accessor functions to access GtkWidget gtk/gtkcalendar.c | 255 +++++++++++++++++++++++++++++++++-------------------- 1 files changed, 158 insertions(+), 97 deletions(-) commit c6b86761d6b732bbe9f8d73af3cb4c877ab8df2b Author: Javier Jardón Date: Wed Aug 11 23:17:05 2010 +0200 gtk/gtkcellrendereraccel.c: use accessor functions to access GtkWidget gtk/gtkcellrendereraccel.c | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) commit 7b5656b4928309c330ea5776460a5c046d31bcea Author: Javier Jardón Date: Wed Aug 11 23:16:54 2010 +0200 gtk/gtkcellrendererpixbuf.c: use accessor functions to access GtkWidget gtk/gtkcellrendererpixbuf.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 4a17e27a1ea4c026a2ff546dc100239d0ab8bb1e Author: Javier Jardón Date: Wed Aug 11 23:16:40 2010 +0200 gtk/gtkcellrendererprogress.c: use accessor functions to access GtkWidget gtk/gtkcellrendererprogress.c | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit cc70f342d0bcc2baadd80adf3c698195f8c606aa Author: Javier Jardón Date: Wed Aug 11 23:16:25 2010 +0200 gtk/gtkcellrendererspinner.c: use accessor functions to access GtkWidget gtk/gtkcellrendererspinner.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit aad72e59faab098ebca2d2152f122111b290048b Author: Javier Jardón Date: Wed Aug 11 23:16:11 2010 +0200 gtk/gtkcellrenderertext.c: use accessor functions to access GtkWidget gtk/gtkcellrenderertext.c | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit dd61c2bdea0baebfbfa33897c8f85600575ab16f Author: Javier Jardón Date: Wed Aug 11 23:15:57 2010 +0200 gtk/gtkcellrenderertoggle.c: use accessor functions to access GtkWidget gtk/gtkcellrenderertoggle.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e9915fc8d6be50b8a3960b549f9be5980d8b460d Author: Javier Jardón Date: Wed Aug 11 23:15:42 2010 +0200 gtk/gtkcellview.c: use accessor functions to access GtkWidget gtk/gtkcellview.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit aa63485b8769ed2d9eff38dd95af33c3cbd4d9b0 Author: Javier Jardón Date: Wed Aug 11 23:15:30 2010 +0200 gtk/gtkcheckbutton.c: use accessor functions to access GtkWidget gtk/gtkcheckbutton.c | 85 ++++++++++++++++++++++++++++++++----------------- 1 files changed, 55 insertions(+), 30 deletions(-) commit 1e3448f2227069707cb7d1f13e6226611dc23131 Author: Javier Jardón Date: Wed Aug 11 23:15:16 2010 +0200 gtk/gtkcheckmenuitem.c: use accessor functions to access GtkWidget gtk/gtkcheckmenuitem.c | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) commit 0baa3feb4b16a396245e0acfc7b3927c5c85eea3 Author: Javier Jardón Date: Wed Aug 11 23:15:02 2010 +0200 gtk/gtkcolorbutton.c: use accessor functions to access GtkWidget gtk/gtkcolorbutton.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e9b85cf100cacdc1f28635d15b1756b82a88beba Author: Javier Jardón Date: Wed Aug 11 23:14:44 2010 +0200 gtk/gtkcolorsel.c: use accessor functions to access GtkWidget gtk/gtkcolorsel.c | 55 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 36 insertions(+), 19 deletions(-) commit 42a0a8143b93f3bae861efd6dc0c126d5310a99d Author: Javier Jardón Date: Wed Aug 11 23:14:32 2010 +0200 gtk/gtkcombobox.c: use accessor functions to access GtkWidget gtk/gtkcombobox.c | 189 +++++++++++++++++++++++++++++++++-------------------- 1 files changed, 118 insertions(+), 71 deletions(-) commit 3a89cc150c8325b43b44d5e944b3aa4bed08469e Author: Javier Jardón Date: Wed Aug 11 23:14:16 2010 +0200 gtk/gtkcontainer.c: use accessor functions to access GtkWidget gtk/gtkcontainer.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 83372be93e05d386e60d0a475adc02ee34fe4cec Author: Javier Jardón Date: Wed Aug 11 23:14:16 2010 +0200 gtk/gtkcontainer.c: use accessor functions to access GtkWidget gtk/gtkcontainer.c | 135 ++++++++++++++++++++++++++++++++-------------------- 1 files changed, 83 insertions(+), 52 deletions(-) commit 4def73b3867792f1015cd4ecfcf88b531653163d Author: Javier Jardón Date: Wed Aug 11 23:14:03 2010 +0200 gtk/gtkdialog.c: use accessor functions to access GtkWidget gtk/gtkdialog.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 379fc17fa9c598f1a219d923861b7d469b0e4b13 Author: Javier Jardón Date: Wed Aug 11 23:13:46 2010 +0200 gtk/gtkdrawingarea.c: use accessor functions to access GtkWidget gtk/gtkdrawingarea.c | 39 +++++++++++++++++++++++---------------- 1 files changed, 23 insertions(+), 16 deletions(-) commit 4ddff2691be8f4ec6087bcfd925a281286c5991a Author: Javier Jardón Date: Wed Aug 11 23:13:35 2010 +0200 gtk/gtkentry.c: use accessor functions to access GtkWidget gtk/gtkentry.c | 178 ++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 116 insertions(+), 62 deletions(-) commit 325a00e40dc54b6898eacb8e8ed733733cb95dce Author: Javier Jardón Date: Wed Aug 11 23:13:23 2010 +0200 gtk/gtkentrycompletion.c: use accessor functions to access GtkWidget gtk/gtkentrycompletion.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 7764ee564ca9a096e6588ff72343430b38ff1389 Author: Javier Jardón Date: Wed Aug 11 23:13:11 2010 +0200 gtk/gtkeventbox.c: use accessor functions to access GtkWidget gtk/gtkeventbox.c | 47 ++++++++++++++++++++++++++++------------------- 1 files changed, 28 insertions(+), 19 deletions(-) commit f11207c33e55df0613f7667b9a46682c32925c81 Author: Javier Jardón Date: Wed Aug 11 23:12:53 2010 +0200 gtk/gtkexpander.c: use accessor functions to access GtkWidget gtk/gtkexpander.c | 106 +++++++++++++++++++++++++++++++++-------------------- 1 files changed, 66 insertions(+), 40 deletions(-) commit b62b834eb5b5f622ab7c97eda4446a4beed83ef6 Author: Javier Jardón Date: Wed Aug 11 23:12:39 2010 +0200 gtk/gtkfilechooserdefault.c: use accessor functions to access GtkWidget gtk/gtkfilechooserdefault.c | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) commit 7f8aaf04da967685e1b37fd964aa3411a0947030 Author: Javier Jardón Date: Wed Aug 11 23:12:23 2010 +0200 gtk/gtkfilechooserentry.c: use accessor functions to access GtkWidget gtk/gtkfilechooserentry.c | 31 +++++++++++++++++-------------- 1 files changed, 17 insertions(+), 14 deletions(-) commit fe2815026b0d28a6ecf6397191f60ea06499b556 Author: Javier Jardón Date: Wed Aug 11 23:12:07 2010 +0200 gtk/gtkfixed.c: use accessor functions to access GtkWidget gtk/gtkfixed.c | 39 ++++++++++++++++++++++----------------- 1 files changed, 22 insertions(+), 17 deletions(-) commit 27583292045997b1e9cc9d75a7280bbed4a40252 Author: Javier Jardón Date: Wed Aug 11 23:11:36 2010 +0200 gtk/gtkframe.c: use accessor functions to access GtkWidget gtk/gtkframe.c | 121 ++++++++++++++++++++++++++++++------------------------- 1 files changed, 66 insertions(+), 55 deletions(-) commit effdde94711a0a20001e80cc824bd556e35d0bef Author: Javier Jardón Date: Wed Aug 11 23:11:12 2010 +0200 gtk/gtkhsv.c: use accessor functions to access GtkWidget gtk/gtkhsv.c | 122 +++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 74 insertions(+), 48 deletions(-) commit 90ee7ca493e0aeef24bf4e5dc69715abebf450ba Author: Javier Jardón Date: Wed Aug 11 23:10:32 2010 +0200 gtk/gtkimagemenuitem.c: use accessor functions to access GtkWidget gtk/gtkimagemenuitem.c | 51 ++++++++++++++++++++++++++++++----------------- 1 files changed, 32 insertions(+), 19 deletions(-) commit 37d62149bbbfae23364be411fdd822337f47cc69 Author: Javier Jardón Date: Wed Aug 11 23:10:21 2010 +0200 gtk/gtkinfobar.c: use accessor functions to access GtkWidget gtk/gtkinfobar.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit 0a3431e8f63590bff1bff1164ed17873397c9bd9 Author: Javier Jardón Date: Wed Aug 11 23:10:10 2010 +0200 gtk/gtkinvisible.c: use accessor functions to access GtkWidget gtk/gtkinvisible.c | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit 84297150e810b1efbce593179b66654cba515d1a Author: Javier Jardón Date: Wed Aug 11 23:09:56 2010 +0200 gtk/gtkitem.c: use accessor functions to access GtkWidget gtk/gtkitem.c | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-) commit 69b6dbdb086b44b173bbe0cd39d9032f045b08a6 Author: Javier Jardón Date: Wed Aug 11 23:09:43 2010 +0200 gtk/gtklabel.c: use accessor functions to access GtkWidget gtk/gtklabel.c | 109 ++++++++++++++++++++++++++++++++----------------------- 1 files changed, 63 insertions(+), 46 deletions(-) commit 26f21cf0e9a35327f761dc4d1eb3c6ddc0860351 Author: Javier Jardón Date: Wed Aug 11 23:09:29 2010 +0200 gtk/gtklayout.c: use accessor functions to access GtkWidget gtk/gtklayout.c | 54 ++++++++++++++++++++++++++++++++---------------------- 1 files changed, 32 insertions(+), 22 deletions(-) commit 00152ff835db5edada9aa95c13c0ca85c7e5795e Author: Javier Jardón Date: Wed Aug 11 23:09:12 2010 +0200 gtk/gtklinkbutton.c: use accessor functions to access GtkWidget gtk/gtklinkbutton.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 1783b227e8a22b0fa5dd6043ff378c656fdf3a12 Author: Javier Jardón Date: Wed Aug 11 23:08:57 2010 +0200 gtk/gtkmain.c: use accessor functions to access GtkWidget gtk/gtkmain.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 7587ee2dde16731cced99e9b507db5b0b3f9b7c7 Author: Javier Jardón Date: Wed Aug 11 23:08:21 2010 +0200 gtk/gtkmenubar.c: use accessor functions to access GtkWidget gtk/gtkmenubar.c | 35 ++++++++++++++++++++++------------- 1 files changed, 22 insertions(+), 13 deletions(-) commit 4d928459d357cd9beda2b4137c70af46253ea57b Author: Javier Jardón Date: Wed Aug 11 23:08:06 2010 +0200 gtk/gtkmenuitem.c: use accessor functions to access GtkWidget gtk/gtkmenuitem.c | 287 ++++++++++++++++++++++++++++++++--------------------- 1 files changed, 172 insertions(+), 115 deletions(-) commit 03842616fb5cf83eea7f5834e55a747a9a059245 Author: Javier Jardón Date: Wed Aug 11 23:07:50 2010 +0200 gtk/gtkmenushell.c: use accessor functions to access GtkWidget gtk/gtkmenushell.c | 62 +++++++++++++++++++++++++++++++--------------------- 1 files changed, 37 insertions(+), 25 deletions(-) commit 298b3643aa44995ee4f3c6c04e111828b9e4ddab Author: Javier Jardón Date: Wed Aug 11 23:07:35 2010 +0200 gtk/gtkmenutoolbutton.c: use accessor functions to access GtkWidget gtk/gtkmenutoolbutton.c | 49 +++++++++++++++++++++++++++++----------------- 1 files changed, 31 insertions(+), 18 deletions(-) commit 593b32c6abcf1342b593bc939c5bec628f130d10 Author: Javier Jardón Date: Wed Aug 11 23:07:22 2010 +0200 gtk/gtkmessagedialog.c: use accessor functions to access GtkWidget gtk/gtkmessagedialog.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ce977a1a332efecc0ba7abfd2b2183c0906cd4e9 Author: Javier Jardón Date: Wed Aug 11 23:06:45 2010 +0200 gtk/gtkmnemonichash.c: use accessor functions to access GtkWidget gtk/gtkmnemonichash.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit f8ac83bc072346f43c668fddd2814870c836af98 Author: Javier Jardón Date: Wed Aug 11 23:06:16 2010 +0200 gtk/gtkoffscreenwindow.c: use accessor functions to access GtkWidget gtk/gtkoffscreenwindow.c | 35 ++++++++++++++++++++--------------- 1 files changed, 20 insertions(+), 15 deletions(-) commit e49c130018211014f1bd0e20a0b8dfc2c9429b81 Author: Javier Jardón Date: Wed Aug 11 23:06:05 2010 +0200 gtk/gtkpaned.c: use accessor functions to access GtkWidget gtk/gtkpaned.c | 112 +++++++++++++++++++++++++++++++++---------------------- 1 files changed, 67 insertions(+), 45 deletions(-) commit d854499f4a34ecbb8a6b41e276c879427c488cbd Author: Javier Jardón Date: Wed Aug 11 23:04:06 2010 +0200 gtk/gtkplug.c: use accessor functions to access GtkWidget gtk/gtkplug.c | 108 +++++++++++++++++++++++++++++++++----------------------- 1 files changed, 64 insertions(+), 44 deletions(-) commit 6b7efdf8a1c7c3e81cf369a05ea92eeeb04e00a1 Author: Javier Jardón Date: Wed Aug 11 23:03:49 2010 +0200 gtk/gtkprogressbar.c: use accessor functions to access GtkWidget gtk/gtkprogressbar.c | 178 ++++++++++++++++++++++++++++++-------------------- 1 files changed, 106 insertions(+), 72 deletions(-) commit d52eb495296831ef805881ad5bf78ac62894fc3a Author: Javier Jardón Date: Wed Aug 11 23:03:29 2010 +0200 gtk/gtkradiobutton.c: use accessor functions to access GtkWidget gtk/gtkradiobutton.c | 40 ++++++++++++++++++++++++++-------------- 1 files changed, 26 insertions(+), 14 deletions(-) commit c6f4e71a31eb541b91bd54924e17c6ca3b9ece3e Author: Javier Jardón Date: Wed Aug 11 23:03:15 2010 +0200 gtk/gtkrange.c: use accessor functions to access GtkWidget gtk/gtkrange.c | 166 ++++++++++++++++++++++++++++++++------------------------ 1 files changed, 94 insertions(+), 72 deletions(-) commit c35fa9bc5ad90fd4272cef05e8d3fb232694c44c Author: Javier Jardón Date: Wed Aug 11 23:02:59 2010 +0200 gtk/gtkrecentchooserdefault.c: use accessor functions to access GtkWidget gtk/gtkrecentchooserdefault.c | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit dbd395a7ac4958b8e21f4f2a77086db0fa36182a Author: Javier Jardón Date: Wed Aug 11 23:02:32 2010 +0200 gtk/gtkscale.c: use accessor functions to access GtkWidget gtk/gtkscale.c | 76 ++++++++++++++++++++++++++++++++----------------------- 1 files changed, 44 insertions(+), 32 deletions(-) commit 41fcf4064882f663b04c65733e4f7c1af732017d Author: Javier Jardón Date: Wed Aug 11 23:02:16 2010 +0200 gtk/gtkscalebutton.c: use accessor functions to access GtkWidget gtk/gtkscalebutton.c | 63 ++++++++++++++++++++++++++++--------------------- 1 files changed, 36 insertions(+), 27 deletions(-) commit 482637a41ea3a4eb6eeac3c8d19ed08549ef4849 Author: Javier Jardón Date: Wed Aug 11 23:01:59 2010 +0200 gtk/gtkscrolledwindow.c: use accessor functions to access GtkWidget gtk/gtkscrolledwindow.c | 78 ++++++++++++++++++++++++++++------------------ 1 files changed, 47 insertions(+), 31 deletions(-) commit 804ad0dd88699f8cbfae4073191ea5ab24b40489 Author: Javier Jardón Date: Wed Aug 11 23:01:46 2010 +0200 gtk/gtksizegroup.c: use accessor functions to access GtkWidget gtk/gtksizegroup.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit 4870f2ec30920aedc7a953c428397ea48877ed05 Author: Javier Jardón Date: Wed Aug 11 23:01:29 2010 +0200 gtk/gtkselection.c: use accessor functions to access GtkWidget gtk/gtkselection.c | 39 ++++++++++++++++++++++----------------- 1 files changed, 22 insertions(+), 17 deletions(-) commit ab27b01fb9dbb55990bb4a38b493cd9eb86aedd7 Author: Javier Jardón Date: Wed Aug 11 23:01:01 2010 +0200 gtk/gtkseparatortoolitem.c: use accessor functions to access GtkWidget gtk/gtkseparatortoolitem.c | 45 +++++++++++++++++++++++++++---------------- 1 files changed, 28 insertions(+), 17 deletions(-) commit 551fa5c8dfd5a846b0e0dca04c39013d8015e5e9 Author: Javier Jardón Date: Wed Aug 11 23:00:34 2010 +0200 gtk/gtksocket.c: use accessor functions to access GtkWidget gtk/gtksocket.c | 38 +++++++++++++++++++++++--------------- 1 files changed, 23 insertions(+), 15 deletions(-) commit 91a49bac5aefd8dc55c16c04ca7aba1320a05e8e Author: Javier Jardón Date: Wed Aug 11 22:54:47 2010 +0200 gtk/gtkspinner.c: use accessor functions to access GtkWidget gtk/gtkspinner.c | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 4847b9a9405c8296a37d33a8b814a099c9eb3073 Author: Javier Jardón Date: Wed Aug 11 22:54:33 2010 +0200 gtk/gtkstatusbar.c: use accessor functions to access GtkWidget gtk/gtkstatusbar.c | 53 +++++++++++++++++++++++++++++---------------------- 1 files changed, 30 insertions(+), 23 deletions(-) commit f43610e1104decda5cb09812dbc77cb814d7838f Author: Javier Jardón Date: Wed Aug 11 22:54:15 2010 +0200 gtk/gtkstatusicon.c: use accessor functions to access GtkWidget gtk/gtkstatusicon.c | 30 +++++++++++++++++++----------- 1 files changed, 19 insertions(+), 11 deletions(-) commit bf1f03ad5d4a8fb3e2740a87fad1c4e2e4ac8863 Author: Javier Jardón Date: Wed Aug 11 22:54:01 2010 +0200 gtk/gtkstyle.c: use accessor functions to access GtkWidget gtk/gtkstyle.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit c9dd25bd116a3d42cc0409a1cbdb56f8d86c4ada Author: Javier Jardón Date: Wed Aug 11 22:53:42 2010 +0200 gtk/gtktable.c: use accessor functions to access GtkWidget gtk/gtktable.c | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit c4b452a22cfc3540f2e3caa4f886d1ceeb931e6e Author: Javier Jardón Date: Wed Aug 11 22:53:29 2010 +0200 gtk/gtktearoffmenuitem.c: use accessor functions to access GtkWidget gtk/gtktearoffmenuitem.c | 73 ++++++++++++++++++++++++++++++---------------- 1 files changed, 48 insertions(+), 25 deletions(-) commit c6dcef50897752b6691fab9ba8e9abb71f3ef2f4 Author: Javier Jardón Date: Wed Aug 11 22:53:15 2010 +0200 gtk/gtktestutils.c: use accessor functions to access GtkWidget gtk/gtktestutils.c | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) commit 82f521b514251be6075ac5386f03228e3f86b18c Author: Javier Jardón Date: Wed Aug 11 22:52:56 2010 +0200 gtk/gtktextdisplay.c: use accessor functions to access GtkWidget gtk/gtktextdisplay.c | 36 +++++++++++++++++++++++------------- 1 files changed, 23 insertions(+), 13 deletions(-) commit 063454f630aed7cd00ae995f74d24ed1be07386f Author: Javier Jardón Date: Wed Aug 11 22:52:43 2010 +0200 gtk/gtktextutil.c: use accessor functions to access GtkWidget gtk/gtktextutil.c | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) commit 7fd15c82bfbf42776dffaccf6e6c85fb01a89cc1 Author: Javier Jardón Date: Wed Aug 11 22:52:10 2010 +0200 gtk/gtktoolbar.c: use accessor functions to access GtkWidget gtk/gtktoolbar.c | 175 ++++++++++++++++++++++++++++++++---------------------- 1 files changed, 104 insertions(+), 71 deletions(-) commit 7e753a9a860daceb1372bfa85472987f21443dfa Author: Javier Jardón Date: Wed Aug 11 22:51:57 2010 +0200 gtk/gtktoolbutton.c: use accessor functions to access GtkWidget gtk/gtktoolbutton.c | 41 ++++++++++++++++++++++++++++------------- 1 files changed, 28 insertions(+), 13 deletions(-) commit 5e2c9437429f12cab3476e7b76deda5888224b61 Author: Javier Jardón Date: Wed Aug 11 22:51:44 2010 +0200 gtk/gtktoolitem.c: use accessor functions to access GtkWidget gtk/gtktoolitem.c | 60 ++++++++++++++++++++++++++++++----------------------- 1 files changed, 34 insertions(+), 26 deletions(-) commit 1f9eb573381614291716183213ee90a6a78a3978 Author: Javier Jardón Date: Wed Aug 11 22:51:29 2010 +0200 gtk/gtktoolitemgroup.c: use accessor functions to access GtkWidget gtk/gtktoolitemgroup.c | 151 ++++++++++++++++++++++++++++------------------- 1 files changed, 90 insertions(+), 61 deletions(-) commit 34e63dcd460d9d5ff5f186e22e15dbe967b94a2b Author: Javier Jardón Date: Wed Aug 11 22:51:16 2010 +0200 gtk/gtktoolpalette.c: use accessor functions to access GtkWidget gtk/gtktoolpalette.c | 70 +++++++++++++++++++++++++++++++------------------ 1 files changed, 44 insertions(+), 26 deletions(-) commit 3f101bb08c46e90780968cc8682fc9cae020a2e0 Author: Javier Jardón Date: Wed Aug 11 22:51:01 2010 +0200 gtk/gtktooltip.c: use accessor functions to access GtkWidget gtk/gtktooltip.c | 93 +++++++++++++++++++++++++++++++++--------------------- 1 files changed, 57 insertions(+), 36 deletions(-) commit 1c6b3f53a06c494e5b66b56e5cfc17335f02b1b5 Author: Javier Jardón Date: Wed Aug 11 22:50:01 2010 +0200 gtk/gtktreeviewcolumn.c: use accessor functions to access GtkWidget gtk/gtktreeviewcolumn.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit a44969e8776fa3c1b77f49557b26d017c338962f Author: Javier Jardón Date: Wed Aug 11 22:06:02 2010 +0200 gtk/gtkuimanager.c: use accessor functions to access GtkWidget gtk/gtkuimanager.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit ae47b7925ac633f784e19d9a7f241db105ffabb6 Author: Javier Jardón Date: Wed Aug 11 22:05:30 2010 +0200 gtk/gtkviewport: use accessor functions to access GtkWidget gtk/gtkviewport.c | 94 +++++++++++++++++++++++++++++++++------------------- 1 files changed, 60 insertions(+), 34 deletions(-) commit e3be606a1c4202305911464d15f046ae2687c7d6 Author: Javier Jardón Date: Wed Aug 11 22:04:27 2010 +0200 gtk/gtkwin32embedwidget: use accessor functions to access GtkWidget gtk/gtkwin32embedwidget.c | 54 +++++++++++++++++++++++++-------------------- 1 files changed, 30 insertions(+), 24 deletions(-) commit 7b4cf7587a7b84a949d5e89c8dab34588f89bea9 Author: Javier Jardón Date: Wed Aug 11 22:03:51 2010 +0200 gtk/gtkwindow-decorate: use accessor functions to access GtkWidget gtk/gtkwindow-decorate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 40e3d433945fe3ce6879fe59fcc49eb5762d084e Author: Jorge González Date: Sun Aug 22 21:16:34 2010 +0200 Updated Spanish translation po/es.po | 335 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 175 insertions(+), 160 deletions(-) commit a1c2a00d6340fe51358e1bc262005fdba59c4199 Author: Javier Jardón Date: Sun Aug 22 20:53:58 2010 +0200 docs: Add GtkLicense enum definition to the docs docs/reference/gtk/gtk3-sections.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7d9c4b71a98824776c6089c0ee10da30e0ee879b Author: Javier Jardón Date: Sun Aug 15 18:51:36 2010 +0200 gtk/tests/builder.c: Use accessor functions to access GtkWidget gtk/tests/builder.c | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) commit 46e65a91644ef6fc9e359d4cf9bab4cc2b24849c Author: Javier Jardón Date: Sun Aug 15 18:52:05 2010 +0200 gtk/tests/testing.c: Use accessor functions to access GtkWidget gtk/tests/testing.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 6f74ff20a2234347c99ab1c85e1a5a3c018efdd6 Author: Javier Jardón Date: Sun Aug 15 18:52:26 2010 +0200 gtk/tests/treeview-scrolling.c: Use accessor functions to acccess GtkWidget gtk/tests/treeview-scrolling.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit b1924555df7807f9b1e7008866a2b93b5dfc5574 Author: Javier Jardón Date: Sun Aug 15 18:59:17 2010 +0200 modules/input/gtkimcontextxim.c: Use accessors to GtkWidget modules/input/gtkimcontextxim.c | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) commit 104fdae2bfa8839846d923058b72cf9428076a67 Author: Javier Jardón Date: Sun Aug 15 19:45:13 2010 +0200 Gail: use accessor functions to access GtkWidget modules/other/gail/gail.c | 2 +- modules/other/gail/gailbutton.c | 9 +++- modules/other/gail/gailmenu.c | 2 +- modules/other/gail/gailscrollbar.c | 6 ++- modules/other/gail/gailtoplevel.c | 4 +- modules/other/gail/gailtreeview.c | 3 +- modules/other/gail/gailutil.c | 14 ++++--- modules/other/gail/gailwidget.c | 61 ++++++++++++++++----------- modules/other/gail/gailwindow.c | 16 +++++--- modules/other/gail/libgail-util/gailmisc.c | 5 +- 10 files changed, 73 insertions(+), 49 deletions(-) commit c8afa3f000ecdabb5db67122fd1911900f8ad196 Author: Javier Jardón Date: Mon Aug 16 00:31:12 2010 +0200 tests/testxinerama.c: Use accessor functions to access GtkWidget tests/testxinerama.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bd52a8541e8cdb487dd940249274e2e2aa78e948 Author: Javier Jardón Date: Mon Aug 16 00:31:39 2010 +0200 tests/testwindows.c: Use accessor functions to access GtkWidget tests/testwindows.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 42c71a1d4a2b842dcd540ccbf9e1a2efc75f3769 Author: Javier Jardón Date: Mon Aug 16 00:31:53 2010 +0200 tests/testtooltips.c: Use accessor functions to access GtkWidget tests/testtooltips.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit f332976871f73877df46b630b360dd4ea7fb2f87 Author: Javier Jardón Date: Mon Aug 16 00:32:13 2010 +0200 tests/testsocket_common.c: Use accessor functions to access GtkWidget tests/testsocket_common.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b012f0f93017329d47dddc50b0ba7978c518b975 Author: Javier Jardón Date: Mon Aug 16 00:32:28 2010 +0200 tests/testsocket.c: Use accessor functions to access GtkWidget tests/testsocket.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 07e38c51e8ab3bf91d76eb6df8d5ace6adadb561 Author: Javier Jardón Date: Mon Aug 16 00:32:44 2010 +0200 tests/testselection.c: Use accessor functions to access GtkWidget tests/testselection.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1577a7d4152e04354458105fd3029c3f82c10ba4 Author: Javier Jardón Date: Mon Aug 16 00:32:56 2010 +0200 tests/testoffscreenwindow.c: Use accessor functions to access GtkWidget tests/testoffscreenwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 26d837dd2fe08078d52ba690e2edb705a323c330 Author: Javier Jardón Date: Mon Aug 16 00:33:12 2010 +0200 tests/testoffscreen.c: Use accessor functions to access GtkWidget tests/testoffscreen.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0059a30f0d2a309bf4642834945ffc6709c9d0b3 Author: Javier Jardón Date: Mon Aug 16 00:33:26 2010 +0200 tests/testinput.c: Use accessor functions to access GtkWidget tests/testinput.c | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit 4a9c3bc214ac19d1da9a3a0a006eb307d85d67db Author: Javier Jardón Date: Mon Aug 16 00:33:40 2010 +0200 tests/testiconview-keynav.c: Use accessor functions to access GtkWidget tests/testiconview-keynav.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 252a8fc0481938d857805c494f3adfac34a9245b Author: Javier Jardón Date: Mon Aug 16 00:33:57 2010 +0200 tests/testgtk.c: Use accessor functions to access GtkWidget tests/testgtk.c | 213 +++++++++++++++++++++++++++++++++--------------------- 1 files changed, 130 insertions(+), 83 deletions(-) commit 1b7b30bf31998842d35ca7586c97fd699fa8206d Author: Javier Jardón Date: Mon Aug 16 00:34:17 2010 +0200 tests/testframe.c: Use accessor functions to access GtkWidget tests/testframe.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 4210ec87b04f3b8e418339569723f9fbc4cf007f Author: Javier Jardón Date: Mon Aug 16 00:34:34 2010 +0200 tests/testellipsise.c: Use accessor functions to access GtkWidget tests/testellipsise.c | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) commit 067f418604c562cb53988c1532ec7deb92dbc84e Author: Javier Jardón Date: Mon Aug 16 00:34:48 2010 +0200 tests/testcairo.c: Use accessor functions to access GtkWidget tests/testcairo.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 40dbb2deb285910d98d84d60095d8e1bd3ff76d1 Author: Javier Jardón Date: Mon Aug 16 00:35:01 2010 +0200 tests/print-editor.c: Use accessor functions to access GtkWidget tests/print-editor.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 5d48658f588b468a16738c13cfe63e6d67abea1a Author: Javier Jardón Date: Mon Aug 16 00:35:15 2010 +0200 tests/gtkoffscreenbox.c: Use accessor functions to access GtkWidget tests/gtkoffscreenbox.c | 94 +++++++++++++++++++++++++++------------------- 1 files changed, 55 insertions(+), 39 deletions(-) commit b6306a0defa721be888ff6685f3bbbbd133ac8ec Author: Javier Jardón Date: Mon Aug 16 00:35:32 2010 +0200 perf/gtkwidgetprofiler.c: Use accessor functions to access GtkWidget perf/gtkwidgetprofiler.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 76b0a349ef2571cf177a2bdd79a6cda77f896b0d Author: Javier Jardón Date: Mon Aug 16 00:35:44 2010 +0200 docs/tools/widgets.c: Use accessor functions to access GtkWidget docs/tools/widgets.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 3d77c49e16bb1095024535b2dc962cb9e089fcf5 Author: Javier Jardón Date: Mon Aug 16 00:35:56 2010 +0200 docs/tools/shooter.c: Use accessor functions to access GtkWidget docs/tools/shooter.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 26fcfcc5a69d02116a29a4ad1608a9ec2e98aa04 Author: Javier Jardón Date: Mon Aug 16 00:36:11 2010 +0200 demos/testpixbuf-scale.c: Use accessor functions to access GtkWidget demos/testpixbuf-scale.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 6b3a2fede6b09eada621b69ba788fb12c5a49cd4 Author: Javier Jardón Date: Mon Aug 16 00:36:22 2010 +0200 demos/gtk-demo/toolpalette.c: Use accessor functions to access GtkWidget demos/gtk-demo/toolpalette.c | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) commit 3d942908d365f7e6ac2a63242fc1c62f97a58ed4 Author: Javier Jardón Date: Mon Aug 16 00:36:34 2010 +0200 demos/gtk-demo/rotated_text.c: Use accessor functions to access GtkWidget demos/gtk-demo/rotated_text.c | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit 3204cf726cff34721b9cbed029e712dc7138c677 Author: Javier Jardón Date: Mon Aug 16 00:36:48 2010 +0200 demos/gtk-demo/panes.c: Use accessor functions to access GtkWidget demos/gtk-demo/panes.c | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) commit 5bf0ed62d758106fe0e115b3e805306c24ed1cac Author: Javier Jardón Date: Mon Aug 16 00:37:02 2010 +0200 demos/gtk-demo/offscreen_window2.c: Use accessor functions to access GtkWidget demos/gtk-demo/offscreen_window2.c | 55 +++++++++++++++++++++-------------- 1 files changed, 33 insertions(+), 22 deletions(-) commit 4011b709286043e6c990007a540342d5cfe85978 Author: Javier Jardón Date: Mon Aug 16 00:37:17 2010 +0200 demos/gtk-demo/offscreen_window.c: Use accessor functions to access GtkWidget demos/gtk-demo/offscreen_window.c | 61 ++++++++++++++++++++++--------------- 1 files changed, 36 insertions(+), 25 deletions(-) commit 8c4783da059002e22bd97e3b4e60d3760a3a9d01 Author: Javier Jardón Date: Mon Aug 16 00:37:35 2010 +0200 demos/gtk-demo/hypertext.c: Use accessor functions to access GtkWidget demos/gtk-demo/hypertext.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit e80db673b1d2416eb2fecda92c6193c8d317fba5 Author: Javier Jardón Date: Mon Aug 16 00:37:47 2010 +0200 demos/gtk-demo/drawingarea.c: Use accessor functions to access GtkWidget demos/gtk-demo/drawingarea.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) commit 6a28e7b16404b6481496b763bc60b47cbae21bdb Author: Javier Jardón Date: Mon Aug 16 00:37:58 2010 +0200 demos/gtk-demo/colorsel.c: Use accessor functions to access GtkWidget demos/gtk-demo/colorsel.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 876c0b29371b1d09543cc33728415408526c1cd5 Author: Javier Jardón Date: Mon Aug 16 00:38:12 2010 +0200 demos/gtk-demo/changedisplay.c: Use accessor functions to access GtkWidget demos/gtk-demo/changedisplay.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5fa4a05cccc818d60bb773cc51056436e16694af Author: Philip Withnall Date: Sun Aug 22 15:06:45 2010 +0100 Miscellaneous string fixes Mostly capitalisation fixes. Closes: bgo#528257 gdk/gdk.c | 4 ++-- gtk/gtkbuilderparser.c | 2 +- gtk/gtkmountoperation-stub.c | 2 +- gtk/gtkmountoperation-x11.c | 2 +- gtk/gtkmountoperation.c | 2 +- gtk/gtktextbufferserialize.c | 2 +- modules/printbackends/cups/gtkprintbackendcups.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) commit 6c6bb9b3d3aec1cf12359d0f9baedac1559d0b18 Author: Gabor Kelemen Date: Sun Aug 22 13:52:01 2010 +0200 Updated Hungarian translation po-properties/hu.po | 3966 ++++++++++++++++++++++++--------------------------- 1 files changed, 1851 insertions(+), 2115 deletions(-) commit 45aafa477f34e0af3cd3a01b0d0afe5af14307a2 Author: Ask H. Larsen Date: Sun Aug 22 13:31:55 2010 +0200 Updated Danish translation po-properties/da.po | 3911 ++++++++++++++++++++++++++------------------------- 1 files changed, 1982 insertions(+), 1929 deletions(-) commit 12e83244b10e31daa06e611fa9ddb2692117c75b Author: Philip Withnall Date: Sun Aug 22 12:24:00 2010 +0100 Bug 528257 — File selector and stock string problems Fix some stock item strings. Helps: bgo#528257 gtk/gtkstock.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2164e18cd850cebf9742134d5fe8c7141329d323 Author: Ivar Smolin Date: Sun Aug 22 10:37:33 2010 +0300 [l10n] Updated Estonian translation po/et.po | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) commit fe1a39b1f2358af206b6cd8107360427cca21bb5 Author: Matthias Clasen Date: Sun Aug 22 00:30:31 2010 -0400 Make button boxes semi-homogeneous If a child is too large (> 1.5 the average), let it have its own size. The old behaviour of fully homogeneous button boxes can still be had by setting the homogeneous property to TRUE. Bug 84188. gtk/gtkbbox.c | 314 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 196 insertions(+), 118 deletions(-) commit df5ade16abababba349c1404881a205b8f4d655c Author: Philip Withnall Date: Sat Aug 21 17:49:03 2010 +0100 GtkFontSelection: don't notify the non-existent "font" property The "font" property was removed in 418d84f3114548381ca86745d54fad2d7be8cc98. Closes: bgo#627580 gtk/gtkfontsel.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 4ef5035674a9d348f0d65a74e0a666fa43af7fce Author: Gabor Kelemen Date: Sat Aug 21 16:43:05 2010 +0200 Updated Hungarian translation po/hu.po | 2555 +++++++++++++++++++++----------------------------------------- 1 files changed, 876 insertions(+), 1679 deletions(-) commit bfbfa9a589dbae92a1044ca55b74043ec5e379d5 Author: Chao-Hsiung Liao Date: Sat Aug 21 19:50:06 2010 +0800 Updated Traditional Chinese translation (Hong Kong and Taiwan) po-properties/zh_HK.po | 1585 +++++++++++++++++++++++++----------------------- po-properties/zh_TW.po | 1587 +++++++++++++++++++++++++----------------------- po/zh_HK.po | 500 ++++++++-------- po/zh_TW.po | 502 ++++++++-------- 4 files changed, 2138 insertions(+), 2036 deletions(-) commit 50f5b1289cd6b5063f9949eac5f49728c75e8966 Author: Jorge González Date: Sat Aug 21 13:01:34 2010 +0200 Updated Spanish translation po-properties/es.po | 583 +++++++++++++++++++++++++-------------------------- 1 files changed, 291 insertions(+), 292 deletions(-) commit e020217622b9bbb25a7c5a773492adc36cfe088f Author: Kjartan Maraas Date: Sat Aug 21 11:18:59 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 1022 ++++++++++++++------------------------------------------------ 1 files changed, 233 insertions(+), 789 deletions(-) commit 0b2e5bcb307c3b8dc878389d9e8b29d0bf9dffc4 Author: Yaron Shahrabani Date: Sat Aug 21 11:55:22 2010 +0300 Updated Hebrew translation. po-properties/he.po | 180 ++++++++++++++++++++++++++------------------------- 1 files changed, 92 insertions(+), 88 deletions(-) commit 804c80097995bb0026544118a32b59e23ee2fbe3 Author: Tristan Van Berkom Date: Fri Aug 20 21:15:35 2010 -0400 Fixed oversized menus allocated offscreen Removed the old toplevel window size-request signal and do the clamping in gtk_menu_get_height_for_width() instead, also make sure to invalidate the size before doing a new request just after invoking the delegate menu position func. gtk/gtkmenu.c | 61 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 31 insertions(+), 30 deletions(-) commit 10ceb9da681029cc5374606aafd4af36687831c0 Author: Tristan Van Berkom Date: Fri Aug 20 21:15:01 2010 -0400 Fixed GtkMenuItem to not access the menu->requisition but get the minimum size request instead. gtk/gtkmenuitem.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 9016f0d9a631a27d5c97c1e918c74b51c8a1de07 Author: Javier Jardón Date: Sat Aug 21 03:08:15 2010 +0200 Use standard icon names in demos and tests demos/gtk-demo/appwindow.c | 2 +- docs/tools/widgets.c | 6 +++--- tests/testbuttons.c | 2 +- tests/testentryicons.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) commit 005e8a6c2f1751ed37ea9b8bae2f2d5b6f2c5e06 Author: Tristan Van Berkom Date: Fri Aug 20 19:24:54 2010 -0400 Changed combo box's menu position function to use child menu item's allocation instead of a complex calculation to guess it's height for width. gtk/gtkcombobox.c | 32 ++++++++------------------------ 1 files changed, 8 insertions(+), 24 deletions(-) commit af7a1879195bcdd443c6c1f2924df665d5a048f7 Author: Tristan Van Berkom Date: Fri Aug 20 19:23:00 2010 -0400 Added GtkCellRendererText::max-width-chars property Added a property to limit the minimum/natural size request of a text cell renderer. gtk/gtkcellrenderertext.c | 63 ++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 56 insertions(+), 7 deletions(-) commit f7a6c051586a9e7a675443f5ced4c673e3e107f9 Author: Matthias Clasen Date: Fri Aug 20 17:32:21 2010 -0400 Remove leftover debug spew gtk/gtkiconfactory.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit c9340c37a9d4e19931ee2314ff29a3d5d18b9161 Author: Jonh Wendell Date: Fri Aug 20 14:20:51 2010 -0300 Drop one duplicated function header gtk/gtkcellview.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 02b50d71cec7f74798796267782b2d65f2c10b4e Author: Jonh Wendell Date: Fri Aug 20 14:11:05 2010 -0300 Use an acessor function instead of a deprecated macro gtk/gtkwidget.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a64bd5d1f0d8b2502a487b6ba07188fbb37ccdf3 Author: Matthias Clasen Date: Fri Aug 20 08:48:07 2010 -0400 Fix gtk_widget_queue_draw The draw-border removal did not get it right for !no-window widgets. Bug 627445. gtk/gtkwidget.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 7ef9cc3a1c221c1402dae1e025bbd5d71a5c51a2 Author: Tristan Van Berkom Date: Thu Aug 19 19:01:45 2010 -0400 Prevent file filter name sizes from expanding the dialog (bgo #527499). Made GtkFileChooser file filter combobox ellipsize. gtk/gtkfilechooserdefault.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 491bfd6355a5d41f5fa3c99db20b88f746caaa7b Author: Fabrício Godoy Date: Thu Aug 19 11:54:38 2010 -0300 Updated Brazilian Portuguese Translation po/pt_BR.po | 3062 ++++++++++++++++++----------------------------------------- 1 files changed, 937 insertions(+), 2125 deletions(-) commit 41c2024d22d42b3d007b7a14ca21500bdaea2afb Author: Khaled Hosny Date: Thu Aug 19 17:53:26 2010 +0200 Updated Arabic translation po/ar.po | 812 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 415 insertions(+), 397 deletions(-) commit 3d3e9d85d1dabbc7babdfc7af200bb1702edea19 Author: Sandeep Shedmake Date: Thu Aug 19 21:04:14 2010 +0530 fixed incorrect spelling of calender; corrected to calendar po/mr.po | 2570 ++++++++++++++++++++++---------------------------------------- 1 files changed, 889 insertions(+), 1681 deletions(-) commit af04aeeaedebb6ea21420650e2323787193f8584 Author: krishnababu k Date: Thu Aug 19 20:34:34 2010 +0530 Updated telugu transaltions po/te.po | 2544 ++++++++++++++++++++++---------------------------------------- 1 files changed, 887 insertions(+), 1657 deletions(-) commit de8b07c3dfb8b8ccc651977ae6d73fa757ed7841 Author: Benjamin Otte Date: Thu Aug 19 12:07:24 2010 +0200 textview: Make cursor display again The code for initializing the clip rectangle was accidentally deleted in a previous patch. Put it back. gtk/gtktextdisplay.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 0e1eee26b9ab08cdcfafaddbd6894c0a65c686f1 Author: Stefan Kost Date: Tue Aug 17 23:29:15 2010 +0300 [filechooserentry] don't show misplaced completion popup Override the key-press-event instead of overriding the focus method. Fixes #627139 gtk/gtkfilechooserentry.c | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) commit ad3e4516325359aa5fc60c5cb1fc8238a029f484 Author: Yaron Shahrabani Date: Thu Aug 19 09:28:39 2010 +0300 Updated Hebrew translation. po-properties/he.po | 1157 +++++++++++++++++++++++++-------------------------- 1 files changed, 572 insertions(+), 585 deletions(-) commit d73c11b549b5d33841962c1b518921234071366a Author: Tristan Van Berkom Date: Wed Aug 18 19:43:34 2010 -0400 Added test case to testheightforwidth.c to show GtkComboBox/GtkMenu wrapping in action tests/testheightforwidth.c | 255 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 255 insertions(+), 0 deletions(-) commit 52e5f36dc30fd61d65b2a40622bab44e74884e31 Author: Tristan Van Berkom Date: Wed Aug 18 19:42:02 2010 -0400 Implemented height-for-width geometry management for menus Now GtkMenu/GtkMenuItem request/allocate in height-for-width manner... to reduce the height of the menu one must explicitly set the requested minimum width of the menu to a greater value (using gtk_widget_set_size_request()). gtk/gtkmenu.c | 412 ++++++++++++++++++++++++++++------------ gtk/gtkmenuitem.c | 554 ++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 689 insertions(+), 277 deletions(-) commit 9c26bd525f4e470350a99d11cc51cac1196ae7ba Author: Tristan Van Berkom Date: Wed Aug 18 19:39:59 2010 -0400 Added height-for-width management for GtkComboBox/GtkCellView now GtkComboBox (and GtkCellView) request and allocate children/cells in a height-for-width manner. gtk/gtkcellview.c | 513 +++++++++++++++++++++++++++++++--------- gtk/gtkcellview.h | 12 + gtk/gtkcombobox.c | 673 +++++++++++++++++++++++++++++++++++------------------ 3 files changed, 860 insertions(+), 338 deletions(-) commit 9f762fe86c3536b10d5243fc9708d73f31762ec8 Author: Tristan Van Berkom Date: Wed Aug 18 19:38:35 2010 -0400 Added GtkCellSizeRequest bits to makefile, gtk/gtk.h and gtk/gtk.symbols. gtk/Makefile.am | 2 ++ gtk/gtk.h | 1 + gtk/gtk.symbols | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 0 deletions(-) commit e2a82c70b4cb8f59451f8b00dfce33a4f23ff998 Author: Tristan Van Berkom Date: Wed Aug 18 19:36:51 2010 -0400 Added/Implemented GtkCellSizeRequestIface This patch adds height-for-width geometry management for cell renderers while still responding to the old gtk_cell_renderer_get_size() apis with virtual return values (obtained by soliciting the new height-for-width cell renderer apis). gtk/gtkcellrenderer.c | 234 ++++++++++++++++++++++++++++---- gtk/gtkcellrenderer.h | 8 + gtk/gtkcellrenderertext.c | 225 +++++++++++++++++++++++++----- gtk/gtkcellsizerequest.c | 335 +++++++++++++++++++++++++++++++++++++++++++++ gtk/gtkcellsizerequest.h | 92 ++++++++++++ 5 files changed, 835 insertions(+), 59 deletions(-) commit fa565f3a3e1d459591dd9068e80767420c58fd8b Author: Tristan Van Berkom Date: Wed Aug 18 19:33:53 2010 -0400 Fixed accel label to do its derived work in ->get_width() instead of the old ->size_request() gtk/gtkaccellabel.c | 38 ++++++++++++++++++++++++++++---------- 1 files changed, 28 insertions(+), 10 deletions(-) commit 0cb7aa9c7bf9c2ae051ee49e8ad7c0d79f4befe5 Author: Tristan Van Berkom Date: Wed Aug 18 19:32:25 2010 -0400 GtkBox: Clipped values passed to gtk_distribute_natural_allocation() incase allocated less than requested. gtk/gtkbox.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8c14bf009d4141a606735ac64dace9b30d9c915c Author: Tristan Van Berkom Date: Wed Aug 18 19:31:53 2010 -0400 Added return_if_fail guard to gtk_distribute_natural_allocation() gtk/gtksizerequest.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0cb1f9a1809fbf8cba858f3b3fd839122635c3c6 Author: Matthias Clasen Date: Mon Aug 9 20:09:02 2010 -0400 Make print backends use standard icon names for printers This is to make the print dialog work with the previous commit. See bug 626474. modules/printbackends/cups/gtkprintbackendcups.c | 10 +++++----- modules/printbackends/file/gtkprintbackendfile.c | 2 +- modules/printbackends/lpr/gtkprintbackendlpr.c | 2 +- modules/printbackends/papi/gtkprintbackendpapi.c | 2 +- modules/printbackends/test/gtkprintbackendtest.c | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) commit f65265fff9f53249f9ee53eff75b468be3cb6c07 Author: Matthias Clasen Date: Mon Aug 9 15:03:42 2010 -0400 Make stock icons use standard icon names At least where standard names are available, instead of relying on a symlink forest in the icon theme directory. For directional variants, we look up icons by the pair ("foo-rtl", "foo") or ("foo-ltr", "foo"). See bug 626474. gtk/Makefile.am | 504 +++--- gtk/gtkiconfactory.c | 306 ++-- gtk/stock-icons/16/application-exit.png | Bin 0 -> 647 bytes gtk/stock-icons/16/application-exit.svg | 277 +++ gtk/stock-icons/16/dialog-info.png | Bin 0 -> 879 bytes gtk/stock-icons/16/dialog-info.svg | 176 ++ gtk/stock-icons/16/document-new.png | Bin 0 -> 569 bytes gtk/stock-icons/16/document-new.svg | 192 ++ gtk/stock-icons/16/document-open.png | Bin 0 -> 492 bytes gtk/stock-icons/16/document-open.svg | 173 ++ gtk/stock-icons/16/document-print-preview.png | Bin 0 -> 733 bytes gtk/stock-icons/16/document-print-preview.svg | 239 +++ gtk/stock-icons/16/document-print.png | Bin 0 -> 525 bytes gtk/stock-icons/16/document-print.svg | 171 ++ gtk/stock-icons/16/document-properties.png | Bin 0 -> 794 bytes gtk/stock-icons/16/document-properties.svg | 2059 ++++++++++++++++++++++ gtk/stock-icons/16/document-revert-ltr.png | Bin 0 -> 800 bytes gtk/stock-icons/16/document-revert-ltr.svg | 1508 ++++++++++++++++ gtk/stock-icons/16/document-revert-rtl.png | Bin 0 -> 794 bytes gtk/stock-icons/16/document-revert-rtl.svg | 1341 ++++++++++++++ gtk/stock-icons/16/document-save-as.png | Bin 0 -> 770 bytes gtk/stock-icons/16/document-save-as.svg | 1184 +++++++++++++ gtk/stock-icons/16/document-x-generic.png | Bin 0 -> 569 bytes gtk/stock-icons/16/document-x-generic.svg | 246 +++ gtk/stock-icons/16/drive-harddisk.png | Bin 0 -> 832 bytes gtk/stock-icons/16/drive-harddisk.svg | 655 +++++++ gtk/stock-icons/16/edit-clear.png | Bin 0 -> 695 bytes gtk/stock-icons/16/edit-clear.svg | 437 +++++ gtk/stock-icons/16/edit-copy.png | Bin 0 -> 498 bytes gtk/stock-icons/16/edit-cut.png | Bin 0 -> 876 bytes gtk/stock-icons/16/edit-cut.svg | 109 ++ gtk/stock-icons/16/edit-delete.png | Bin 0 -> 866 bytes gtk/stock-icons/16/edit-delete.svg | 521 ++++++ gtk/stock-icons/16/edit-find-replace.png | Bin 0 -> 875 bytes gtk/stock-icons/16/edit-find-replace.svg | 859 +++++++++ gtk/stock-icons/16/edit-find.png | Bin 0 -> 788 bytes gtk/stock-icons/16/edit-find.svg | 233 +++ gtk/stock-icons/16/edit-paste.png | Bin 0 -> 561 bytes gtk/stock-icons/16/edit-preferences.png | Bin 0 -> 1014 bytes gtk/stock-icons/16/edit-preferences.svg | 288 +++ gtk/stock-icons/16/edit-redo-ltr.png | Bin 0 -> 790 bytes gtk/stock-icons/16/edit-redo-ltr.svg | 157 ++ gtk/stock-icons/16/edit-redo-rtl.png | Bin 0 -> 808 bytes gtk/stock-icons/16/edit-redo-rtl.svg | 192 ++ gtk/stock-icons/16/edit-select-all.png | Bin 0 -> 547 bytes gtk/stock-icons/16/edit-select-all.svg | 792 +++++++++ gtk/stock-icons/16/edit-undo-ltr.png | Bin 0 -> 784 bytes gtk/stock-icons/16/edit-undo-ltr.svg | 157 ++ gtk/stock-icons/16/edit-undo-rtl.png | Bin 0 -> 764 bytes gtk/stock-icons/16/edit-undo-rtl.svg | 157 ++ gtk/stock-icons/16/folder.png | Bin 0 -> 548 bytes gtk/stock-icons/16/folder.svg | 160 ++ gtk/stock-icons/16/format-indent-less-ltr.png | Bin 0 -> 594 bytes gtk/stock-icons/16/format-indent-less-ltr.svg | 163 ++ gtk/stock-icons/16/format-indent-less-rtl.png | Bin 0 -> 596 bytes gtk/stock-icons/16/format-indent-less-rtl.svg | 169 ++ gtk/stock-icons/16/format-indent-more-ltr.png | Bin 0 -> 611 bytes gtk/stock-icons/16/format-indent-more-ltr.svg | 151 ++ gtk/stock-icons/16/format-indent-more-rtl.png | Bin 0 -> 604 bytes gtk/stock-icons/16/format-indent-more-rtl.svg | 155 ++ gtk/stock-icons/16/format-justify-center.png | Bin 0 -> 393 bytes gtk/stock-icons/16/format-justify-center.svg | 248 +++ gtk/stock-icons/16/format-justify-fill.png | Bin 0 -> 358 bytes gtk/stock-icons/16/format-justify-fill.svg | 248 +++ gtk/stock-icons/16/format-justify-left.png | Bin 0 -> 378 bytes gtk/stock-icons/16/format-justify-left.svg | 248 +++ gtk/stock-icons/16/format-justify-right.png | Bin 0 -> 400 bytes gtk/stock-icons/16/format-justify-right.svg | 248 +++ gtk/stock-icons/16/format-text-bold.png | Bin 0 -> 649 bytes gtk/stock-icons/16/format-text-bold.svg | 116 ++ gtk/stock-icons/16/format-text-italic.png | Bin 0 -> 665 bytes gtk/stock-icons/16/format-text-italic.svg | 116 ++ gtk/stock-icons/16/format-text-strikethrough.png | Bin 0 -> 656 bytes gtk/stock-icons/16/format-text-strikethrough.svg | 116 ++ gtk/stock-icons/16/format-text-underline.png | Bin 0 -> 645 bytes gtk/stock-icons/16/format-text-underline.svg | 116 ++ gtk/stock-icons/16/go-back-rtl.svg | 168 ++ gtk/stock-icons/16/go-bottom.png | Bin 0 -> 647 bytes gtk/stock-icons/16/go-bottom.svg | 296 ++++ gtk/stock-icons/16/go-down.png | Bin 0 -> 598 bytes gtk/stock-icons/16/go-down.svg | 150 ++ gtk/stock-icons/16/go-first-ltr.png | Bin 0 -> 632 bytes gtk/stock-icons/16/go-first-ltr.svg | 325 ++++ gtk/stock-icons/16/go-home.png | Bin 0 -> 735 bytes gtk/stock-icons/16/go-home.svg | 343 ++++ gtk/stock-icons/16/go-jump-ltr.png | Bin 0 -> 811 bytes gtk/stock-icons/16/go-jump-ltr.svg | 244 +++ gtk/stock-icons/16/go-jump-rtl.png | Bin 0 -> 806 bytes gtk/stock-icons/16/go-jump-rtl.svg | 244 +++ gtk/stock-icons/16/go-last-ltr.png | Bin 0 -> 653 bytes gtk/stock-icons/16/go-last-ltr.svg | 186 ++ gtk/stock-icons/16/go-next-ltr.png | Bin 0 -> 580 bytes gtk/stock-icons/16/go-next-ltr.svg | 168 ++ gtk/stock-icons/16/go-previous-ltr.png | Bin 0 -> 579 bytes gtk/stock-icons/16/go-previous-ltr.svg | 141 ++ gtk/stock-icons/16/go-top.png | Bin 0 -> 630 bytes gtk/stock-icons/16/go-top.svg | 296 ++++ gtk/stock-icons/16/go-up.png | Bin 0 -> 551 bytes gtk/stock-icons/16/go-up.svg | 222 +++ gtk/stock-icons/16/gtk-about.png | Bin 704 -> 0 bytes gtk/stock-icons/16/gtk-about.svg | 123 -- gtk/stock-icons/16/gtk-add.png | Bin 260 -> 0 bytes gtk/stock-icons/16/gtk-add.svg | 111 -- gtk/stock-icons/16/gtk-bold.png | Bin 649 -> 0 bytes gtk/stock-icons/16/gtk-bold.svg | 116 -- gtk/stock-icons/16/gtk-cdrom.png | Bin 894 -> 0 bytes gtk/stock-icons/16/gtk-cdrom.svg | 202 --- gtk/stock-icons/16/gtk-clear.png | Bin 695 -> 0 bytes gtk/stock-icons/16/gtk-clear.svg | 437 ----- gtk/stock-icons/16/gtk-close.png | Bin 889 -> 0 bytes gtk/stock-icons/16/gtk-close.svg | 249 --- gtk/stock-icons/16/gtk-copy.png | Bin 498 -> 0 bytes gtk/stock-icons/16/gtk-cut.png | Bin 876 -> 0 bytes gtk/stock-icons/16/gtk-cut.svg | 109 -- gtk/stock-icons/16/gtk-delete.png | Bin 866 -> 0 bytes gtk/stock-icons/16/gtk-delete.svg | 521 ------ gtk/stock-icons/16/gtk-directory.png | Bin 548 -> 0 bytes gtk/stock-icons/16/gtk-directory.svg | 160 -- gtk/stock-icons/16/gtk-execute.png | Bin 902 -> 0 bytes gtk/stock-icons/16/gtk-execute.svg | 175 -- gtk/stock-icons/16/gtk-file.png | Bin 569 -> 0 bytes gtk/stock-icons/16/gtk-file.svg | 246 --- gtk/stock-icons/16/gtk-find-and-replace.png | Bin 875 -> 0 bytes gtk/stock-icons/16/gtk-find-and-replace.svg | 859 --------- gtk/stock-icons/16/gtk-find.png | Bin 788 -> 0 bytes gtk/stock-icons/16/gtk-find.svg | 233 --- gtk/stock-icons/16/gtk-floppy.png | Bin 652 -> 0 bytes gtk/stock-icons/16/gtk-floppy.svg | 509 ------ gtk/stock-icons/16/gtk-fullscreen.png | Bin 432 -> 0 bytes gtk/stock-icons/16/gtk-fullscreen.svg | 110 -- gtk/stock-icons/16/gtk-go-back-ltr.png | Bin 579 -> 0 bytes gtk/stock-icons/16/gtk-go-back-ltr.svg | 141 -- gtk/stock-icons/16/gtk-go-back-rtl.svg | 168 -- gtk/stock-icons/16/gtk-go-down.png | Bin 598 -> 0 bytes gtk/stock-icons/16/gtk-go-down.svg | 150 -- gtk/stock-icons/16/gtk-go-forward-ltr.png | Bin 580 -> 0 bytes gtk/stock-icons/16/gtk-go-forward-ltr.svg | 168 -- gtk/stock-icons/16/gtk-go-up.png | Bin 551 -> 0 bytes gtk/stock-icons/16/gtk-go-up.svg | 222 --- gtk/stock-icons/16/gtk-goto-bottom.png | Bin 647 -> 0 bytes gtk/stock-icons/16/gtk-goto-bottom.svg | 296 ---- gtk/stock-icons/16/gtk-goto-first-ltr.png | Bin 632 -> 0 bytes gtk/stock-icons/16/gtk-goto-first-ltr.svg | 325 ---- gtk/stock-icons/16/gtk-goto-last-ltr.png | Bin 653 -> 0 bytes gtk/stock-icons/16/gtk-goto-last-ltr.svg | 186 -- gtk/stock-icons/16/gtk-goto-top.png | Bin 630 -> 0 bytes gtk/stock-icons/16/gtk-goto-top.svg | 296 ---- gtk/stock-icons/16/gtk-harddisk.png | Bin 832 -> 0 bytes gtk/stock-icons/16/gtk-harddisk.svg | 655 ------- gtk/stock-icons/16/gtk-help.png | Bin 1002 -> 0 bytes gtk/stock-icons/16/gtk-help.svg | 842 --------- gtk/stock-icons/16/gtk-home.png | Bin 735 -> 0 bytes gtk/stock-icons/16/gtk-home.svg | 343 ---- gtk/stock-icons/16/gtk-indent-ltr.png | Bin 611 -> 0 bytes gtk/stock-icons/16/gtk-indent-ltr.svg | 151 -- gtk/stock-icons/16/gtk-indent-rtl.png | Bin 604 -> 0 bytes gtk/stock-icons/16/gtk-indent-rtl.svg | 155 -- gtk/stock-icons/16/gtk-info.png | Bin 879 -> 0 bytes gtk/stock-icons/16/gtk-info.svg | 176 -- gtk/stock-icons/16/gtk-italic.png | Bin 665 -> 0 bytes gtk/stock-icons/16/gtk-italic.svg | 116 -- gtk/stock-icons/16/gtk-jump-to-ltr.png | Bin 811 -> 0 bytes gtk/stock-icons/16/gtk-jump-to-ltr.svg | 244 --- gtk/stock-icons/16/gtk-jump-to-rtl.png | Bin 806 -> 0 bytes gtk/stock-icons/16/gtk-jump-to-rtl.svg | 244 --- gtk/stock-icons/16/gtk-justify-center.png | Bin 393 -> 0 bytes gtk/stock-icons/16/gtk-justify-center.svg | 248 --- gtk/stock-icons/16/gtk-justify-fill.png | Bin 358 -> 0 bytes gtk/stock-icons/16/gtk-justify-fill.svg | 248 --- gtk/stock-icons/16/gtk-justify-left.png | Bin 378 -> 0 bytes gtk/stock-icons/16/gtk-justify-left.svg | 248 --- gtk/stock-icons/16/gtk-justify-right.png | Bin 400 -> 0 bytes gtk/stock-icons/16/gtk-justify-right.svg | 248 --- gtk/stock-icons/16/gtk-leave-fullscreen.png | Bin 473 -> 0 bytes gtk/stock-icons/16/gtk-leave-fullscreen.svg | 107 -- gtk/stock-icons/16/gtk-media-forward-ltr.png | Bin 523 -> 0 bytes gtk/stock-icons/16/gtk-media-forward-ltr.svg | 168 -- gtk/stock-icons/16/gtk-media-next-ltr.png | Bin 455 -> 0 bytes gtk/stock-icons/16/gtk-media-next-ltr.svg | 121 -- gtk/stock-icons/16/gtk-media-pause.png | Bin 247 -> 0 bytes gtk/stock-icons/16/gtk-media-pause.svg | 177 -- gtk/stock-icons/16/gtk-media-play-ltr.png | Bin 542 -> 0 bytes gtk/stock-icons/16/gtk-media-play-ltr.svg | 145 -- gtk/stock-icons/16/gtk-media-play-rtl.png | Bin 532 -> 0 bytes gtk/stock-icons/16/gtk-media-play-rtl.svg | 145 -- gtk/stock-icons/16/gtk-media-previous-ltr.png | Bin 462 -> 0 bytes gtk/stock-icons/16/gtk-media-previous-ltr.svg | 120 -- gtk/stock-icons/16/gtk-media-record.png | Bin 565 -> 0 bytes gtk/stock-icons/16/gtk-media-record.svg | 198 --- gtk/stock-icons/16/gtk-media-rewind-ltr.png | Bin 502 -> 0 bytes gtk/stock-icons/16/gtk-media-rewind-ltr.svg | 300 ---- gtk/stock-icons/16/gtk-media-stop.png | Bin 295 -> 0 bytes gtk/stock-icons/16/gtk-media-stop.svg | 171 -- gtk/stock-icons/16/gtk-missing-image.png | Bin 654 -> 0 bytes gtk/stock-icons/16/gtk-missing-image.svg | 214 --- gtk/stock-icons/16/gtk-network.png | Bin 623 -> 0 bytes gtk/stock-icons/16/gtk-network.svg | 458 ----- gtk/stock-icons/16/gtk-new.png | Bin 569 -> 0 bytes gtk/stock-icons/16/gtk-new.svg | 192 -- gtk/stock-icons/16/gtk-open.png | Bin 492 -> 0 bytes gtk/stock-icons/16/gtk-open.svg | 173 -- gtk/stock-icons/16/gtk-paste.png | Bin 561 -> 0 bytes gtk/stock-icons/16/gtk-preferences.png | Bin 1014 -> 0 bytes gtk/stock-icons/16/gtk-preferences.svg | 288 --- gtk/stock-icons/16/gtk-print-error.png | Bin 711 -> 0 bytes gtk/stock-icons/16/gtk-print-error.svg | 584 ------ gtk/stock-icons/16/gtk-print-paused.png | Bin 689 -> 0 bytes gtk/stock-icons/16/gtk-print-paused.svg | 490 ----- gtk/stock-icons/16/gtk-print-preview.png | Bin 733 -> 0 bytes gtk/stock-icons/16/gtk-print-preview.svg | 239 --- gtk/stock-icons/16/gtk-print-report.png | Bin 724 -> 0 bytes gtk/stock-icons/16/gtk-print-report.svg | 282 --- gtk/stock-icons/16/gtk-print-warning.png | Bin 685 -> 0 bytes gtk/stock-icons/16/gtk-print-warning.svg | 505 ------ gtk/stock-icons/16/gtk-print.png | Bin 525 -> 0 bytes gtk/stock-icons/16/gtk-print.svg | 171 -- gtk/stock-icons/16/gtk-properties.png | Bin 794 -> 0 bytes gtk/stock-icons/16/gtk-properties.svg | 2059 ---------------------- gtk/stock-icons/16/gtk-quit.png | Bin 647 -> 0 bytes gtk/stock-icons/16/gtk-quit.svg | 277 --- gtk/stock-icons/16/gtk-redo-ltr.png | Bin 790 -> 0 bytes gtk/stock-icons/16/gtk-redo-ltr.svg | 157 -- gtk/stock-icons/16/gtk-redo-rtl.png | Bin 808 -> 0 bytes gtk/stock-icons/16/gtk-redo-rtl.svg | 192 -- gtk/stock-icons/16/gtk-refresh.png | Bin 926 -> 0 bytes gtk/stock-icons/16/gtk-refresh.svg | 189 -- gtk/stock-icons/16/gtk-remove.png | Bin 210 -> 0 bytes gtk/stock-icons/16/gtk-remove.svg | 100 -- gtk/stock-icons/16/gtk-revert-to-saved-ltr.png | Bin 800 -> 0 bytes gtk/stock-icons/16/gtk-revert-to-saved-ltr.svg | 1508 ---------------- gtk/stock-icons/16/gtk-revert-to-saved-rtl.png | Bin 794 -> 0 bytes gtk/stock-icons/16/gtk-revert-to-saved-rtl.svg | 1341 -------------- gtk/stock-icons/16/gtk-save-as.png | Bin 770 -> 0 bytes gtk/stock-icons/16/gtk-save-as.svg | 1184 ------------- gtk/stock-icons/16/gtk-select-all.png | Bin 547 -> 0 bytes gtk/stock-icons/16/gtk-select-all.svg | 792 --------- gtk/stock-icons/16/gtk-sort-ascending.png | Bin 333 -> 0 bytes gtk/stock-icons/16/gtk-sort-descending.png | Bin 331 -> 0 bytes gtk/stock-icons/16/gtk-spell-check.png | Bin 641 -> 0 bytes gtk/stock-icons/16/gtk-spell-check.svg | 89 - gtk/stock-icons/16/gtk-stop.png | Bin 769 -> 0 bytes gtk/stock-icons/16/gtk-stop.svg | 148 -- gtk/stock-icons/16/gtk-strikethrough.png | Bin 656 -> 0 bytes gtk/stock-icons/16/gtk-strikethrough.svg | 116 -- gtk/stock-icons/16/gtk-underline.png | Bin 645 -> 0 bytes gtk/stock-icons/16/gtk-underline.svg | 116 -- gtk/stock-icons/16/gtk-undo-ltr.png | Bin 784 -> 0 bytes gtk/stock-icons/16/gtk-undo-ltr.svg | 157 -- gtk/stock-icons/16/gtk-undo-rtl.png | Bin 764 -> 0 bytes gtk/stock-icons/16/gtk-undo-rtl.svg | 157 -- gtk/stock-icons/16/gtk-unindent-ltr.png | Bin 594 -> 0 bytes gtk/stock-icons/16/gtk-unindent-ltr.svg | 163 -- gtk/stock-icons/16/gtk-unindent-rtl.png | Bin 596 -> 0 bytes gtk/stock-icons/16/gtk-unindent-rtl.svg | 169 -- gtk/stock-icons/16/gtk-zoom-100.png | Bin 784 -> 0 bytes gtk/stock-icons/16/gtk-zoom-100.svg | 546 ------ gtk/stock-icons/16/gtk-zoom-fit.png | Bin 750 -> 0 bytes gtk/stock-icons/16/gtk-zoom-fit.svg | 385 ---- gtk/stock-icons/16/gtk-zoom-in.png | Bin 785 -> 0 bytes gtk/stock-icons/16/gtk-zoom-in.svg | 355 ---- gtk/stock-icons/16/gtk-zoom-out.png | Bin 772 -> 0 bytes gtk/stock-icons/16/gtk-zoom-out.svg | 345 ---- gtk/stock-icons/16/help-about.png | Bin 0 -> 704 bytes gtk/stock-icons/16/help-about.svg | 123 ++ gtk/stock-icons/16/help-contents.png | Bin 0 -> 1002 bytes gtk/stock-icons/16/help-contents.svg | 842 +++++++++ gtk/stock-icons/16/image-missing.png | Bin 0 -> 654 bytes gtk/stock-icons/16/image-missing.svg | 214 +++ gtk/stock-icons/16/list-add.png | Bin 0 -> 260 bytes gtk/stock-icons/16/list-add.svg | 111 ++ gtk/stock-icons/16/list-remove.png | Bin 0 -> 210 bytes gtk/stock-icons/16/list-remove.svg | 100 ++ gtk/stock-icons/16/media-floppy.png | Bin 0 -> 652 bytes gtk/stock-icons/16/media-floppy.svg | 509 ++++++ gtk/stock-icons/16/media-optical.png | Bin 0 -> 894 bytes gtk/stock-icons/16/media-optical.svg | 202 +++ gtk/stock-icons/16/media-playback-pause.png | Bin 0 -> 247 bytes gtk/stock-icons/16/media-playback-pause.svg | 177 ++ gtk/stock-icons/16/media-playback-start-ltr.png | Bin 0 -> 542 bytes gtk/stock-icons/16/media-playback-start-ltr.svg | 145 ++ gtk/stock-icons/16/media-playback-start-rtl.png | Bin 0 -> 532 bytes gtk/stock-icons/16/media-playback-start-rtl.svg | 145 ++ gtk/stock-icons/16/media-playback-stop.png | Bin 0 -> 295 bytes gtk/stock-icons/16/media-playback-stop.svg | 171 ++ gtk/stock-icons/16/media-record.png | Bin 0 -> 565 bytes gtk/stock-icons/16/media-record.svg | 198 +++ gtk/stock-icons/16/media-seek-backward-ltr.png | Bin 0 -> 502 bytes gtk/stock-icons/16/media-seek-backward-ltr.svg | 300 ++++ gtk/stock-icons/16/media-seek-forward-ltr.png | Bin 0 -> 523 bytes gtk/stock-icons/16/media-seek-forward-ltr.svg | 168 ++ gtk/stock-icons/16/media-skip-backward-ltr.png | Bin 0 -> 462 bytes gtk/stock-icons/16/media-skip-backward-ltr.svg | 120 ++ gtk/stock-icons/16/media-skip-forward-ltr.png | Bin 0 -> 455 bytes gtk/stock-icons/16/media-skip-forward-ltr.svg | 121 ++ gtk/stock-icons/16/network-idle.png | Bin 0 -> 623 bytes gtk/stock-icons/16/network-idle.svg | 458 +++++ gtk/stock-icons/16/printer-error.png | Bin 0 -> 711 bytes gtk/stock-icons/16/printer-error.svg | 584 ++++++ gtk/stock-icons/16/printer-info.png | Bin 0 -> 724 bytes gtk/stock-icons/16/printer-info.svg | 282 +++ gtk/stock-icons/16/printer-paused.png | Bin 0 -> 689 bytes gtk/stock-icons/16/printer-paused.svg | 490 +++++ gtk/stock-icons/16/printer-warning.png | Bin 0 -> 685 bytes gtk/stock-icons/16/printer-warning.svg | 505 ++++++ gtk/stock-icons/16/process-stop.png | Bin 0 -> 769 bytes gtk/stock-icons/16/process-stop.svg | 148 ++ gtk/stock-icons/16/system-run.png | Bin 0 -> 902 bytes gtk/stock-icons/16/system-run.svg | 175 ++ gtk/stock-icons/16/tools-check-spelling.png | Bin 0 -> 641 bytes gtk/stock-icons/16/tools-check-spelling.svg | 89 + gtk/stock-icons/16/view-fullscreen.png | Bin 0 -> 432 bytes gtk/stock-icons/16/view-fullscreen.svg | 110 ++ gtk/stock-icons/16/view-refresh.png | Bin 0 -> 926 bytes gtk/stock-icons/16/view-refresh.svg | 189 ++ gtk/stock-icons/16/view-restore.png | Bin 0 -> 473 bytes gtk/stock-icons/16/view-restore.svg | 107 ++ gtk/stock-icons/16/view-sort-ascending.png | Bin 0 -> 333 bytes gtk/stock-icons/16/view-sort-descending.png | Bin 0 -> 331 bytes gtk/stock-icons/16/window-close.png | Bin 0 -> 889 bytes gtk/stock-icons/16/window-close.svg | 249 +++ gtk/stock-icons/16/zoom-fit-best.png | Bin 0 -> 750 bytes gtk/stock-icons/16/zoom-fit-best.svg | 385 ++++ gtk/stock-icons/16/zoom-in.png | Bin 0 -> 785 bytes gtk/stock-icons/16/zoom-in.svg | 355 ++++ gtk/stock-icons/16/zoom-original.png | Bin 0 -> 784 bytes gtk/stock-icons/16/zoom-original.svg | 546 ++++++ gtk/stock-icons/16/zoom-out.png | Bin 0 -> 772 bytes gtk/stock-icons/16/zoom-out.svg | 345 ++++ gtk/stock-icons/20/gtk-close.png | Bin 1224 -> 0 bytes gtk/stock-icons/20/gtk-close.svg | 249 --- gtk/stock-icons/20/window-close.png | Bin 0 -> 1224 bytes gtk/stock-icons/20/window-close.svg | 249 +++ gtk/stock-icons/24/application-exit.png | Bin 0 -> 967 bytes gtk/stock-icons/24/application-exit.svg | 264 +++ gtk/stock-icons/24/dialog-info.png | Bin 0 -> 1420 bytes gtk/stock-icons/24/dialog-info.svg | 186 ++ gtk/stock-icons/24/document-new.png | Bin 0 -> 736 bytes gtk/stock-icons/24/document-new.svg | 213 +++ gtk/stock-icons/24/document-open.png | Bin 0 -> 612 bytes gtk/stock-icons/24/document-open.svg | 181 ++ gtk/stock-icons/24/document-print-preview.png | Bin 0 -> 1244 bytes gtk/stock-icons/24/document-print-preview.svg | 331 ++++ gtk/stock-icons/24/document-print.png | Bin 0 -> 818 bytes gtk/stock-icons/24/document-print.svg | 262 +++ gtk/stock-icons/24/document-properties.png | Bin 0 -> 1146 bytes gtk/stock-icons/24/document-properties.svg | 933 ++++++++++ gtk/stock-icons/24/document-revert-ltr.png | Bin 0 -> 1404 bytes gtk/stock-icons/24/document-revert-ltr.svg | 588 ++++++ gtk/stock-icons/24/document-revert-rtl.png | Bin 0 -> 1411 bytes gtk/stock-icons/24/document-revert-rtl.svg | 534 ++++++ gtk/stock-icons/24/document-save-as.png | Bin 0 -> 1206 bytes gtk/stock-icons/24/document-save-as.svg | 721 ++++++++ gtk/stock-icons/24/document-x-generic.png | Bin 0 -> 736 bytes gtk/stock-icons/24/document-x-generic.svg | 213 +++ gtk/stock-icons/24/drive-harddisk.png | Bin 0 -> 1360 bytes gtk/stock-icons/24/drive-harddisk.svg | 659 +++++++ gtk/stock-icons/24/edit-clear.png | Bin 0 -> 1163 bytes gtk/stock-icons/24/edit-clear.svg | 421 +++++ gtk/stock-icons/24/edit-copy.png | Bin 0 -> 697 bytes gtk/stock-icons/24/edit-cut.png | Bin 0 -> 1032 bytes gtk/stock-icons/24/edit-delete.png | Bin 0 -> 1449 bytes gtk/stock-icons/24/edit-delete.svg | 561 ++++++ gtk/stock-icons/24/edit-find-replace.png | Bin 0 -> 1379 bytes gtk/stock-icons/24/edit-find-replace.svg | 510 ++++++ gtk/stock-icons/24/edit-find.png | Bin 0 -> 1238 bytes gtk/stock-icons/24/edit-find.svg | 353 ++++ gtk/stock-icons/24/edit-paste.png | Bin 0 -> 893 bytes gtk/stock-icons/24/edit-preferences.png | Bin 0 -> 1691 bytes gtk/stock-icons/24/edit-preferences.svg | 323 ++++ gtk/stock-icons/24/edit-redo-ltr.png | Bin 0 -> 1070 bytes gtk/stock-icons/24/edit-redo-ltr.svg | 202 +++ gtk/stock-icons/24/edit-redo-rtl.png | Bin 0 -> 1085 bytes gtk/stock-icons/24/edit-redo-rtl.svg | 200 +++ gtk/stock-icons/24/edit-select-all.png | Bin 0 -> 717 bytes gtk/stock-icons/24/edit-select-all.svg | 751 ++++++++ gtk/stock-icons/24/edit-undo-ltr.png | Bin 0 -> 1052 bytes gtk/stock-icons/24/edit-undo-ltr.svg | 200 +++ gtk/stock-icons/24/edit-undo-rtl.png | Bin 0 -> 1035 bytes gtk/stock-icons/24/edit-undo-rtl.svg | 202 +++ gtk/stock-icons/24/folder.png | Bin 0 -> 662 bytes gtk/stock-icons/24/folder.svg | 180 ++ gtk/stock-icons/24/format-indent-less-ltr.png | Bin 0 -> 843 bytes gtk/stock-icons/24/format-indent-less-ltr.svg | 178 ++ gtk/stock-icons/24/format-indent-less-rtl.png | Bin 0 -> 876 bytes gtk/stock-icons/24/format-indent-less-rtl.svg | 185 ++ gtk/stock-icons/24/format-indent-more-ltr.png | Bin 0 -> 852 bytes gtk/stock-icons/24/format-indent-more-ltr.svg | 178 ++ gtk/stock-icons/24/format-indent-more-rtl.png | Bin 0 -> 870 bytes gtk/stock-icons/24/format-indent-more-rtl.svg | 185 ++ gtk/stock-icons/24/format-justify-center.png | Bin 0 -> 490 bytes gtk/stock-icons/24/format-justify-center.svg | 258 +++ gtk/stock-icons/24/format-justify-fill.png | Bin 0 -> 447 bytes gtk/stock-icons/24/format-justify-fill.svg | 399 +++++ gtk/stock-icons/24/format-justify-left.png | Bin 0 -> 489 bytes gtk/stock-icons/24/format-justify-left.svg | 258 +++ gtk/stock-icons/24/format-justify-right.png | Bin 0 -> 503 bytes gtk/stock-icons/24/format-justify-right.svg | 258 +++ gtk/stock-icons/24/format-text-bold.png | Bin 0 -> 947 bytes gtk/stock-icons/24/format-text-bold.svg | 129 ++ gtk/stock-icons/24/format-text-italic.png | Bin 0 -> 971 bytes gtk/stock-icons/24/format-text-italic.svg | 136 ++ gtk/stock-icons/24/format-text-strikethrough.png | Bin 0 -> 966 bytes gtk/stock-icons/24/format-text-strikethrough.svg | 137 ++ gtk/stock-icons/24/format-text-underline.png | Bin 0 -> 969 bytes gtk/stock-icons/24/format-text-underline.svg | 137 ++ gtk/stock-icons/24/go-bottom.png | Bin 0 -> 1037 bytes gtk/stock-icons/24/go-bottom.svg | 305 ++++ gtk/stock-icons/24/go-down.png | Bin 0 -> 973 bytes gtk/stock-icons/24/go-down.svg | 148 ++ gtk/stock-icons/24/go-first-ltr.png | Bin 0 -> 1028 bytes gtk/stock-icons/24/go-first-ltr.svg | 339 ++++ gtk/stock-icons/24/go-home.png | Bin 0 -> 1050 bytes gtk/stock-icons/24/go-home.svg | 372 ++++ gtk/stock-icons/24/go-jump-ltr.png | Bin 0 -> 1229 bytes gtk/stock-icons/24/go-jump-ltr.svg | 291 +++ gtk/stock-icons/24/go-jump-rtl.png | Bin 0 -> 1226 bytes gtk/stock-icons/24/go-jump-rtl.svg | 345 ++++ gtk/stock-icons/24/go-last-ltr.png | Bin 0 -> 1061 bytes gtk/stock-icons/24/go-last-ltr.svg | 339 ++++ gtk/stock-icons/24/go-next-ltr.png | Bin 0 -> 906 bytes gtk/stock-icons/24/go-next-ltr.svg | 168 ++ gtk/stock-icons/24/go-previous-ltr.png | Bin 0 -> 915 bytes gtk/stock-icons/24/go-previous-ltr.svg | 149 ++ gtk/stock-icons/24/go-previous-rtl.svg | 173 ++ gtk/stock-icons/24/go-top.png | Bin 0 -> 1037 bytes gtk/stock-icons/24/go-top.svg | 339 ++++ gtk/stock-icons/24/go-up.png | Bin 0 -> 946 bytes gtk/stock-icons/24/go-up.svg | 153 ++ gtk/stock-icons/24/gtk-about.png | Bin 982 -> 0 bytes gtk/stock-icons/24/gtk-about.svg | 171 -- gtk/stock-icons/24/gtk-add.png | Bin 571 -> 0 bytes gtk/stock-icons/24/gtk-add.svg | 166 -- gtk/stock-icons/24/gtk-bold.png | Bin 947 -> 0 bytes gtk/stock-icons/24/gtk-bold.svg | 129 -- gtk/stock-icons/24/gtk-cdrom.png | Bin 1372 -> 0 bytes gtk/stock-icons/24/gtk-cdrom.svg | 212 --- gtk/stock-icons/24/gtk-clear.png | Bin 1163 -> 0 bytes gtk/stock-icons/24/gtk-clear.svg | 421 ----- gtk/stock-icons/24/gtk-close.png | Bin 1453 -> 0 bytes gtk/stock-icons/24/gtk-close.svg | 249 --- gtk/stock-icons/24/gtk-copy.png | Bin 697 -> 0 bytes gtk/stock-icons/24/gtk-cut.png | Bin 1032 -> 0 bytes gtk/stock-icons/24/gtk-delete.png | Bin 1449 -> 0 bytes gtk/stock-icons/24/gtk-delete.svg | 561 ------ gtk/stock-icons/24/gtk-directory.png | Bin 662 -> 0 bytes gtk/stock-icons/24/gtk-directory.svg | 180 -- gtk/stock-icons/24/gtk-execute.png | Bin 1592 -> 0 bytes gtk/stock-icons/24/gtk-execute.svg | 194 -- gtk/stock-icons/24/gtk-file.png | Bin 736 -> 0 bytes gtk/stock-icons/24/gtk-file.svg | 213 --- gtk/stock-icons/24/gtk-find-and-replace.png | Bin 1379 -> 0 bytes gtk/stock-icons/24/gtk-find-and-replace.svg | 510 ------ gtk/stock-icons/24/gtk-find.png | Bin 1238 -> 0 bytes gtk/stock-icons/24/gtk-find.svg | 353 ---- gtk/stock-icons/24/gtk-floppy.png | Bin 951 -> 0 bytes gtk/stock-icons/24/gtk-floppy.svg | 294 --- gtk/stock-icons/24/gtk-fullscreen.png | Bin 606 -> 0 bytes gtk/stock-icons/24/gtk-fullscreen.svg | 110 -- gtk/stock-icons/24/gtk-go-back-ltr.png | Bin 915 -> 0 bytes gtk/stock-icons/24/gtk-go-back-ltr.svg | 149 -- gtk/stock-icons/24/gtk-go-back-rtl.svg | 173 -- gtk/stock-icons/24/gtk-go-down.png | Bin 973 -> 0 bytes gtk/stock-icons/24/gtk-go-down.svg | 148 -- gtk/stock-icons/24/gtk-go-forward-ltr.png | Bin 906 -> 0 bytes gtk/stock-icons/24/gtk-go-forward-ltr.svg | 168 -- gtk/stock-icons/24/gtk-go-up.png | Bin 946 -> 0 bytes gtk/stock-icons/24/gtk-go-up.svg | 153 -- gtk/stock-icons/24/gtk-goto-bottom.png | Bin 1037 -> 0 bytes gtk/stock-icons/24/gtk-goto-bottom.svg | 305 ---- gtk/stock-icons/24/gtk-goto-first-ltr.png | Bin 1028 -> 0 bytes gtk/stock-icons/24/gtk-goto-first-ltr.svg | 339 ---- gtk/stock-icons/24/gtk-goto-last-ltr.png | Bin 1061 -> 0 bytes gtk/stock-icons/24/gtk-goto-last-ltr.svg | 339 ---- gtk/stock-icons/24/gtk-goto-top.png | Bin 1037 -> 0 bytes gtk/stock-icons/24/gtk-goto-top.svg | 339 ---- gtk/stock-icons/24/gtk-harddisk.png | Bin 1360 -> 0 bytes gtk/stock-icons/24/gtk-harddisk.svg | 659 ------- gtk/stock-icons/24/gtk-help.png | Bin 1728 -> 0 bytes gtk/stock-icons/24/gtk-help.svg | 900 ---------- gtk/stock-icons/24/gtk-home.png | Bin 1050 -> 0 bytes gtk/stock-icons/24/gtk-home.svg | 372 ---- gtk/stock-icons/24/gtk-indent-ltr.png | Bin 852 -> 0 bytes gtk/stock-icons/24/gtk-indent-ltr.svg | 178 -- gtk/stock-icons/24/gtk-indent-rtl.png | Bin 870 -> 0 bytes gtk/stock-icons/24/gtk-indent-rtl.svg | 185 -- gtk/stock-icons/24/gtk-info.png | Bin 1420 -> 0 bytes gtk/stock-icons/24/gtk-info.svg | 186 -- gtk/stock-icons/24/gtk-italic.png | Bin 971 -> 0 bytes gtk/stock-icons/24/gtk-italic.svg | 136 -- gtk/stock-icons/24/gtk-jump-to-ltr.png | Bin 1229 -> 0 bytes gtk/stock-icons/24/gtk-jump-to-ltr.svg | 291 --- gtk/stock-icons/24/gtk-jump-to-rtl.png | Bin 1226 -> 0 bytes gtk/stock-icons/24/gtk-jump-to-rtl.svg | 345 ---- gtk/stock-icons/24/gtk-justify-center.png | Bin 490 -> 0 bytes gtk/stock-icons/24/gtk-justify-center.svg | 258 --- gtk/stock-icons/24/gtk-justify-fill.png | Bin 447 -> 0 bytes gtk/stock-icons/24/gtk-justify-fill.svg | 399 ----- gtk/stock-icons/24/gtk-justify-left.png | Bin 489 -> 0 bytes gtk/stock-icons/24/gtk-justify-left.svg | 258 --- gtk/stock-icons/24/gtk-justify-right.png | Bin 503 -> 0 bytes gtk/stock-icons/24/gtk-justify-right.svg | 258 --- gtk/stock-icons/24/gtk-leave-fullscreen.png | Bin 677 -> 0 bytes gtk/stock-icons/24/gtk-leave-fullscreen.svg | 107 -- gtk/stock-icons/24/gtk-media-forward-ltr.png | Bin 776 -> 0 bytes gtk/stock-icons/24/gtk-media-forward-ltr.svg | 281 --- gtk/stock-icons/24/gtk-media-next-ltr.png | Bin 848 -> 0 bytes gtk/stock-icons/24/gtk-media-next-ltr.svg | 217 --- gtk/stock-icons/24/gtk-media-pause.png | Bin 383 -> 0 bytes gtk/stock-icons/24/gtk-media-pause.svg | 237 --- gtk/stock-icons/24/gtk-media-play-ltr.png | Bin 863 -> 0 bytes gtk/stock-icons/24/gtk-media-play-ltr.svg | 227 --- gtk/stock-icons/24/gtk-media-play-rtl.png | Bin 895 -> 0 bytes gtk/stock-icons/24/gtk-media-play-rtl.svg | 207 --- gtk/stock-icons/24/gtk-media-previous-ltr.png | Bin 806 -> 0 bytes gtk/stock-icons/24/gtk-media-previous-ltr.svg | 199 --- gtk/stock-icons/24/gtk-media-record.png | Bin 1063 -> 0 bytes gtk/stock-icons/24/gtk-media-record.svg | 180 -- gtk/stock-icons/24/gtk-media-rewind-ltr.png | Bin 902 -> 0 bytes gtk/stock-icons/24/gtk-media-rewind-ltr.svg | 281 --- gtk/stock-icons/24/gtk-media-stop.png | Bin 400 -> 0 bytes gtk/stock-icons/24/gtk-media-stop.svg | 308 ---- gtk/stock-icons/24/gtk-missing-image.png | Bin 894 -> 0 bytes gtk/stock-icons/24/gtk-missing-image.svg | 239 --- gtk/stock-icons/24/gtk-network.png | Bin 1015 -> 0 bytes gtk/stock-icons/24/gtk-network.svg | 411 ----- gtk/stock-icons/24/gtk-new.png | Bin 736 -> 0 bytes gtk/stock-icons/24/gtk-new.svg | 213 --- gtk/stock-icons/24/gtk-open.png | Bin 612 -> 0 bytes gtk/stock-icons/24/gtk-open.svg | 181 -- gtk/stock-icons/24/gtk-paste.png | Bin 893 -> 0 bytes gtk/stock-icons/24/gtk-preferences.png | Bin 1691 -> 0 bytes gtk/stock-icons/24/gtk-preferences.svg | 323 ---- gtk/stock-icons/24/gtk-print-error.png | Bin 1130 -> 0 bytes gtk/stock-icons/24/gtk-print-error.svg | 716 -------- gtk/stock-icons/24/gtk-print-paused.png | Bin 1096 -> 0 bytes gtk/stock-icons/24/gtk-print-paused.svg | 460 ----- gtk/stock-icons/24/gtk-print-preview.png | Bin 1244 -> 0 bytes gtk/stock-icons/24/gtk-print-preview.svg | 331 ---- gtk/stock-icons/24/gtk-print-report.png | Bin 1154 -> 0 bytes gtk/stock-icons/24/gtk-print-report.svg | 1410 --------------- gtk/stock-icons/24/gtk-print-warning.png | Bin 1099 -> 0 bytes gtk/stock-icons/24/gtk-print-warning.svg | 1577 ----------------- gtk/stock-icons/24/gtk-print.png | Bin 818 -> 0 bytes gtk/stock-icons/24/gtk-print.svg | 262 --- gtk/stock-icons/24/gtk-properties.png | Bin 1146 -> 0 bytes gtk/stock-icons/24/gtk-properties.svg | 933 ---------- gtk/stock-icons/24/gtk-quit.png | Bin 967 -> 0 bytes gtk/stock-icons/24/gtk-quit.svg | 264 --- gtk/stock-icons/24/gtk-redo-ltr.png | Bin 1070 -> 0 bytes gtk/stock-icons/24/gtk-redo-ltr.svg | 202 --- gtk/stock-icons/24/gtk-redo-rtl.png | Bin 1085 -> 0 bytes gtk/stock-icons/24/gtk-redo-rtl.svg | 200 --- gtk/stock-icons/24/gtk-refresh.png | Bin 1466 -> 0 bytes gtk/stock-icons/24/gtk-refresh.svg | 169 -- gtk/stock-icons/24/gtk-remove.png | Bin 369 -> 0 bytes gtk/stock-icons/24/gtk-remove.svg | 181 -- gtk/stock-icons/24/gtk-revert-to-saved-ltr.png | Bin 1404 -> 0 bytes gtk/stock-icons/24/gtk-revert-to-saved-ltr.svg | 588 ------ gtk/stock-icons/24/gtk-revert-to-saved-rtl.png | Bin 1411 -> 0 bytes gtk/stock-icons/24/gtk-revert-to-saved-rtl.svg | 534 ------ gtk/stock-icons/24/gtk-save-as.png | Bin 1206 -> 0 bytes gtk/stock-icons/24/gtk-save-as.svg | 721 -------- gtk/stock-icons/24/gtk-select-all.png | Bin 717 -> 0 bytes gtk/stock-icons/24/gtk-select-all.svg | 751 -------- gtk/stock-icons/24/gtk-sort-ascending.png | Bin 413 -> 0 bytes gtk/stock-icons/24/gtk-sort-descending.png | Bin 379 -> 0 bytes gtk/stock-icons/24/gtk-spell-check.png | Bin 950 -> 0 bytes gtk/stock-icons/24/gtk-spell-check.svg | 89 - gtk/stock-icons/24/gtk-stop.png | Bin 1043 -> 0 bytes gtk/stock-icons/24/gtk-stop.svg | 169 -- gtk/stock-icons/24/gtk-strikethrough.png | Bin 966 -> 0 bytes gtk/stock-icons/24/gtk-strikethrough.svg | 137 -- gtk/stock-icons/24/gtk-underline.png | Bin 969 -> 0 bytes gtk/stock-icons/24/gtk-underline.svg | 137 -- gtk/stock-icons/24/gtk-undo-ltr.png | Bin 1052 -> 0 bytes gtk/stock-icons/24/gtk-undo-ltr.svg | 200 --- gtk/stock-icons/24/gtk-undo-rtl.png | Bin 1035 -> 0 bytes gtk/stock-icons/24/gtk-undo-rtl.svg | 202 --- gtk/stock-icons/24/gtk-unindent-ltr.png | Bin 843 -> 0 bytes gtk/stock-icons/24/gtk-unindent-ltr.svg | 178 -- gtk/stock-icons/24/gtk-unindent-rtl.png | Bin 876 -> 0 bytes gtk/stock-icons/24/gtk-unindent-rtl.svg | 185 -- gtk/stock-icons/24/gtk-zoom-100.png | Bin 962 -> 0 bytes gtk/stock-icons/24/gtk-zoom-100.svg | 221 --- gtk/stock-icons/24/gtk-zoom-fit.png | Bin 937 -> 0 bytes gtk/stock-icons/24/gtk-zoom-fit.svg | 161 -- gtk/stock-icons/24/gtk-zoom-in.png | Bin 993 -> 0 bytes gtk/stock-icons/24/gtk-zoom-in.svg | 355 ---- gtk/stock-icons/24/gtk-zoom-out.png | Bin 941 -> 0 bytes gtk/stock-icons/24/gtk-zoom-out.svg | 345 ---- gtk/stock-icons/24/help-about.png | Bin 0 -> 982 bytes gtk/stock-icons/24/help-about.svg | 171 ++ gtk/stock-icons/24/help-contents.png | Bin 0 -> 1728 bytes gtk/stock-icons/24/help-contents.svg | 900 ++++++++++ gtk/stock-icons/24/image-missing.png | Bin 0 -> 894 bytes gtk/stock-icons/24/image-missing.svg | 239 +++ gtk/stock-icons/24/list-add.png | Bin 0 -> 571 bytes gtk/stock-icons/24/list-add.svg | 166 ++ gtk/stock-icons/24/list-remove.png | Bin 0 -> 369 bytes gtk/stock-icons/24/list-remove.svg | 181 ++ gtk/stock-icons/24/media-floppy.png | Bin 0 -> 951 bytes gtk/stock-icons/24/media-floppy.svg | 294 +++ gtk/stock-icons/24/media-optical.png | Bin 0 -> 1372 bytes gtk/stock-icons/24/media-optical.svg | 212 +++ gtk/stock-icons/24/media-playback-pause.png | Bin 0 -> 383 bytes gtk/stock-icons/24/media-playback-pause.svg | 237 +++ gtk/stock-icons/24/media-playback-start-ltr.png | Bin 0 -> 863 bytes gtk/stock-icons/24/media-playback-start-ltr.svg | 227 +++ gtk/stock-icons/24/media-playback-start-rtl.png | Bin 0 -> 895 bytes gtk/stock-icons/24/media-playback-start-rtl.svg | 207 +++ gtk/stock-icons/24/media-playback-stop.png | Bin 0 -> 400 bytes gtk/stock-icons/24/media-playback-stop.svg | 308 ++++ gtk/stock-icons/24/media-record.png | Bin 0 -> 1063 bytes gtk/stock-icons/24/media-record.svg | 180 ++ gtk/stock-icons/24/media-seek-backward-ltr.png | Bin 0 -> 902 bytes gtk/stock-icons/24/media-seek-backward-ltr.svg | 281 +++ gtk/stock-icons/24/media-seek-forward-ltr.png | Bin 0 -> 776 bytes gtk/stock-icons/24/media-seek-forward-ltr.svg | 281 +++ gtk/stock-icons/24/media-skip-backward-ltr.png | Bin 0 -> 806 bytes gtk/stock-icons/24/media-skip-backward-ltr.svg | 199 +++ gtk/stock-icons/24/media-skip-forward-ltr.png | Bin 0 -> 848 bytes gtk/stock-icons/24/media-skip-forward-ltr.svg | 217 +++ gtk/stock-icons/24/network-idle.png | Bin 0 -> 1015 bytes gtk/stock-icons/24/network-idle.svg | 411 +++++ gtk/stock-icons/24/printer-error.png | Bin 0 -> 1130 bytes gtk/stock-icons/24/printer-error.svg | 716 ++++++++ gtk/stock-icons/24/printer-info.png | Bin 0 -> 1154 bytes gtk/stock-icons/24/printer-info.svg | 1410 +++++++++++++++ gtk/stock-icons/24/printer-paused.png | Bin 0 -> 1096 bytes gtk/stock-icons/24/printer-paused.svg | 460 +++++ gtk/stock-icons/24/printer-warning.png | Bin 0 -> 1099 bytes gtk/stock-icons/24/printer-warning.svg | 1577 +++++++++++++++++ gtk/stock-icons/24/process-stop.png | Bin 0 -> 1043 bytes gtk/stock-icons/24/process-stop.svg | 169 ++ gtk/stock-icons/24/system-run.png | Bin 0 -> 1592 bytes gtk/stock-icons/24/system-run.svg | 194 ++ gtk/stock-icons/24/tools-check-spelling.png | Bin 0 -> 950 bytes gtk/stock-icons/24/tools-check-spelling.svg | 89 + gtk/stock-icons/24/view-fullscreen.png | Bin 0 -> 606 bytes gtk/stock-icons/24/view-fullscreen.svg | 110 ++ gtk/stock-icons/24/view-refresh.png | Bin 0 -> 1466 bytes gtk/stock-icons/24/view-refresh.svg | 169 ++ gtk/stock-icons/24/view-restore.png | Bin 0 -> 677 bytes gtk/stock-icons/24/view-restore.svg | 107 ++ gtk/stock-icons/24/view-sort-ascending.png | Bin 0 -> 413 bytes gtk/stock-icons/24/view-sort-descending.png | Bin 0 -> 379 bytes gtk/stock-icons/24/window-close.png | Bin 0 -> 1453 bytes gtk/stock-icons/24/window-close.svg | 249 +++ gtk/stock-icons/24/zoom-fit-best.png | Bin 0 -> 937 bytes gtk/stock-icons/24/zoom-fit-best.svg | 161 ++ gtk/stock-icons/24/zoom-in.png | Bin 0 -> 993 bytes gtk/stock-icons/24/zoom-in.svg | 355 ++++ gtk/stock-icons/24/zoom-original.png | Bin 0 -> 962 bytes gtk/stock-icons/24/zoom-original.svg | 221 +++ gtk/stock-icons/24/zoom-out.png | Bin 0 -> 941 bytes gtk/stock-icons/24/zoom-out.svg | 345 ++++ gtk/stock-icons/48/dialog-error.png | Bin 0 -> 2828 bytes gtk/stock-icons/48/dialog-error.svg | 431 +++++ gtk/stock-icons/48/dialog-info.png | Bin 0 -> 3259 bytes gtk/stock-icons/48/dialog-info.svg | 978 ++++++++++ gtk/stock-icons/48/dialog-password.png | Bin 0 -> 2358 bytes gtk/stock-icons/48/dialog-password.svg | 498 ++++++ gtk/stock-icons/48/dialog-question.png | Bin 0 -> 2809 bytes gtk/stock-icons/48/dialog-question.svg | 495 ++++++ gtk/stock-icons/48/dialog-warning.png | Bin 0 -> 2358 bytes gtk/stock-icons/48/dialog-warning.svg | 413 +++++ gtk/stock-icons/48/gtk-dialog-authentication.png | Bin 2358 -> 0 bytes gtk/stock-icons/48/gtk-dialog-authentication.svg | 498 ------ gtk/stock-icons/48/gtk-dialog-error.png | Bin 2828 -> 0 bytes gtk/stock-icons/48/gtk-dialog-error.svg | 431 ----- gtk/stock-icons/48/gtk-dialog-info.png | Bin 3259 -> 0 bytes gtk/stock-icons/48/gtk-dialog-info.svg | 978 ---------- gtk/stock-icons/48/gtk-dialog-question.png | Bin 2809 -> 0 bytes gtk/stock-icons/48/gtk-dialog-question.svg | 495 ------ gtk/stock-icons/48/gtk-dialog-warning.png | Bin 2358 -> 0 bytes gtk/stock-icons/48/gtk-dialog-warning.svg | 413 ----- 676 files changed, 54867 insertions(+), 54897 deletions(-) commit 501eeaff11fc4baba0d9769c7c0be85f1d05b582 Author: Matthias Clasen Date: Wed Aug 18 12:46:57 2010 -0400 Remove GtkWidget::draw-border This is a never-used style property that came out of some old themeing experiments, and handling it has some performance overhead. Bug 426924 gtk/gtkrc.c | 5 --- gtk/gtkwidget.c | 90 ++---------------------------------------------------- 2 files changed, 4 insertions(+), 91 deletions(-) commit ffa07ee21eac827d79e58fa565b2faf3ba662c46 Author: Christian Persch Date: Tue Apr 27 13:31:23 2010 +0200 Use G_DEFINE_BOXED_TYPE Bug #627214. configure.ac | 2 +- demos/gtk-demo/stock_browser.c | 16 +++---------- gdk/gdkcolor.c | 14 ++--------- gdk/gdkcursor.c | 14 ++--------- gdk/gdkevents.c | 14 ++--------- gdk/gdkrectangle.c | 14 ++--------- gtk/gtkiconfactory.c | 30 +++++-------------------- gtk/gtkicontheme.c | 15 ++---------- gtk/gtkpapersize.c | 14 ++--------- gtk/gtkrecentmanager.c | 14 ++--------- gtk/gtkselection.c | 30 +++++-------------------- gtk/gtkstyle.c | 15 ++---------- gtk/gtktextiter.c | 15 ++---------- gtk/gtktexttag.c | 15 ++---------- gtk/gtktreemodel.c | 46 +++++++-------------------------------- gtk/gtkwidget.c | 15 ++---------- 16 files changed, 59 insertions(+), 224 deletions(-) commit f730af8360b8785317f5ff5ad75961928c155157 Author: Javier Jardón Date: Wed Aug 18 05:29:17 2010 +0200 docs: gtk_window_group_get_current_device_grab() was added in 3.0 gtk/gtkwindow.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1229bfc6201a6992118b4f52108a7a6ad0d19aea Author: Fran Diéguez Date: Tue Aug 17 18:35:35 2010 +0200 Updated Galician translations po-properties/gl.po | 699 +++++++++++++++++++++++++-------------------------- 1 files changed, 343 insertions(+), 356 deletions(-) commit 24d8c776d4ecf4209d77474b421b912293628814 Author: Tomeu Vizoso Date: Tue Aug 17 17:57:58 2010 +0200 The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor isn't really the length of the 'text' argument gtk/gtktextbuffer.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 813da6a39a90e6a4790970a8c0d61bc0a32056d9 Author: Tomeu Vizoso Date: Tue Aug 17 17:42:50 2010 +0200 gtk_tree_model_iter_next's iter is (in), not (inout) gtk/gtktreemodel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bbebe979dac0758ebfefb8ccb14c6baa7256b319 Author: Matthias Clasen Date: Tue Aug 17 11:41:01 2010 -0400 Bump version to 2.90.7 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d6bfd81323f75871f818d045cdb0e26ecab5050b Author: Jorge González Date: Tue Aug 17 17:39:26 2010 +0200 Updated Spanish translation po-properties/es.po | 732 ++++++++++++++++++++++++--------------------------- 1 files changed, 349 insertions(+), 383 deletions(-)