gnome-themes-extra:gnome-3-6

Last commit made on 2015-05-15
Get this branch:
git clone -b gnome-3-6 https://git.launchpad.net/gnome-themes-extra

Branch merges

Branch information

Name:
gnome-3-6
Repository:
lp:gnome-themes-extra

Recent commits

a37321c... by Cédric VALMARY (Tot en òc)

Added Occitan translation

e8c5317... by Cosimo Cecchi

release: prepare for 3.6.5

5881529... by Cosimo Cecchi

gtk2: fix regression in drawing LibreOffice/OOo GtkEntry backgrounds

The way GTK theming is done in LibreOffice/OOo doesn't work with
composed transparent images on top of another.
Add a workaround and draw a solid background for the entry in this case.

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

99efc84... by Cosimo Cecchi

release: prepare for 3.6.4

2f86bdb... by Cosimo Cecchi

build: add some missing assets to EXTRA_DIST

edab913... by Cosimo Cecchi

release: prepare for 3.6.3

1ac71db... by Cosimo Cecchi

gtk2: make sure not to render shadows for GTK_SHADOW_NONE frames

https://bugzilla.redhat.com/show_bug.cgi?id=863396

8eee624... by Cosimo Cecchi

gtk2: fix a typo in the previous commit

64fbd92... by Cosimo Cecchi

gtk2: make it possible to override GtkEntry's backgrounds

Some GTK2 applications like to override GtkEntry's background with their
own color for e.g. showing an error state.
Since we currently draw an asset for the entry's background, this
doesn't work.
To support this use case, always use the background color from the style
with no overrides, and put an overlay on top of it to get the same
gradient we used to get.
In addition, entry borders cannot be transparent anymore now, so we have
to provide two versions - a normal one and one that works on notebooks,
to avoid the base shining through the corners.

This also bumps the GTK2 required version to 2.24.15, which has a fix
that makes this possible.

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

59cdee5... by Cosimo Cecchi

gtk2: add missing SELECTED states for check/radio assets

This caused the default rendering to be used when the SELECTED state was
used, as seen e.g. in GtkParasite.