gnome-themes-extra:asset-cleanup

Last commit made on 2013-02-27
Get this branch:
git clone -b asset-cleanup https://git.launchpad.net/gnome-themes-extra

Branch merges

Branch information

Name:
asset-cleanup
Repository:
lp:gnome-themes-extra

Recent commits

3139a5e... by jimmac

insensitive toggles to have an edge.

69fb6e3... by jimmac

remove *alt* definitions from the dark theme as well

f6e92af... by jimmac

new radios & checboxes

- assets.svg is broken in newest inkscape
- moved some sliders over
- created new states for pushed (:active isn't really :active as used on the web :( )

f33d2db... by Cosimo Cecchi

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

c9d21d9... by Cosimo Cecchi

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

de5beb2... by Cosimo Cecchi

progressbars: make colors darker for backdrop

https://bugzilla.gnome.org/show_bug.cgi?id=693444

19790da... by Cosimo Cecchi

nautilus: remove special theming for Nautilus pathbar buttons

825af83... by Cosimo Cecchi

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.

df3f467... by Cosimo Cecchi

widgets: support linked entries in primary toolbars

b5f30d1... by Cosimo Cecchi

spinbutton: fix spinbutton box shadows for RTL case