commit ad0ec5dace01c1cb4e4ceae16ba726592bb1aeed (HEAD, master) Author: Cosimo Cecchi Date: Tue Mar 5 14:53:13 2013 -0500 release: prepare for 3.7.91 NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) commit 7e46ee1d19a3bc362258b183d7fdfee6f2ea972e (origin/master, origin/HEAD) Author: Cosimo Cecchi Date: Mon Mar 4 21:33:05 2013 -0500 header-bar: compensate for bottom border on bar sides We want spacings to be even on all sides of the bar - since we add an 1px border at the bottom of the bar we have to compensate with an 1px horizontal padding. themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 + 1 file changed, 1 insertion(+) commit ca933d0dabc01342779578bc0532911134d12918 Author: Cosimo Cecchi Date: Mon Feb 25 07:40:01 2013 -0500 treeview: set horizontal-separator themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++ 1 file changed, 2 insertions(+) commit ae7fdb498c577252ef2b3d8f706612a5016135db Author: Cosimo Cecchi Date: Wed Feb 27 17:24:00 2013 -0500 osd: fixes for insensitive OSD scales and buttons themes/Adwaita/gtk-3.0/gtk-widgets.css | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 7ad94a87e84f348dca8191b2c95becd7c91f6566 Author: Cosimo Cecchi Date: Tue Feb 26 09:24:36 2013 -0500 gtk3: fix a missing semicolon themes/Adwaita/gtk-3.0/gtk-main-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f33d2dbcae4f42cd8d3cd5e271ab483d52c43940 Author: Cosimo Cecchi Date: Mon Feb 25 17:18:14 2013 -0500 gtk2: fix regression in Chrome/Chromium toolbar drawing When using the native GTK theme, Chromium uses an offscreen entry and gtk_style_attach() to draw its background on the GtkHBox of the location entry. This won't take into account the base color of the GtkEntry itself, so we have to special case the offscreen entry and use a solid background for it. https://bugzilla.gnome.org/show_bug.cgi?id=694661 .../gtk-2.0/Entry/entry-border-fill-plain.png | Bin 0 -> 139 bytes themes/Adwaita/gtk-2.0/Makefile.am | 1 + themes/Adwaita/gtk-2.0/gtkrc | 48 +++++++++++++++++++++ 3 files changed, 49 insertions(+) commit c9d21d9963c6c3fc7104ff3521eeab37cc57b974 Author: Cosimo Cecchi Date: Mon Feb 25 12:12:39 2013 -0500 gtk2: fix white border around background when overridden The border assets we used previously had a fully opaque background filled inside the border stroke. When the background color is overridden by the application, part of the frame will be drawn on top of the overridden background, which won't look good if background colors don't match. To fix this, use borders with a transparent fill in the middle. Don't use this new assets for Libreoffice though, as it won't work there for missing alpha channel support. https://bugzilla.gnome.org/show_bug.cgi?id=685712 .../gtk-2.0/Entry/combo-entry-border-active-bg.png | Bin 299 -> 274 bytes .../Entry/combo-entry-border-active-notebook.png | Bin 290 -> 274 bytes .../Entry/combo-entry-border-active-rtl-bg.png | Bin 325 -> 295 bytes .../Entry/combo-entry-border-active-rtl-notebook.png | Bin 302 -> 295 bytes .../Adwaita/gtk-2.0/Entry/combo-entry-border-bg.png | Bin 307 -> 334 bytes .../gtk-2.0/Entry/combo-entry-border-notebook.png | Bin 304 -> 304 bytes .../gtk-2.0/Entry/combo-entry-border-rtl-bg.png | Bin 328 -> 373 bytes .../Entry/combo-entry-border-rtl-notebook.png | Bin 308 -> 322 bytes .../gtk-2.0/Entry/entry-border-active-bg-solid.png | Bin 0 -> 402 bytes .../Adwaita/gtk-2.0/Entry/entry-border-active-bg.png | Bin 402 -> 355 bytes .../gtk-2.0/Entry/entry-border-active-notebook.png | Bin 377 -> 356 bytes .../Adwaita/gtk-2.0/Entry/entry-border-bg-solid.png | Bin 0 -> 406 bytes themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png | Bin 406 -> 427 bytes .../Adwaita/gtk-2.0/Entry/entry-border-notebook.png | Bin 393 -> 407 bytes themes/Adwaita/gtk-2.0/Makefile.am | 2 ++ themes/Adwaita/gtk-2.0/gtkrc | 19 +++++++++++++++++++ 16 files changed, 21 insertions(+) commit de5beb2c7e72948bb3f702aea684c34194c90e11 Author: Cosimo Cecchi Date: Fri Feb 22 19:03:05 2013 -0500 progressbars: make colors darker for backdrop https://bugzilla.gnome.org/show_bug.cgi?id=693444 themes/Adwaita/gtk-3.0/gtk-main-dark.css | 1 + themes/Adwaita/gtk-3.0/gtk-main.css | 3 ++- themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) commit 19790da444a485ec7251039d220f81564ca59ba6 Author: Cosimo Cecchi Date: Fri Feb 22 15:07:13 2013 -0500 nautilus: remove special theming for Nautilus pathbar buttons themes/Adwaita/gtk-3.0/gnome-applications.css | 4 ---- 1 file changed, 4 deletions(-) commit 825af836c15ea54756585f61dfcd716886d5caa1 Author: Cosimo Cecchi Date: Fri Feb 22 14:41:29 2013 -0500 expanders: use stock GTK arrow rendering for expanders The +/- boxes we have had for a while were deemed too obtrusive. Revert to a more minimal arrow, which removes also the need for a custom C override to render them. themes/Adwaita/gtk-3.0/adwaita_engine.c | 82 --------------------------------- themes/Adwaita/gtk-3.0/gtk-widgets.css | 43 ++++++----------- 2 files changed, 15 insertions(+), 110 deletions(-) commit df3f467603aac0b1e3e676668e1f5f2ebb08ab27 Author: Cosimo Cecchi Date: Fri Feb 22 12:57:56 2013 -0500 widgets: support linked entries in primary toolbars themes/Adwaita/gtk-3.0/gtk-widgets.css | 39 +++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) commit b5f30d1d797f5ff27148f57796934fc2ea55155c Author: Cosimo Cecchi Date: Fri Feb 22 09:43:50 2013 -0500 spinbutton: fix spinbutton box shadows for RTL case themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit a686451bd9e073c5d8b6c61918867b4adb08b3e2 Author: Cosimo Cecchi Date: Thu Feb 21 17:09:50 2013 -0500 spinner: ensure spinners inside buttons get the right color when active themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++ 1 file changed, 4 insertions(+) commit d95d7e1fa71a12c5ca92024c7500b3acaca9a798 Author: Cosimo Cecchi Date: Thu Feb 21 14:30:29 2013 -0500 documents: fix the look of the Load More button Set a border on it, since we don't set one on the scrolled window above it anymore. themes/Adwaita/gtk-3.0/gnome-applications.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 69bab92e63849c76dab91549c78e5e9788ea12d9 Author: Cosimo Cecchi Date: Thu Feb 21 13:45:34 2013 -0500 metacity: ensure window decoration titles are properly centered For some reason there was a stray "+ 2" on the title X coordinates, which made it look off-center. themes/Adwaita/metacity-1/metacity-theme-3.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 6a674f191893973b4c4ceafed0644d4e51a516b3 Author: Cosimo Cecchi Date: Thu Feb 21 12:51:51 2013 -0500 Update HighContrast icons from gnome-icon-theme-symbolic themes/HighContrast/Makefile-icons.am | 12 ++++++++++++ .../icons/16x16/apps/system-software-install.png | Bin 0 -> 286 bytes themes/HighContrast/icons/16x16/status/computer-fail.png | Bin 0 -> 422 bytes .../icons/22x22/apps/system-software-install.png | Bin 0 -> 354 bytes themes/HighContrast/icons/22x22/status/computer-fail.png | Bin 0 -> 479 bytes .../icons/24x24/apps/system-software-install.png | Bin 0 -> 353 bytes themes/HighContrast/icons/24x24/status/computer-fail.png | Bin 0 -> 535 bytes .../icons/256x256/apps/system-software-install.png | Bin 0 -> 2651 bytes .../HighContrast/icons/256x256/status/computer-fail.png | Bin 0 -> 3087 bytes .../icons/32x32/apps/system-software-install.png | Bin 0 -> 482 bytes themes/HighContrast/icons/32x32/status/computer-fail.png | Bin 0 -> 660 bytes .../icons/48x48/apps/system-software-install.png | Bin 0 -> 671 bytes themes/HighContrast/icons/48x48/status/computer-fail.png | Bin 0 -> 929 bytes 13 files changed, 12 insertions(+) commit b80296a796859477f32964ecd4cef37a4a422b98 Author: Cosimo Cecchi Date: Thu Feb 21 12:05:34 2013 -0500 selection-mode: set correct color for dim labels in selection toolbars themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++ 1 file changed, 2 insertions(+) commit a0d54acad31c5af506d54b38d69559622bfb5a3b Author: Cosimo Cecchi Date: Wed Feb 20 11:50:21 2013 -0500 header-bar: more fixes for selection mode and backdrop themes/Adwaita/gtk-3.0/gtk-main-dark.css | 21 ++++++++++++--------- themes/Adwaita/gtk-3.0/gtk-main.css | 21 ++++++++++++--------- themes/Adwaita/gtk-3.0/gtk-widgets.css | 22 ++++++++++++++++------ 3 files changed, 40 insertions(+), 24 deletions(-) commit 2f93bdb7c6ba45396fbc5f0b1f27fcbc6fd3177e Author: Cosimo Cecchi Date: Wed Feb 20 11:00:02 2013 -0500 header-bar: more fixes for selection mode themes/Adwaita/gtk-3.0/gtk-main-dark.css | 2 +- themes/Adwaita/gtk-3.0/gtk-main.css | 14 +++++++------- themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 8 ++++++-- themes/Adwaita/gtk-3.0/gtk-widgets.css | 19 ++++++++++++++++++- 4 files changed, 32 insertions(+), 11 deletions(-) commit 898bd6bfa48bbd98e806afacb3178ab90c900027 Author: Paolo Borelli Date: Wed Feb 20 14:10:17 2013 +0100 ContentView: fix checkbox in backdrop themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 234e18f159abe0ac9ca9d7cbe6d94481ecfb6868 (tag: 3.7.90)