commit 5a851bd14f87a999ef919f48c109560b82955e1e Author: Cosimo Cecchi Date: Mon Jul 25 16:01:47 2011 +0200 release: update for 3.1.4 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 8ef8e6213af9adb1c3f6825b8bfecdafb52a250f Author: Jakub Steiner Date: Mon Jul 25 15:15:05 2011 +0200 Minor tweaks to the contrast of the dark select/checkboxes .../gtk-3.0/assets/checkbox-checked-dark.svg | 73 ++++++++++++++++---- .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg | 31 ++++++--- themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg | 25 +++++-- .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg | 12 ++-- 4 files changed, 105 insertions(+), 36 deletions(-) commit a40b2b791c5bf638c0f0b06ff5597d419dad338e Author: Cosimo Cecchi Date: Mon Jul 18 10:05:25 2011 -0400 First iteration of a blue-based dark theme .../gtk-3.0/assets/button-active-border-dark.svg | 75 +++---- .../Adwaita/gtk-3.0/assets/button-border-dark.svg | 39 +++-- .../gtk-3.0/assets/button-default-border-dark.svg | 113 +++++------ .../gtk-3.0/assets/checkbox-checked-dark.svg | 124 ++++++------ .../Adwaita/gtk-3.0/assets/checkbox-mixed-dark.svg | 214 ++++++++------------ .../gtk-3.0/assets/checkbox-unchecked-dark.svg | 193 ++++++++---------- .../gtk-3.0/assets/entry-border-focused-dark.svg | 12 +- .../gtk-3.0/assets/entry-border-normal-dark.svg | 15 +-- .../primary-toolbar-button-active-border-dark.svg | 10 +- .../gtk-3.0/assets/progressbar-border-dark.svg | 8 +- .../assets/progressbar-border-vertical-dark.svg | 8 +- themes/Adwaita/gtk-3.0/assets/radio-mixed-dark.svg | 205 +++++++++++++++---- .../Adwaita/gtk-3.0/assets/radio-selected-dark.svg | 27 +-- .../gtk-3.0/assets/radio-unselected-dark.svg | 142 +++++++++++--- themes/Adwaita/gtk-3.0/gtk-dark.css | 45 ++-- themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 6 +- .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 20 ++ themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- themes/Adwaita/gtk-3.0/gtk.css | 1 - 19 files changed, 706 insertions(+), 553 deletions(-) commit abe0bf1f84b148f6d6de08e69678b29a85b69e81 Author: Ihar Hrachyshka Date: Thu Jul 21 02:06:31 2011 +0300 Added Belarusian translation. po/LINGUAS | 1 + po/be.po | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 0 deletions(-) commit 1e6c5e1579ba8c533b3a5a63b6a6622a0f2887c2 Author: Brian Cameron Date: Fri Jul 15 21:01:43 2011 -0500 Fix compile bug #654714. src/engine.symbols | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit aa68c51d09305e8dd630478e9f1b261833164be3 Author: Cosimo Cecchi Date: Wed Jul 13 16:08:24 2011 -0400 inline-toolbars: support nth-child for buttons packed into boxes too This allows theming for groups of buttons packed into boxes into inline-toolbars. themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8adba93d234f91b310e8ed03b8f28fd41f8b71bf Author: Aurimas Černius Date: Tue Jul 12 18:23:29 2011 +0300 Added Lithuanian translation po/LINGUAS | 1 + po/lt.po | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 0 deletions(-) commit 162a72c61bb35f378eb343ac618d8e5477108e7a Author: Jakub Steiner Date: Tue May 24 19:48:40 2011 +0200 Use light menus after working around border issue with mutter shadow. https://bugzilla.gnome.org/show_bug.cgi?id=649374 themes/Adwaita/gtk-3.0/gtk.css | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 495a55054aafa3d6f7b89178b8b6d80e257eda89 Author: Cosimo Cecchi Date: Fri Jul 8 15:05:49 2011 -0400 icon-view: use a border-only selection for the dark theme themes/Adwaita/gtk-3.0/Makefile.am | 1 + themes/Adwaita/gtk-3.0/gtk-dark.css | 1 + .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 9 +++++++++ 3 files changed, 11 insertions(+), 0 deletions(-) commit b3d3418f47ad9b167cae0c582c3c75decb575825 Author: Cosimo Cecchi Date: Fri Jul 8 15:01:08 2011 -0400 dim-label: make the label dim if it's in a selected/focused item Such as an icon view cell. themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 27fb3624e2d22fa705de553c6130916c1e30a141 Author: Cosimo Cecchi Date: Fri Jul 8 14:40:25 2011 -0400 raised-buttons: support raised hints on the button itself These two configurations for raised buttons should 'just work' with the theme: - a raised hint is set on the GtkToolItem, matched by '.raised .button' - a raised hint is set on a GtkButton, which is packed (possibly together with other buttons) in a GtkToolItem, needed for nth-child support in complex toolbar layouts. This is matched by '.raised.button'. themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 4 ++- themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 4 ++- themes/Adwaita/gtk-3.0/gtk-widgets.css | 32 +++++++++++++++---- 3 files changed, 31 insertions(+), 9 deletions(-) commit 860b2dfefdbe0d596f8532fe752fe0982b1df199 Author: Cosimo Cecchi Date: Fri Jul 8 13:04:07 2011 -0400 linked-buttons: first implementation of linked+raised button areas themes/Adwaita/gtk-3.0/gtk-dark.css | 1 + themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 29 ++++++++++++++++++++ themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 28 +++++++++++++++++++ themes/Adwaita/gtk-3.0/gtk-widgets.css | 27 ++++++++++++++++++ themes/Adwaita/gtk-3.0/gtk.css | 1 + 5 files changed, 86 insertions(+), 0 deletions(-) commit 062754718ac3a99294c6c6c871ba50d58aa9a2ce Author: Cosimo Cecchi Date: Fri Jul 8 13:02:23 2011 -0400 raised-buttons: tweak the border image for raised dark buttons .../primary-toolbar-raised-button-border-dark.svg | 43 +++++++++++++------- 1 files changed, 28 insertions(+), 15 deletions(-) commit 18b008340218f8c7233a87902738d3e44987dbda Author: Cosimo Cecchi Date: Fri Jul 8 12:55:27 2011 -0400 entry: remove an useless fill in the entry border .../Adwaita/gtk-3.0/assets/entry-border-normal.svg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ed1451982d9248955fc94797aa56ec4a54dfee1 Author: Cosimo Cecchi Date: Fri Jul 8 12:49:41 2011 -0400 entry: tweak border for entries on primary toolbars in the dark theme themes/Adwaita/gtk-3.0/assets/Makefile.am | 1 + .../primary-toolbar-entry-border-normal-dark.svg | 113 ++++++++++++++++++++ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 4 + 3 files changed, 118 insertions(+), 0 deletions(-) commit e0ab012977360b2960644264eb3041322bd84b50 Author: Cosimo Cecchi Date: Fri Jul 8 12:46:57 2011 -0400 entry: split colors for entries on primary toolbars And add a first dark theme version themes/Adwaita/gtk-3.0/gtk-dark.css | 11 +++++++---- themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++++ themes/Adwaita/gtk-3.0/gtk.css | 3 +++ 3 files changed, 15 insertions(+), 4 deletions(-) commit b92742c807079916fc4a11c65287a84d4c5d4f3b Author: Cosimo Cecchi Date: Fri Jul 8 12:43:27 2011 -0400 raised-buttons: split raised button colors into their own definition And add one for the dark theme themes/Adwaita/gtk-3.0/gtk-dark.css | 6 ++++++ themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++---- themes/Adwaita/gtk-3.0/gtk.css | 10 ++++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) commit 46092237c5a68c4fdec8a5d6f8cc0cf1206e8f07 Author: Cosimo Cecchi Date: Fri Jul 8 12:36:36 2011 -0400 primary-toolbar: use a normal border for the primary toolbars Also, tweak the border for the dark theme themes/Adwaita/gtk-3.0/gtk-dark.css | 2 ++ themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 +++----- themes/Adwaita/gtk-3.0/gtk.css | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) commit e1637152cf1f7c2d8d6e087bfc4f00a54b6997ea Author: Cosimo Cecchi Date: Fri Jul 8 12:22:44 2011 -0400 build: explicitly require librsvg This is now required, as we use many SVG assets. https://bugzilla.gnome.org/show_bug.cgi?id=653040 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0244677414c6897301682b2bbe3b74e22c391720 Author: Cosimo Cecchi Date: Fri Jul 8 12:18:39 2011 -0400 inline-toolbars: implement button relief style for inline toolbars https://bugzilla.gnome.org/show_bug.cgi?id=643702 themes/Adwaita/gtk-3.0/gtk-widgets.css | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-)