commit edab91376088de35de1e69797c72432916d4cb1d (HEAD, gnome-3-6)
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Feb 18 20:25:54 2013 -0500
release: prepare for 3.6.3
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
commit 1ac71db0848c39940c97b2cc8839247f1d49658d
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Feb 18 13:34:10 2013 -0500
gtk2: make sure not to render shadows for GTK_SHADOW_NONE frames
https://bugzilla.redhat.com/show_bug.cgi?id=863396
themes/Adwaita/gtk-2.0/gtkrc | 68 ++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 65 insertions(+), 3 deletions(-)
commit 8eee6245066e999f70a66df426f8330a3c7b8f78
Author: Cosimo Cecchi <
[email protected]>
Date: Fri Jan 25 15:24:56 2013 -0500
gtk2: fix a typo in the previous commit
themes/Adwaita/gtk-2.0/gtkrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 64fbd9295eb5354cd504a344e91a9bd9b3019d58
Author: Cosimo Cecchi <
[email protected]>
Date: Fri Jan 25 14:34:14 2013 -0500
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
configure.ac | 3 +-
.../gtk-2.0/Entry/combo-entry-border-active-bg.png | Bin 0 -> 299 bytes
.../Entry/combo-entry-border-active-notebook.png | Bin 0 -> 290 bytes
.../Entry/combo-entry-border-active-rtl-bg.png | Bin 0 -> 325 bytes
.../combo-entry-border-active-rtl-notebook.png | Bin 0 -> 302 bytes
.../gtk-2.0/Entry/combo-entry-border-bg.png | Bin 0 -> 307 bytes
.../Entry/combo-entry-border-disabled-bg.png | Bin 0 -> 275 bytes
.../Entry/combo-entry-border-disabled-notebook.png | Bin 0 -> 263 bytes
.../Entry/combo-entry-border-disabled-rtl-bg.png | Bin 0 -> 295 bytes
.../combo-entry-border-disabled-rtl-notebook.png | Bin 0 -> 280 bytes
.../gtk-2.0/Entry/combo-entry-border-notebook.png | Bin 0 -> 304 bytes
.../gtk-2.0/Entry/combo-entry-border-rtl-bg.png | Bin 0 -> 328 bytes
.../Entry/combo-entry-border-rtl-notebook.png | Bin 0 -> 308 bytes
themes/Adwaita/gtk-2.0/Entry/entry-bg-disabled.png | Bin 155 -> 0 bytes
themes/Adwaita/gtk-2.0/Entry/entry-bg.png | Bin 162 -> 0 bytes
.../gtk-2.0/Entry/entry-border-active-bg.png | Bin 0 -> 402 bytes
.../gtk-2.0/Entry/entry-border-active-notebook.png | Bin 0 -> 377 bytes
.../Adwaita/gtk-2.0/Entry/entry-border-active.png | Bin 455 -> 0 bytes
themes/Adwaita/gtk-2.0/Entry/entry-border-bg.png | Bin 0 -> 406 bytes
.../gtk-2.0/Entry/entry-border-disabled-bg.png | Bin 0 -> 353 bytes
.../Entry/entry-border-disabled-notebook.png | Bin 0 -> 331 bytes
.../gtk-2.0/Entry/entry-border-disabled.png | Bin 405 -> 0 bytes
themes/Adwaita/gtk-2.0/Entry/entry-border-fill.png | Bin 0 -> 179 bytes
.../gtk-2.0/Entry/entry-border-notebook.png | Bin 0 -> 393 bytes
themes/Adwaita/gtk-2.0/Entry/entry-border.png | Bin 462 -> 0 bytes
themes/Adwaita/gtk-2.0/Makefile.am | 30 ++--
themes/Adwaita/gtk-2.0/gtkrc | 182 +++++++++++++++------
27 files changed, 155 insertions(+), 60 deletions(-)
commit 59cdee54f4c04b07e272ddff4442a9ce44980db8
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Jan 21 15:53:42 2013 -0500
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.
themes/Adwaita/gtk-2.0/gtkrc | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
commit 49fa937afdc707ade11d48a83e20e2bc1e448935
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Jan 21 15:46:59 2013 -0500
gtk2: remove two unused assets
themes/Adwaita/gtk-2.0/Makefile.am | 2 --
themes/Adwaita/gtk-2.0/Others/bg.png | Bin 109 -> 0 bytes
themes/Adwaita/gtk-2.0/Others/ruler.png | Bin 2820 -> 0 bytes
3 files changed, 2 deletions(-)
commit cd2f00578005977e31fc804e86f37b5ca645710c
Author: Cosimo Cecchi <
[email protected]>
Date: Mon Jan 21 15:36:22 2013 -0500
gtk2: ensure all frames get a shadow around them
We were failing to add a shadow for frames that had a "gap" in them.
https://bugzilla.gnome.org/show_bug.cgi?id=692225
themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png | Bin 0 -> 174 bytes
themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png | Bin 0 -> 174 bytes
themes/Adwaita/gtk-2.0/gtkrc | 11 +++++++++++
3 files changed, 11 insertions(+)
commit 5c798d3cef53e0bd5c42b1faee35c2a8208a62f9
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Jan 15 19:38:44 2013 -0500
gtk2: add an ugly wokaround to an OpenOffice.org scrollbar rendering bug
https://bugzilla.gnome.org/show_bug.cgi?id=691434
themes/Adwaita/gtk-2.0/adwaita_engine.c | 38 +++++++++++++++++++++++++++++++++
themes/Adwaita/gtk-2.0/gtkrc | 18 ++++++++++++++++
2 files changed, 56 insertions(+)
commit c6892c4d4001d593814ef0fd507e455a63a00565
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Jan 15 19:37:54 2013 -0500
gtk2: use uniform look for all arrow assets
The left and right assets were different.
themes/Adwaita/gtk-2.0/Arrows/arrow-left.png | Bin 532 -> 290 bytes
themes/Adwaita/gtk-2.0/Arrows/arrow-right.png | Bin 533 -> 292 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
commit 182d0ca0ca374b1beb6a03bbb18730cb14c79804
Author: Cosimo Cecchi <
[email protected]>
Date: Tue Jan 15 19:33:17 2013 -0500
gtk2: add assets and style arrows for all four directions
Instead of only styling arrows pointing down.
.../Adwaita/gtk-2.0/Arrows/arrow-left-insens.png | Bin 0 -> 289 bytes
.../Adwaita/gtk-2.0/Arrows/arrow-left-prelight.png | Bin 0 -> 282 bytes
.../Adwaita/gtk-2.0/Arrows/arrow-right-insens.png | Bin 0 -> 306 bytes
.../gtk-2.0/Arrows/arrow-right-prelight.png | Bin 0 -> 290 bytes
themes/Adwaita/gtk-2.0/Makefile.am | 4 +
themes/Adwaita/gtk-2.0/gtkrc | 86 ++++++++++++++++++++-
6 files changed, 89 insertions(+), 1 deletion(-)
commit 96642116d7d662e9cea49415b08f9cfabf6f49ce (origin/gnome-3-6)
Author: TmTFx <
[email protected]>
Date: Sun Dec 30 02:49:19 2012 +0100
Updated Friulian translation
po/fur.po | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
commit 80e5e11bfb8ce677f70ddc90477e75e64f1845aa
Author: TmTFx <
[email protected]>
Date: Fri Dec 28 23:46:16 2012 -0200
Updated Friulian translation
po/LINGUAS | 1 +
1 file changed, 1 insertion(+)
commit 350cbdd75c85e4babdb69b8da35a9b0ef03c3676
Author: Shankar Prasad <
[email protected]>
Date: Sat Dec 8 14:28:02 2012 +0530
Updated Kannada Translations
po/kn.po | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
commit 255a136a5926bcc6d9c7280092a898a23dcedb86
Author: Jeremy Bicha <
[email protected]>
Date: Sun Nov 25 12:22:47 2012 -0500
build: Require GTK 3.6.2
Without at least GTK 3.6.1, GTK apps segfault if the gtk theme
is set to Adwaita 3.6.2
https://bugzilla.gnome.org/show_bug.cgi?id=689027
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e1f5645755f953f82d62f8c5f80c54477b5df99e
Author: Cosimo Cecchi <
[email protected]>
Date: Sat Nov 24 14:00:12 2012 -0500
gtk2: don't forget to chain up if not overriding style
This fixes some rendering corruptions in Opera when used with the
Adwaita GTK2 theme.
https://bugzilla.gnome.org/show_bug.cgi?id=688725
themes/Adwaita/gtk-2.0/adwaita_engine.c | 6 ++++++
1 file changed, 6 insertions(+)
commit dd8a2d30920e3e19b4f9f9ae8e54b6b4b49dabc3
Author: Cosimo Cecchi <
[email protected]>
Date: Sat Nov 24 13:15:44 2012 -0500
gtk2: add a style selector for Eclipse tooltips
Since Eclipse uses hyperlinks inside tooltips, with our default tooltip
style they will be rendered dark blue on black, which is not readable.
Unfortunately, there seems to be no way to just change the hyperlink
color; this patch special-cases those tooltips to use a light background
with dark text color instead.
https://bugzilla.gnome.org/show_bug.cgi?id=688285
themes/Adwaita/gtk-2.0/gtkrc | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
commit 2e43f96382833aef37baedb7801b947d8048a8cb
Author: Cosimo Cecchi <
[email protected]>
Date: Sat Nov 24 12:31:43 2012 -0500
gtk2: fix toolbar styling in SWT
Initial patch by Robin Stocker <
[email protected]>.
https://bugzilla.gnome.org/show_bug.cgi?id=687519
themes/Adwaita/gtk-2.0/gtkrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 88232c32e18f91646f901740098746fbb8947a1a (tag: 3.6.2)