commit 2d369fc600f7169b4f147499e4c28bef2eed2e34 Author: Jakub Steiner Date: Tue Sep 24 13:09:42 2013 +0200 prepare for 3.10.0 release NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 2a33ae68119857d440c09f72e1abd502c419dd5a Author: Ignacio Casal Quinteiro Date: Fri Sep 20 12:55:03 2013 +0200 Fix GeditStatusMenuButton style. themes/Adwaita/gtk-3.0/gnome-applications.css | 33 +++++++++++++++++---------- 1 file changed, 21 insertions(+), 12 deletions(-) commit 1ea3a547f31cd8efd9cb1b3937defb91b8ab42b6 Author: Alexander Larsson Date: Mon Sep 16 15:16:28 2013 +0200 Fix notebook tab close buttons with new Gtk+ Gtk+ no longer propagates :hover state to child widgets, so we can't do something like ".button GtkImage:hover". Fortunately the stuff the code was using is all inherited properties that we may as well set on the button itself instead. https://bugzilla.gnome.org/show_bug.cgi?id=708144 themes/Adwaita/gtk-3.0/gtk-widgets.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) commit 22e643f53018133784945006746b868627a2da7d Author: Michael Catanzaro Date: Tue Sep 10 07:53:30 2013 -0500 Rename abrt-gui icons to gnome-abrt Fixes high contrast icons for ABRT 0.3 https://bugzilla.gnome.org/show_bug.cgi?id=707859 themes/HighContrast/Makefile-icons.am | 12 ++++++------ themes/HighContrast/icons/16x16/apps/abrt-gui.png | Bin 362 -> 0 bytes themes/HighContrast/icons/16x16/apps/gnome-abrt.png | Bin 0 -> 362 bytes themes/HighContrast/icons/22x22/apps/abrt-gui.png | Bin 434 -> 0 bytes themes/HighContrast/icons/22x22/apps/gnome-abrt.png | Bin 0 -> 434 bytes themes/HighContrast/icons/24x24/apps/abrt-gui.png | Bin 459 -> 0 bytes themes/HighContrast/icons/24x24/apps/gnome-abrt.png | Bin 0 -> 459 bytes themes/HighContrast/icons/256x256/apps/abrt-gui.png | Bin 3134 -> 0 bytes themes/HighContrast/icons/256x256/apps/gnome-abrt.png | Bin 0 -> 3134 bytes themes/HighContrast/icons/32x32/apps/abrt-gui.png | Bin 575 -> 0 bytes themes/HighContrast/icons/32x32/apps/gnome-abrt.png | Bin 0 -> 575 bytes themes/HighContrast/icons/48x48/apps/abrt-gui.png | Bin 767 -> 0 bytes themes/HighContrast/icons/48x48/apps/gnome-abrt.png | Bin 0 -> 767 bytes 13 files changed, 6 insertions(+), 6 deletions(-) commit 94838661b77e2ad9f74014a195aea18d1b6814ff Author: Erick PĂ©rez Castellanos Date: Mon Sep 9 09:05:00 2013 -0400 contacts: Fix CSD window decorations themes/Adwaita/gtk-3.0/gnome-applications.css | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 557c2ba35ea6ae6f29252b1d9c67e02ab4dc4548 Author: Matthias Clasen Date: Sun Sep 8 16:17:46 2013 -0400 Fix levelbar low level color The theming for levelbars was using @warning_bg_color for low levels, but that color is no longer defined since commit 6bfa3aa073c31f776db73ff44c6b65d90e1d5cd4. Change it to use @warning_color instead, which still exists, and looks roughly the same. themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit d10116eb77b09d8372a82de2e25894371805726c Author: Cosimo Cecchi Date: Thu Sep 5 19:13:28 2013 -0700 gtk3: fix menu borders when not running under gnome-shell We can just use a transparent background for the insensitive items. https://bugzilla.gnome.org/show_bug.cgi?id=707358 themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)