commit 587d6f1cf141f1f3c69d10d88e89ecf0fa746ac1 Author: Cosimo Cecchi Date: Tue Oct 25 12:12:18 2011 -0400 release: prepare for 3.3.1 NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 4888306c315885ae96b67167a03cdbd213e82ed1 Author: Cosimo Cecchi Date: Mon Oct 24 16:47:53 2011 -0400 notebook: propagate the bg color for viewports inside notebooks The notebook doesn't use the standard bg color, so if there's a viewport in a notebook page, propagate the different background to it. https://bugzilla.gnome.org/show_bug.cgi?id=655635 themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 22c518801c04445342e6cde991d9830fc861fca3 Author: Cosimo Cecchi Date: Mon Oct 24 15:08:21 2011 -0400 switch: cleanup color names themes/Adwaita/gtk-3.0/gtk-dark.css | 7 +++---- themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++-- themes/Adwaita/gtk-3.0/gtk.css | 5 ++--- 3 files changed, 7 insertions(+), 9 deletions(-) commit b49cf4a52b66e2eee3b761e6e09a738bcb59a60b Author: Cosimo Cecchi Date: Mon Oct 24 15:04:14 2011 -0400 dark: fix active switch slider and trough states for the dark theme This also removes the SVG assets we used for the switch sliders, replacing them with a regular border together with a box-shadow. themes/Adwaita/gtk-3.0/assets/Makefile.am | 2 - .../gtk-3.0/assets/switch-slider-active-border.svg | 105 -------------------- .../gtk-3.0/assets/switch-slider-border.svg | 105 -------------------- .../trough-active-border-horizontal-dark.svg | 22 ++-- .../assets/trough-active-border-vertical-dark.svg | 12 +- themes/Adwaita/gtk-3.0/gtk-dark.css | 4 +- themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 9 -- themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 8 -- themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 +- themes/Adwaita/gtk-3.0/gtk.css | 2 +- 10 files changed, 26 insertions(+), 252 deletions(-) commit 38c04c7476caeb73f9e6e04a79aa22c2a6b9e638 Author: Cosimo Cecchi Date: Mon Oct 24 14:25:56 2011 -0400 dark: correctly theme the active text for dark switch trough themes/Adwaita/gtk-3.0/gtk-dark.css | 8 +++++--- themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- themes/Adwaita/gtk-3.0/gtk.css | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) commit 76440706e29d00f9f48d53b043ce25b809193f03 Author: Cosimo Cecchi Date: Mon Oct 24 14:23:17 2011 -0400 dark: correctly theme insensitive slider trough bg for dark theme themes/Adwaita/gtk-3.0/gtk-dark.css | 5 +++-- themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +- themes/Adwaita/gtk-3.0/gtk.css | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) commit b9d06e3ce7e5f9f5de0c9b48ad43685069d2a4a4 Author: György Balló Date: Mon Oct 24 09:30:42 2011 -0400 fallback: fix menu applets theming on gnome-panel Some menu applets (e.g. Window Selector) are not themed properly. Now we add an additional selector to theming them. https://bugzilla.gnome.org/show_bug.cgi?id=662492 themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 2e136210f297980b6598572ffea8ebdd55223768 Author: Cosimo Cecchi Date: Wed Oct 12 14:31:15 2011 -0400 tooltips: enable transparency and rounded corners Now that GTK+ supports it, we can make the tooltip rounded and transparent as it is in the mockups. themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++-- themes/Adwaita/gtk-3.0/gtk.css | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) commit 261cc06476e25fb2fc61bd020a5e5f96db16a1d7 Author: Cosimo Cecchi Date: Tue Oct 18 15:09:52 2011 -0400 treeview: match column-header.button in addition to column-header .button Some custom widgets render their column header as part of the canvas, and use custom canvas items with a .button style class to simulate button children. Support that. This kind of behavior is seen e.g. in Evolution's ETable implementation. themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 241cda992651662d437e6072333969877d99c4fd Author: Cosimo Cecchi Date: Sat Oct 15 02:08:27 2011 -0400 notebook: increase 1px top padding for the notebook label This essentially restores the tab to be the same height as it is in the 3.2 theme. themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 3e9b7879791e93fc04ddede48cc1cc9b6cf7d20d Author: Tommi Vainikainen Date: Wed Oct 5 11:28:32 2011 +0300 Initial Finnish translation po/LINGUAS | 1 + po/fi.po | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 0 deletions(-) commit 425ad0ca7c46142cca4ff556d155fe9bfaa1ab44