commit f9473472ddc101efdc847d0ceff88cd386d8c960 Author: Matthias Clasen Date: Mon Sep 13 23:30:04 2010 -0400 Change the initial value of GtkDialog::has-separator to match the default gtk/gtkdialog.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 3cd5d1619cb0ee5f9c9b159902c32d429f60a5c2 Author: Matthias Clasen Date: Mon Sep 13 23:22:41 2010 -0400 Update NEWS for 2.21.8 NEWS | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) commit 2363cccd24e6a96c765571e6f44f0656e548ac3d Author: Milan Bouchet-Valat Date: Wed Oct 7 22:08:41 2009 +0200 bgo#486839 - Fix path bar size group in the file chooser Since the location button is hidden in save mode, we need to add the path bar to the size group too. The location button still has to be in the group though, because it's larger than the path bar (when shown). Instead of using the recent/search icons, add their hboxes so that themed widget spacings don't introduce variations. gtk/gtkfilechooserdefault.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 4394a972dc0868ad14fd0f7b35c692b22c282b41 Author: Matthias Clasen Date: Mon Sep 13 13:04:07 2010 -0400 Fix a logic error in the gdk_display deprecation gdk/x11/gdkx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7cf1133d45a345ded77c548109112d1aaaf070a6 Author: Takayuki KUSANO Date: Tue Sep 14 01:40:39 2010 +0900 Updated Japanese translation. po-properties/ja.po | 328 ++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 261 insertions(+), 67 deletions(-) commit 81ec8c7a1bcb9e9240f01054b6b72e804dade811 Author: Adel Gadllah Date: Mon Sep 13 18:21:15 2010 +0200 [GdkWindowCache] Don't ignore the CompositeOverlayWindow Add the composite overlay window to the cache, as this can be a reasonable Xdnd proxy as well. This is only done when the screen is composited in order to avoid mapping the COW. We assume that the CM is using the COW (which is true for pretty much any CM currently in use). https://bugzilla.gnome.org/show_bug.cgi?id=601731 gdk/x11/gdkdnd-x11.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit dddeee0cb2cecbffbe79f1b96f857b2a42818e7c Author: Takayuki KUSANO Date: Mon Sep 13 02:06:19 2010 +0900 Updated Japanese translation. po-properties/ja.po | 3844 ++++++++++++++++++++++++++------------------------- po/ja.po | 3515 ++++++++++++++++++++++------------------------- 2 files changed, 3582 insertions(+), 3777 deletions(-) commit 80c096ed6ea25d09ab935d29cd9f35299dc60f0b Author: Christian Kirbach Date: Sun Sep 12 13:26:23 2010 +0200 [l10n] Updated German translation po-properties/de.po | 3723 ++++++++++++++++++++++++++------------------------- 1 files changed, 1896 insertions(+), 1827 deletions(-) commit 92235e2a58bc5e593837034bb94117183ff4cfa1 Author: Andika Triwidada Date: Sat Sep 11 15:21:46 2010 +0700 Updated Indonesian translation po/id.po | 3121 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 1285 insertions(+), 1836 deletions(-) commit 9190497b4a8eef15375b1b7473ca9cd87bc612a5 Author: Matthias Clasen Date: Fri Sep 10 22:35:36 2010 -0400 Don't use g_idle_add to schedule idles in GDK We need to use gdk_threads_add_idle, in order to keep GDK code under the GDK lock. Bug 629277 (cherry picked from commit 08dd02fe255487f5c7953de9b2c8b63c2e937989) gdk/gdkwindow.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit a3c3031a0e1b7a6adece0d859f1f682ba7642672 Author: Matthias Clasen Date: Fri Sep 10 11:26:16 2010 -0400 Deprecate gdk_display and GDK_DISPLAY docs/reference/gdk/tmpl/x_interaction.sgml | 2 ++ docs/tools/shooter.c | 6 +++--- docs/tools/widgets.c | 2 +- gdk/x11/gdkx.h | 4 ++-- modules/other/gail/gailwindow.c | 12 ++++++------ 5 files changed, 14 insertions(+), 12 deletions(-) commit ee14cc3160a1cfa4ac9dd2ee8b34291938d7e454 Author: Matthias Clasen Date: Fri Sep 10 11:25:25 2010 -0400 Build fixes after GtkItem deprecation gtk/gtk.symbols | 4 +++- gtk/gtkitem.c | 3 +++ 2 files changed, 6 insertions(+), 1 deletions(-) commit ecc6577a37ed874565dd91beeb495336b6f26ce1 Author: Mike Gorse Date: Fri Sep 10 09:44:41 2010 -0400 Gail: Deprecate gail_cell_type_add_action_interface modules/other/gail/gailcell.c | 3 +++ modules/other/gail/gailcell.h | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) commit e58f22a7ea544db5793f07793188a789b669fe61 Author: Mike Gorse Date: Fri Sep 10 06:11:08 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 88f54ea47d4a55bbbf9e34a7a0502f365eb69ae5 Author: Tor Lillqvist Date: Thu Sep 9 19:48:42 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/gdkinput-win32.c | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) commit fa1b57ca97c77bad84d6dfb6464f093e2df7690f Author: Changwoo Ryu Date: Fri Sep 10 01:53:59 2010 +0900 Updated Korean translation po-properties/ko.po | 3733 ++++++++++++++++++++++++++------------------------- po/ko.po | 3385 +++++++++++++++++++++------------------------- 2 files changed, 3465 insertions(+), 3653 deletions(-) commit be0beb758ec36c8d61f4b5c02aa4008d3ae7c935 Author: Mike Gorse Date: Thu Sep 9 09:34:28 2010 -0400 Remove g_print calls gtk/gtkiconfactory.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 1b05158db914d0f0562529be299960b217380b79 Author: Michael Meeks Date: Thu Sep 9 11:52:30 2010 +0100 Fix build breakage in deprecation notes for gtkitem gtk/gtkitem.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 15df889204ffd9776b6f25bd096d82793ddb7771 Author: Matthias Clasen Date: Thu Sep 9 00:02:18 2010 -0400 Add deprecation notes for GtkItem docs/reference/gtk/tmpl/gtkitem.sgml | 8 ++++++-- gtk/gtkitem.h | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) commit eb77f20c52cfa78d827e243df9227840b28cd13f Author: Matthias Clasen Date: Wed Sep 8 23:53:55 2010 -0400 Change the default of GtkDialog::has-separator to FALSE Otherwise, the removing deprecated API will force the appearance of a dialog separators, which would be unfortunate. gtk/gtkdialog.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 750c81f43dda6c783372b983e630ecd30b776d7e Author: Colin Walters Date: Wed Sep 8 19:07:23 2010 -0400 gdk: Prefix keys with _KEY by default 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. In GTK2, this header is included by default. https://bugzilla.gnome.org/show_bug.cgi?id=629093 gdk/Makefile.am | 3 +- gdk/gdkkeysyms-compat.h | 2208 +++++++++++++++++++++++ gdk/gdkkeysyms-update.pl | 52 +- gdk/gdkkeysyms.h | 4355 +++++++++++++++++++++++----------------------- 4 files changed, 4436 insertions(+), 2182 deletions(-) commit ae84810db576a2e9237b926023e983f4f527fd22 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 8ec4f184abc5893cf438bc3123e1f380d037df3b Author: Mike Gorse Date: Wed Sep 8 17:52:53 2010 -0400 Remove a duplicate variable Bug#628110: gtk_spinner_accessible_get_type always returns null gtk/gtkspinner.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 8e75ddeac6f282eb7bb5e3028db633944807a1f0 Author: Colin Walters Date: Wed Sep 8 10:57:11 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 Conflicts: configure.in gdk/Makefile.am gtk/Makefile.am configure.in | 2 +- gdk/Makefile.am | 4 ++-- gtk/Makefile.am | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) commit 373f2b8a0ce6f4b334f294ae0dc89e424804587a Author: Inaki Larranaga Murgoitio Date: Wed Sep 8 12:15:23 2010 +0200 Updated Basque language po/eu.po | 8331 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 3817 insertions(+), 4514 deletions(-) commit 19ef533618fdbd1619ac8276b2890706ef387cb5 Author: Matthias Clasen Date: Tue Sep 7 10:53:10 2010 -0400 Fix the build after recent deprecations gtk/gtkdialog.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit bcdd895229353ec27fcf5c800f64bec85e430163 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. (cherry picked from commit d5c2cb7bcbdd2c5f9c1523043f2cd252421325c6) gdk/x11/gdkkeys-x11.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit ba5ba3b022d6811c886501fb015e99ce8ee80138 Author: Benjamin Otte Date: Wed Sep 1 00:59:56 2010 +0200 gdk: Ensure flush of surface when cairo_t is destroyed Add an ugly workaround because GTK does not ensure surfaces get flushed before directly accessing the drawable backed by the surface. This is not visible on X11 (where flushing is a no-op), but can be seen on Windows. https://bugzilla.gnome.org/show_bug.cgi?id=628291 gdk/gdkcairo.c | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit ebc6238a0e247451796496de55806f4a058610e6 Author: Duarte Loreto Date: Tue Sep 7 00:46:51 2010 +0100 Updated Portuguese translation po-properties/pt.po | 3719 ++++++++++++++++++++++++++------------------------- 1 files changed, 1893 insertions(+), 1826 deletions(-) commit b6a733c9d262722540930e4e3ab6e84839551d25 Author: Duarte Loreto Date: Tue Sep 7 00:41:30 2010 +0100 Updated Portuguese translation po/pt.po | 3415 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1585 insertions(+), 1830 deletions(-) commit 522a2f02148b37a9b94712abbde4ff63318c3f4f Author: Luca Ferretti Date: Tue Sep 7 00:10:38 2010 +0200 Updated Itlian translation po-properties/it.po |12368 +++++++++++++++++++++++++++++++++------------------ 1 files changed, 7929 insertions(+), 4439 deletions(-) commit 7e9f7d7703d341f3f3e8374f80158ece341ab66d Author: Luca Ferretti Date: Tue Sep 7 00:06:36 2010 +0200 Fixed Italian translation, previously committed in wrong po directory po-properties/it.po |12285 ++++++++++++++++++-------------------------------- po/it.po |12368 ++++++++++++++++++--------------------------------- 2 files changed, 8879 insertions(+), 15774 deletions(-) commit 1294e41449da0c6ebdeb34ce0f16674a09c6ad9e Author: Luca Ferretti Date: Mon Sep 6 23:51:24 2010 +0200 Updated Italian translation po/it.po |12368 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 7929 insertions(+), 4439 deletions(-) commit 7ea18bc4ee6d6df855afaf74720bfe41d57f179e Author: Matej Urbančič Date: Mon Sep 6 16:46:12 2010 +0200 Updated Slovenian translation po-properties/sl.po | 5006 +++++++++++++++++++++++++-------------------------- 1 files changed, 2437 insertions(+), 2569 deletions(-) commit 4f6c63f0c9f05ddf5401ad066eddfcfe552b9e5d Author: Gabor Kelemen Date: Mon Sep 6 15:40:20 2010 +0200 Updated Hungarian translation po-properties/hu.po | 216 ++++++++++++++++++++++++++------------------------- 1 files changed, 110 insertions(+), 106 deletions(-) commit bbd68748bc70888d2030aeb50784d59352c5b115 Author: Daniel Nylander Date: Mon Sep 6 15:29:53 2010 +0200 Updated Swedish translation po-properties/sv.po | 5068 +++++++++++++++++++++++++-------------------------- 1 files changed, 2436 insertions(+), 2632 deletions(-) commit 33fd9626ebb30e4d28e7df8e19b2f3b7030ab66d Author: Daniel Nylander Date: Mon Sep 6 15:25:48 2010 +0200 Updated Swedish translation po/sv.po | 3659 +++++++++++++++++++++++++------------------------------------- 1 files changed, 1470 insertions(+), 2189 deletions(-) commit 2ee665300b76ac5c8f59a6c26c418dba62cc234d Author: Baurzhan Muftakhidinov Date: Mon Sep 6 10:49:49 2010 +0600 Updated Kazakh translation po/kk.po | 4664 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 2006 insertions(+), 2658 deletions(-) commit c3c5575fc13b09551e3d83b00b71161ad8a1d6ee Author: Neil Roberts Date: Thu Aug 26 16:55:04 2010 +0100 Initialize more attributes in gdk_window_ensure_native The attributes struct has some members that aren't covered by the attributes_mask so they should always be filled in. The Win32 backend was using the window type member when creating the window implementation. Previously this was left uninitialized so it would end up thinking the window is input_only and nothing would get painted. https://bugzilla.gnome.org/show_bug.cgi?id=628049 Signed-off-by: Hans Breuer gdk/gdkwindow.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 5077d9cce8eb512fd0fd9a090803e9ff07544478 Author: Hans Breuer Date: Sat Sep 4 20:34:44 2010 +0200 msvc: No more fake folder.png and drive-harddisk.png gtk/makefile.msc.in | 33 --------------------------------- 1 files changed, 0 insertions(+), 33 deletions(-) commit 007595b639921abf9346fb5644f4da8dd87984a9 Author: Khaled Hosny Date: Sun Sep 5 15:55:36 2010 +0200 Updated Arabic translation po/ar.po | 1834 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 794 insertions(+), 1040 deletions(-) commit 727287b8706341863d691a36b39805ebebfb5904 Author: Chao-Hsiung Liao Date: Sun Sep 5 19:36:46 2010 +0800 Updated Traditional Chinese translation (Hong Kong and Taiwan) po-properties/zh_HK.po | 3830 ++++++++++++++++++++++++------------------------ po-properties/zh_TW.po | 3737 ++++++++++++++++++++++++----------------------- po/zh_HK.po | 3375 ++++++++++++++++++++----------------------- po/zh_TW.po | 3365 ++++++++++++++++++++----------------------- 4 files changed, 6939 insertions(+), 7368 deletions(-) commit ae98e7dd7a3baded40a50cec77e0b8823cbb9919 Author: Claude Paroz Date: Sat Sep 4 23:18:31 2010 +0200 Updated French translation po-properties/fr.po | 3684 ++++++++++++++++++++++++++------------------------- po/fr.po | 713 +---------- 2 files changed, 1870 insertions(+), 2527 deletions(-) commit 6db486993dc0d96d90a3e6f3b102d87d0352a39c Author: Piotr Drąg Date: Sat Sep 4 17:50:12 2010 +0200 Updated Polish translation po-properties/pl.po | 4143 ++++++++++++++++++++++++++------------------------- 1 files changed, 2074 insertions(+), 2069 deletions(-) commit ca63fd71d7e59a225af61eb38845f71c3ca4427c Author: Piotr Drąg Date: Sat Sep 4 17:49:38 2010 +0200 Updated Polish translation po/pl.po | 2753 +++++++++++++++++++++----------------------------------------- 1 files changed, 920 insertions(+), 1833 deletions(-) commit 2e2431f3536afac8b3b363f2e50a4d8befa7b70a Author: Philip Withnall Date: Sat Sep 4 15:09:20 2010 +0100 Update British English translation po-properties/en_GB.po | 214 ++++++++++++++++++++++++----------------------- 1 files changed, 109 insertions(+), 105 deletions(-) commit ef06c92610b485f7b4f03ab9ab39fdf36ea8d16f Author: Jorge González Date: Sat Sep 4 09:40:58 2010 +0200 Updated Spanish translation po-properties/es.po | 221 ++++++++++++++++++++++++++------------------------- 1 files changed, 111 insertions(+), 110 deletions(-) commit 1175e6b98c45363c1afffb6d864874dc116133af 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. (cherry picked from commit bf3b5f785e84f450c4c95ca0b2bd02acc88e652f) gdk/x11/gdkapplaunchcontext-x11.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit d72cfae56a3bde3479f281c16ece57fcf32b5584 Author: Matej Urbančič Date: Fri Sep 3 18:34:59 2010 +0200 Updated Slovenian translation po/sl.po | 4172 +++++++++++++++++++++++++------------------------------------- 1 files changed, 1643 insertions(+), 2529 deletions(-) commit 027380d33e08107d2704573a85783be051e711b1 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 20d8fbd90f864582d007b1813a112d1fd500f6ca Author: Luca Ferretti Date: Thu Sep 2 23:33:59 2010 +0200 Updated Italian translation po/it.po | 2777 +++++++++++++++++++++----------------------------------------- 1 files changed, 925 insertions(+), 1852 deletions(-) commit 9f9170e3aa46ee400400776cec4745005072a232 Author: Matthias Clasen Date: Thu Sep 2 11:28:18 2010 -0400 Deprecate blinking status icons Just a bad idea... gtk/gtk.symbols | 6 +++++- gtk/gtkstatusicon.c | 13 ++++++++++++- gtk/gtkstatusicon.h | 2 ++ 3 files changed, 19 insertions(+), 2 deletions(-) commit 6f6650e6cff06ff7c7e70db634ab10510a80c04c Author: Matthias Clasen Date: Thu Sep 2 11:14:59 2010 -0400 Document separator-related api in GtkDialog as deprecated docs/reference/gtk/tmpl/gtkdialog.sgml | 2 +- gtk/gtkdialog.c | 8 +++++++- gtk/gtkdialog.h | 2 ++ gtk/gtkmessagedialog.c | 2 ++ 4 files changed, 12 insertions(+), 2 deletions(-) commit b2882841225838d787694a9cdd7ca1273ffc9c50 Author: Yaron Shahrabani Date: Thu Sep 2 18:09:12 2010 +0300 Updated Hebrew translation. po/he.po | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) commit 7a1cf58934a9bd34020f84bb7281bef1b1af4adf Author: Yaron Shahrabani Date: Thu Sep 2 18:06:36 2010 +0300 Updated Hebrew translation. po-properties/he.po | 136 ++++++++++++++++++++++++++------------------------- 1 files changed, 70 insertions(+), 66 deletions(-) commit d6e11a97e318158f5d210a0476870dfe14ed95e6 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 4bd9e3aecc919e7fc97107a4c6314b4a1692290c Author: Kjartan Maraas Date: Thu Sep 2 12:16:37 2010 +0200 Updated Norwegian bokmål translation po-properties/nb.po | 3719 ++++++++++++++++++++++++++------------------------- 1 files changed, 1866 insertions(+), 1853 deletions(-) commit 88a521862a2805e3363911638a969a218d39de25 Author: Kjartan Maraas Date: Thu Sep 2 12:01:03 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 691 ++------------------------------------------------------------ 1 files changed, 21 insertions(+), 670 deletions(-) commit fc82963911117ea4e9d62d9345caafbd39e50ee2 Author: Fran Diéguez Date: Thu Sep 2 10:43:25 2010 +0200 Updated Galician translations po-properties/gl.po | 128 ++++++++++++++++++++++++++------------------------- 1 files changed, 66 insertions(+), 62 deletions(-) commit 45ed34c78f420511d79ebf7b9485019a72aee01e Author: Matthias Clasen Date: Wed Sep 1 23:06:37 2010 -0400 Add new functions to the docs docs/reference/gtk/gtk-sections.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 190b3c372a7499f1434ef1e43cbda3237cafbc7e Author: Matthias Clasen Date: Wed Sep 1 22:39:33 2010 -0400 Deprecate GtkIconView::orientation Rename the orientation property to item-orientation, since that is closer to the meaning of the property and avoids confusion with GtkOrientable::orientation. Also add getter and setter for the new property, and deprecate the old property and getter/setter. gtk/gtk.symbols | 2 + gtk/gtkiconview.c | 115 ++++++++++++++++++++++++++++++++++++++++------------ gtk/gtkiconview.h | 3 + 3 files changed, 93 insertions(+), 27 deletions(-) commit 49e18a29b27990d18907e044773dc6a5fc07c296 Author: Matthias Clasen Date: Wed Sep 1 22:19:20 2010 -0400 Deprecate 'opt-in' style properties The following style properties are there 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, and these properties will no longer be there in GTK+ 3: GtkEntry::state-hint GtkTreeView::row-ending-details GtkRange::trough-side-details GtkRange::stepper-position-details GtkRange::activate-slider gtk/gtkentry.c | 2 ++ gtk/gtkrange.c | 12 ++++++++++++ gtk/gtktreeview.c | 7 +++++++ 3 files changed, 21 insertions(+), 0 deletions(-) commit 7f2b4bb3819e4d63e8fcc6b8cfd7c4932d78ade0 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 e14bf989eb49122bc644040f2cdc38c9ce2ca2fa 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 076ae4f5ada6ccab29f0e9d9b34ec8546297f8f6 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 d945a3cef4b064a588901b74f971060df220cb8d 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 a3268e29a17f192aabd756680aa38d1f109d614f Author: Ivar Smolin Date: Wed Sep 1 11:24:39 2010 +0300 [l10n] Updated Estonian translation po/et.po | 1874 ++------------------------------------------------------------ 1 files changed, 43 insertions(+), 1831 deletions(-) commit 75fca2449fc26eb99b079be134f309ab1ca08607 Author: Mattias Põldaru Date: Wed Sep 1 11:11:39 2010 +0300 [l10n] Updated Estonian translation po-properties/et.po | 1893 ++------------------------------------------------- 1 files changed, 69 insertions(+), 1824 deletions(-) commit 30a52271e5ebd905d3c72c77dfda6015108fcd90 Author: Lionel Landwerlin Date: Tue May 18 19:32:05 2010 +0200 directfb: implement draw_drawable_with_src instead of draw_drawable in GdkDrawableImplDirectFB This is required by the rotated button test in gtk-demo Signed-off-by: Lionel Landwerlin gdk/directfb/gdkdrawable-directfb.c | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) commit b7b9a01efbaaa739d35bef7066cdd069a1f3a168 Author: Lionel Landwerlin Date: Sun May 16 02:49:05 2010 +0200 TOFINISH: fixes on clear/scrolling Signed-off-by: Lionel Landwerlin gdk/directfb/gdkwindow-directfb.c | 94 +++++++++++++++++++++++++++---------- 1 files changed, 69 insertions(+), 25 deletions(-) commit 4509240d0ef202c218e8b85b2229d326c9acf17c Author: Lionel Landwerlin Date: Sat May 15 21:27:05 2010 +0200 directfb: fix gdk_directfb_child_at When GDK looks for the window under pointer, the gdk-directfb backend looks at windows starting from the root window to the upper window in the stack. For this, it looks at window's size and position. This patch fix the assumption that windows are always natives windows from which we can retrieve backend's private data. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkevents-directfb.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 65f7b09b39d86b9594e057ae727defe95189b741 Author: Lionel Landwerlin Date: Sat May 15 21:22:41 2010 +0200 directfb: fix GdkPixmap creation Since GDK has introduced the offscreen window concept, pixmap can be created using drawables which aren't native windows. This patch fix this assumption. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkpixmap-directfb.c | 56 +++++++++++++++--------------------- 1 files changed, 23 insertions(+), 33 deletions(-) commit 8e958f58c9bb0724844178434f229aaf66b28e65 Author: Lionel Landwerlin Date: Fri May 14 16:44:00 2010 +0200 directfb: remove useless cairo_surface cleanup This is done by gdk_directfb_cairo_surface_destroy via cairo_surface_set_user_data. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkwindow-directfb.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) commit 333d53b3427ca89edc0199b892fc88d76c58e9ff Author: Lionel Landwerlin Date: Fri May 14 16:15:52 2010 +0200 directfb: remove useless code manipulating window's private data The window management code used to deal with gdk internals. It seems a lot of code has been pushed to the generic gdk code, so we remove useless code. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkwindow-directfb.c | 87 ------------------------------------- 1 files changed, 0 insertions(+), 87 deletions(-) commit 737f035959ad4807aa81ef8397f771513c99b4be Author: Lionel Landwerlin Date: Fri May 14 15:30:50 2010 +0200 directfb: rework backend initialization a little bit Make it look more like the x11 backend. Also some people reported crash early in the backend initialization about some colormap stuff, this should avoid the problem. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkdisplay-directfb.c | 4 +- gdk/directfb/gdkwindow-directfb.c | 62 +++++++++++++++++++---------------- 2 files changed, 36 insertions(+), 30 deletions(-) commit 2970d775ed11c0719d0b294789a055191c51deb4 Author: Lionel Landwerlin Date: Fri May 14 14:23:57 2010 +0200 directfb: get rid of useless gdkWindow reference in GdkWindowImplDirectFB Signed-off-by: Lionel Landwerlin gdk/directfb/gdkprivate-directfb.h | 1 - gdk/directfb/gdkwindow-directfb.c | 5 +---- 2 files changed, 1 insertions(+), 5 deletions(-) commit 5538315d38ce6a71c94e3c674b723bb272adf9ed Author: Lionel Landwerlin Date: Fri May 14 12:14:08 2010 +0200 directfb: event manager rewrite The event translation code used to deal a lot with gdk internals. It seems a lot of code has been pushed to the generic gdk code, so we needed to rewrite the things a little bit. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkevents-directfb.c | 646 +++++++++++++------------------------ 1 files changed, 224 insertions(+), 422 deletions(-) commit ecb7734660fd001380d98c7772b7bab6d59f0e33 Author: Lionel Landwerlin Date: Fri May 14 00:48:05 2010 +0200 directfb: split gdk_directfb_event_make function In prevision of coming event manager rewrite. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkmain-directfb.c | 17 +++++++++++++---- gdk/directfb/gdkprivate-directfb.h | 3 +++ 2 files changed, 16 insertions(+), 4 deletions(-) commit 9de2f4b9cc902f4e0fa1530249a6650501685b13 Author: Lionel Landwerlin Date: Thu May 13 16:09:49 2010 +0200 directfb: get rid of abs_x,abs_y computation within the backend The computation of abs_x,abs_y is done by the generic code of GDK when events are raised. We don't care about that anymore. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkevents-directfb.c | 3 -- gdk/directfb/gdkgeometry-directfb.c | 2 - gdk/directfb/gdkprivate-directfb.h | 2 - gdk/directfb/gdkwindow-directfb.c | 46 +--------------------------------- 4 files changed, 2 insertions(+), 51 deletions(-) commit 68ba791720ed6d26e76d6a6a6df7fd5a428eb883 Author: Lionel Landwerlin Date: Mon May 10 00:48:52 2010 +0200 directfb: use boilerplate macros for GdkWindow This patch reduce boilerplate for GdkWindowImplDirectFB using G_DEFINE_TYPE macro. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkwindow-directfb.c | 55 +++++-------------------------------- 1 files changed, 7 insertions(+), 48 deletions(-) commit 4e9be0c9e976f7a620914eee87a43626201a19f6 Author: Lionel Landwerlin Date: Fri May 7 18:12:08 2010 +0200 directfb: use boilerplate macros for GdkPixmap This patch reduce boilerplate for GdkPixmapImplDirectFB using G_DEFINE_TYPE macro. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkpixmap-directfb.c | 31 +++---------------------------- 1 files changed, 3 insertions(+), 28 deletions(-) commit 000b2fa22bcecbfe00aca56909e1b551b7ee186a Author: Lionel Landwerlin Date: Wed May 5 23:08:43 2010 +0200 directfb: use boilerplate macros for GdkImage This patch reduce boilerplate for GdkImage using G_DEFINE_TYPE macro. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkimage-directfb.c | 28 +--------------------------- 1 files changed, 1 insertions(+), 27 deletions(-) commit 59d6e84459f111c1de91ec2dd3bba828dd5d4d55 Author: Lionel Landwerlin Date: Wed May 5 22:56:30 2010 +0200 directfb: drop cairo < 1.6 dependency This removes the cairo's versions checks < 1.6 since GTK+ now requires cairo >= 1.6. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkdrawable-directfb.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit f8d42326eafc4dace3e6d98e8b7d48df31e0e644 Author: Lionel Landwerlin Date: Sat Aug 28 18:38:17 2010 +0200 directfb: coding style coherency Signed-off-by: Lionel Landwerlin gdk/directfb/gdkcolor-directfb.c | 10 +- gdk/directfb/gdkcursor-directfb.c | 127 +++--- gdk/directfb/gdkdirectfb.h | 14 +- gdk/directfb/gdkdisplay-directfb.c | 96 +++-- gdk/directfb/gdkdisplay-directfb.h | 16 +- gdk/directfb/gdkdnd-directfb.c | 1 - gdk/directfb/gdkdrawable-directfb.c | 601 +++++++++++++------------- gdk/directfb/gdkevents-directfb.c | 138 +++--- gdk/directfb/gdkfont-directfb.c | 44 +- gdk/directfb/gdkgc-directfb.c | 23 +- gdk/directfb/gdkgeometry-directfb.c | 68 ++-- gdk/directfb/gdkglobals-directfb.c | 36 +- gdk/directfb/gdkimage-directfb.c | 35 +- gdk/directfb/gdkinput-directfb.c | 40 +- gdk/directfb/gdkkeys-directfb.c | 787 +++++++++++++++++----------------- gdk/directfb/gdkmain-directfb.c | 121 +++--- gdk/directfb/gdkpixmap-directfb.c | 57 ++-- gdk/directfb/gdkprivate-directfb.h | 138 ++++--- gdk/directfb/gdkproperty-directfb.c | 80 ++-- gdk/directfb/gdkscreen-directfb.c | 26 +- gdk/directfb/gdktestutils-directfb.c | 110 +++--- gdk/directfb/gdkvisual-directfb.c | 101 +++--- gdk/directfb/gdkwindow-directfb.c | 754 +++++++++++++++++---------------- 23 files changed, 1754 insertions(+), 1669 deletions(-) commit 3c3aa2778be096b179604cd26dc2ca82926ce47b Author: Lionel Landwerlin Date: Sat Aug 28 17:44:34 2010 +0200 directfb: add missing symbols for gdk input 2.22 Also make it look more like the x11 backend. Signed-off-by: Lionel Landwerlin gdk/directfb/gdkinput-directfb.c | 290 +++++++++++++++++++++++++++++--------- 1 files changed, 226 insertions(+), 64 deletions(-) commit 8637b3eb373e56549ff67100afd788f6af002f7e Author: Lionel Landwerlin Date: Sat Aug 28 17:42:13 2010 +0200 directfb: drop internal reference to gdk-pixbuf Signed-off-by: Lionel Landwerlin gdk/directfb/gdkdrawable-directfb.c | 68 +++++++++++++++++++++-------------- 1 files changed, 41 insertions(+), 27 deletions(-) commit 4226a6cfcd61c5984e4103820aaaf390c72124f3 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 eea413fe9da8489510f8ac927ad3653e76158854 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 6e4765b1e9dbec0c4e1b9c99aa65709086bca643 Author: Philip Withnall Date: Tue Aug 31 09:40:16 2010 +0100 Update British English translation po-properties/en_GB.po | 10 +++++----- po/en_GB.po | 29 ++++++++++++++++++----------- 2 files changed, 23 insertions(+), 16 deletions(-) commit ce41d56f7391f212d2a8e1e6b0a15115ff54dea7 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 5c74a696d5c1593be0f6b801cb85a4baf1087883 Author: Matthias Clasen Date: Tue Aug 31 00:34:24 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-information.png | Bin 0 -> 879 bytes gtk/stock-icons/16/dialog-information.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-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-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-information.png | Bin 0 -> 1420 bytes gtk/stock-icons/24/dialog-information.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-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-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-information.png | Bin 0 -> 3259 bytes gtk/stock-icons/48/dialog-information.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 ----- 668 files changed, 54256 insertions(+), 54286 deletions(-) commit 0499938cf8b90b09abcc95061caf589740c7ea28 Author: Gabor Kelemen Date: Tue Aug 31 02:27:53 2010 +0200 Updated Hungarian translation po/hu.po | 2744 +++++++++++++++++++++----------------------------------------- 1 files changed, 919 insertions(+), 1825 deletions(-) commit 39a9857c00528c15165f1e3c77231c9beda81b6d Author: Gabor Kelemen Date: Tue Aug 31 02:19:45 2010 +0200 Updated Hungarian translation po-properties/hu.po | 326 ++++++++++++++++++++++++++++++++------------------- 1 files changed, 205 insertions(+), 121 deletions(-) commit 11b47eaa5485feb97aa7224e2f8ed8af401320d7 Author: Matthias Clasen Date: Mon Aug 30 15:05:46 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1402c861a9536f2283c70af078d6c15af57dc493 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 e822af1d98ed86826136ca561939343b353aa96e 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 78d120e299a3d3de1430b6afd083374545de713e 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(-)