commit f9c8b69ec57e83cdcb89c85d3f7502beb1c81958
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 16 11:01:25 2011 +0200
release: prepare for 3.1.5
NEWS | 12 ++++++++++++
configure.ac | 2 +-
2 files changed, 13 insertions(+), 1 deletions(-)
commit 5b24fbab471d5ea8613e721e8a455887652af025
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 16 10:59:14 2011 +0200
combobox-entry: match new combobox-entry style on primary-toolbars
It needs an additional selector, as primary toolbar buttons already have
a different style.
themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 3 +++
themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 3 +++
themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 ++++++++-
3 files changed, 14 insertions(+), 1 deletions(-)
commit 60ed7bb0a89010aa330c2efd3e2395a0c331c26b
Author: Cosimo Cecchi <
[email protected]>
Date: Fri Aug 12 15:05:58 2011 +0200
expander: only apply the padding hack for regular treeview expanders
What we do here is really bad.
src/adwaita_engine.c | 24 +++++++++++++++---------
themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++--
2 files changed, 17 insertions(+), 11 deletions(-)
commit 7aee51da2d1fa871c6e988cfd5f6cbac2c37c73c
Author: Jakub Steiner <
[email protected]>
Date: Fri Aug 12 12:36:12 2011 +0200
flat menus will work better for outset toolbars (Documents, Music..)
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
commit 06eec732e5cecfbc95c0d0353469f0518cc589d5
Author: Jakub Steiner <
[email protected]>
Date: Fri Aug 12 12:16:06 2011 +0200
spinbutton padding.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit b59895cbdac5240708ec767e8bbd9cb6d76b891e
Author: Jakub Steiner <
[email protected]>
Date: Fri Aug 12 11:42:21 2011 +0200
pushed state for dakr buttons.
themes/Adwaita/gtk-3.0/gtk-dark.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 35a60360797f68d09ce5d74db564799c27120f14
Author: Jakub Steiner <
[email protected]>
Date: Fri Aug 12 11:25:09 2011 +0200
gtkscale+through shading.
.../assets/scale-slider-horizontal-dark.svg | 96 ++++++++++++++---
.../scale-slider-horizontal-insensitive-dark.svg | 14 ++--
.../gtk-3.0/assets/scale-slider-vertical-dark.svg | 114 ++++++++++++++++++--
.../scale-slider-vertical-insensitive-dark.svg | 42 ++------
.../assets/trough-border-horizontal-dark.svg | 62 +++++++++--
.../gtk-3.0/assets/trough-border-vertical-dark.svg | 25 ++---
6 files changed, 272 insertions(+), 81 deletions(-)
commit ff177897389988012a3bcbe77c7b53f76aa9c12c
Author: Cosimo Cecchi <
[email protected]>
Date: Thu Aug 11 13:11:43 2011 +0200
settings: use gtk-visible-focus = automatic
The new gtk-visible-focus GTK setting disables focus rings until keynav
is used.
configure.ac | 2 +-
themes/Adwaita/gtk-3.0/settings.ini | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
commit 77138f113c2a8b9261d61b6819b309aa2f5ed970
Author: Cosimo Cecchi <
[email protected]>
Date: Thu Aug 11 10:07:27 2011 +0200
spinbutton: use the correct color for the arrow prelight state
themes/Adwaita/gtk-3.0/gtk-widgets.css | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
commit ace971663ce4abbc465100e3bd181c56e8075b13
Author: Cosimo Cecchi <
[email protected]>
Date: Thu Aug 11 09:52:11 2011 +0200
entry: don't use a special border for primary toolbar entries
It's not needed anymore now that the entry has been restyled.
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, 0 insertions(+), 118 deletions(-)
commit ffb63b7d74fc0e1d7fa8204e656e22ca935bda30
Author: Cosimo Cecchi <
[email protected]>
Date: Wed Aug 10 16:50:39 2011 +0200
entry: theme symbolic icons inside text entries
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
commit 00676a69af14b5ba58670c920326b4c4160c4c52
Author: Cosimo Cecchi <
[email protected]>
Date: Wed Aug 10 16:44:08 2011 +0200
combobox: fix the active state of the entry button in the dark theme
themes/Adwaita/gtk-3.0/gtk-dark.css | 7 ++++---
.../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 4 ----
themes/Adwaita/gtk-3.0/gtk-widgets.css | 14 +++++++++++---
themes/Adwaita/gtk-3.0/gtk.css | 3 +++
4 files changed, 18 insertions(+), 10 deletions(-)
commit f1dca7d70524d3c5baf3fa19b9c4aec26fb65540
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 20:12:48 2011 +0200
combobox: fix combobox padding for good
themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit 0252dc3db8e698130de6d0f7b8169caa34b8fa6d
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 20:12:22 2011 +0200
expander: fix expander size to match the treeview sizing hack
themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit ca2a8b20d579f4388656c47437e264d6eca46c90
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 20:11:28 2011 +0200
Use a new style for entries and theme comboboxes with entries correctly
themes/Adwaita/gtk-3.0/assets/Makefile.am | 1 +
.../assets/combobox-entry-border-active.svg | 112 ++++++++++++++++++++
themes/Adwaita/gtk-3.0/gtk-dark.css | 5 +
themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 6 +
themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 9 ++
.../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 5 -
themes/Adwaita/gtk-3.0/gtk-widgets.css | 31 ++++++
themes/Adwaita/gtk-3.0/gtk.css | 5 +
8 files changed, 169 insertions(+), 5 deletions(-)
commit a1d64e6da6ef88501b5c26109a707f9f96c7860d
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 13:09:47 2011 +0200
combobox: actually set the padding on the right selector
Otherwise it breaks width consistency
themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
commit af794847f1bbe9b2b19688188f01255551c2633e
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 13:04:00 2011 +0200
combobox: re-add left-side padding in comboboxes
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit d64dac3fdf719d98aeb515cf25ebb8f68ef5df7f
Author: Jakub Steiner <
[email protected]>
Date: Tue Aug 9 12:35:32 2011 +0200
prelight of wm icons on unfocused windows.
themes/Adwaita/metacity-1/metacity-theme-3.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit d64d0cbfb1173b202501a1a6e8a23d4ce0100484
Author: Jakub Steiner <
[email protected]>
Date: Mon Aug 8 19:51:19 2011 +0200
Dark theme buttons, combobox arrow fixes.
.../Adwaita/gtk-3.0/assets/button-border-dark.svg | 62 +++++++++++++++++---
.../gtk-3.0/assets/entry-border-normal-dark.svg | 6 +-
themes/Adwaita/gtk-3.0/gtk-dark.css | 6 +-
themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +-
themes/Adwaita/gtk-3.0/gtk.css | 1 +
5 files changed, 64 insertions(+), 18 deletions(-)
commit 8299ebc9460af9f2cc9054bf1518dd9bd3a9b68e
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 12:56:55 2011 +0200
inline-toolbar: make the background transparent for raised buttons
themes/Adwaita/gtk-3.0/gtk-widgets.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
commit 503f47224a29e7168cec5c9e1e5fc658d1c0a0f5
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 12:56:31 2011 +0200
expanders: tweak the border color and padding for treeview expanders
src/adwaita_engine.c | 9 +++++++++
themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 +++++-------
2 files changed, 14 insertions(+), 7 deletions(-)
commit eecd19ce475433cd978fcdef86a447250ba055b1
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Aug 9 12:55:08 2011 +0200
focus: tweak the focus ring padding for treeview rows
src/adwaita_engine.c | 19 ++++++++++++++++---
themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 ++++---
2 files changed, 20 insertions(+), 6 deletions(-)
commit 4dedecd2e972a74786b207ba364d9327e5fe803b
Author: Rui Matos <
[email protected]>
Date: Tue Aug 9 00:49:44 2011 +0100
expander: ensure both x and y are rounded to their integral part
Otherwise we might end up drawing between pixels, which looks blurry.
https://bugzilla.gnome.org/show_bug.cgi?id=656187
src/adwaita_engine.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
commit 13cf8d731c57edc0953e4b3563c361abab2a5492
Author: Jakub Steiner <
[email protected]>
Date: Mon Aug 8 18:42:34 2011 +0200
progressbar trough fill & stroke fixes.
themes/Adwaita/gtk-3.0/gtk-dark.css | 6 +++---
themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 2 --
2 files changed, 3 insertions(+), 5 deletions(-)
commit 6055b89336339a0747434495897ec98032b5e0d3
Author: Jakub Steiner <
[email protected]>
Date: Mon Aug 8 18:41:44 2011 +0200
make selected menuitem span all width.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit d93234bde3621c9a6563e2b047dd9bf8543bb88d
Author: Jakub Steiner <
[email protected]>
Date: Mon Aug 8 17:42:08 2011 +0200
Fix vertical trough progress shading, primary toolbar highlight.
themes/Adwaita/gtk-3.0/gtk-dark.css | 2 +-
themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 ++++++++-
themes/Adwaita/gtk-3.0/gtk.css | 4 ++--
3 files changed, 11 insertions(+), 4 deletions(-)
commit 97a8da20563c8eb2b5d445542724b9e0f8916755
Author: Jakub Steiner <
[email protected]>
Date: Mon Aug 8 17:17:02 2011 +0200
Tone down menu separators.
themes/Adwaita/gtk-3.0/gtk-dark.css | 1 +
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++++--
themes/Adwaita/gtk-3.0/gtk.css | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
commit ca97ae1a6894e2b7d16dfb64f36ec921a66298fc
Author: Jakub Steiner <
[email protected]>
Date: Mon Aug 8 16:37:36 2011 +0200
1px shaved of vertical size of the titlebar.
themes/Adwaita/gtk-3.0/gtk-dark.css | 6 +++---
themes/Adwaita/gtk-3.0/gtk.css | 3 +++
themes/Adwaita/metacity-1/metacity-theme-3.xml | 6 ++++--
3 files changed, 10 insertions(+), 5 deletions(-)
commit 62a699af5341471c194539113d12d9362b8b901c
Author: Jakub Steiner <
[email protected]>
Date: Sun Aug 7 12:43:47 2011 +0200
gtk side of colored names
themes/Adwaita/gtk-3.0/gtk-dark.css | 20 ++++++++++++++++++++
themes/Adwaita/gtk-3.0/gtk.css | 17 +++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
commit 81380e768fc00c30f4f22fca1c914b30d3e0043b
Author: Jakub Steiner <
[email protected]>
Date: Wed Aug 3 18:04:03 2011 +0200
Use named colors for titlebar and wm buttons.
- with a single mutter theme makes both light & dark thems shaded properly (needs more contrast for lighter theme).
themes/Adwaita/metacity-1/metacity-theme-3.xml | 62 ++++++++++--------------
1 files changed, 26 insertions(+), 36 deletions(-)
commit 0c5a136aba31a6ebf6d2b51b0029e05b16fc2f03
Author: Bertrand Lorentz <
[email protected]>
Date: Sun Jul 31 20:52:57 2011 +0200
trough: Fix theming for custom widgets (bgo#655682)
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)