commit 234e18f159abe0ac9ca9d7cbe6d94481ecfb6868 (HEAD, master) Author: Cosimo Cecchi Date: Tue Feb 19 20:35:57 2013 -0500 release: prepare for 3.7.90 NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) commit 4b190c7805720b55e3103ee435e1cd13102d9d50 (origin/master, origin/HEAD) Author: Cosimo Cecchi Date: Tue Feb 19 19:55:56 2013 -0500 Improve styling support for header bars Support setting selection-mode on a GdHeaderBar, and using GdHeaderButtons inside it. themes/Adwaita/gtk-3.0/gtk-widgets.css | 60 +++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 8 deletions(-) commit 14ae2c771dd175a45cf8a9de72355c0f8ea16914 Author: Paolo Borelli Date: Tue Feb 19 21:59:17 2013 +0100 Update gedit search slider css The implementation changed, update the css to obtain the same result themes/Adwaita/gtk-3.0/gnome-applications.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit 0d6170da97c4200ac17d029334268a52377335e9 Author: Cosimo Cecchi Date: Tue Feb 19 12:52:06 2013 -0500 gtk2: fix regression in drawing LibreOffice/OOo GtkEntry backgrounds The way GTK theming is done in LibreOffice/OOo doesn't work with composed transparent images on top of another. Add a workaround and draw a solid background for the entry in this case. https://bugzilla.gnome.org/show_bug.cgi?id=694191 .../gtk-2.0/Entry/entry-border-fill-solid.png | Bin 0 -> 203 bytes themes/Adwaita/gtk-2.0/Makefile.am | 1 + themes/Adwaita/gtk-2.0/adwaita_engine.c | 33 ++++++++++++------ themes/Adwaita/gtk-2.0/gtkrc | 37 ++++++++++++++++++--- 4 files changed, 56 insertions(+), 15 deletions(-) commit 6c099e49f5740e1ce36867bc9750ecaca3ce4408 (wip/gtk2) Author: Cosimo Cecchi Date: Mon Feb 18 13:34:10 2013 -0500 gtk2: make sure not to render shadows for GTK_SHADOW_NONE frames https://bugzilla.redhat.com/show_bug.cgi?id=863396 themes/Adwaita/gtk-2.0/gtkrc | 68 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 3 deletions(-) commit ce04054e8f76da744c75479f7ffa61b5489c396f Author: Cosimo Cecchi Date: Mon Feb 18 12:54:44 2013 -0500 header-bar: add a first basic theming for header bar widgets As used by the control center. For now, just render a stroke at the bottom. themes/Adwaita/gtk-3.0/gtk-widgets.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit b51db029058bcb5a147033c2b2945992f5d2b5d2 Author: Claudio Saavedra Date: Tue Feb 12 18:49:55 2013 +0200 Adwaita: fix the toolbar buttons in epiphany when using the dark theme https://bugzilla.gnome.org/show_bug.cgi?id=693661 themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css | 12 ++++++++++++ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 1 + themes/Adwaita/gtk-3.0/gtk.gresource.xml | 1 + 3 files changed, 14 insertions(+) commit 1595af2fd530187f8bd1122de2ae829595ef017f Author: Cosimo Cecchi Date: Sun Feb 17 09:54:26 2013 -0500 osd: add style for OSD buttons in a GtkOverlay Like Documents has. themes/Adwaita/gtk-3.0/gtk-widgets.css | 47 ++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) commit c09f94a909d857150608c0e90dffac58026dd046 Author: Erick PĂ©rez Castellanos Date: Thu Feb 7 08:22:00 2013 -0500 Added style for selection-toolbar in Contacts. themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++++ 1 file changed, 7 insertions(+) commit 5edce7c3330d314f924cd79b88ea4f9b1c51d946 Author: Jakub Steiner Date: Thu Feb 14 12:55:29 2013 +0100 gtk3: active state for osd buttons - much clearer it is a depressed state now. themes/Adwaita/gtk-3.0/gtk-main-common.css | 7 ++++--- themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) commit d625b41d7b67d89f7c4366347fbb9330360c597a (tag: 3.7.6)