commit 3cbab6ab9fd7b90487b1441cbfcf09424febba0d (HEAD, master) Author: Cosimo Cecchi Date: Wed Feb 6 17:10:25 2013 -0500 release: prepare for 3.7.5 NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) commit 5a0728ac99a7352b93d87fe2127b6b12401f34de (origin/master, origin/HEAD) Author: Jakub Steiner Date: Fri Feb 1 18:21:29 2013 +0100 new icons: Forgot the icon makefile themes/HighContrast/Makefile-icons.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 8af473b16489f8b86b1e116f3087130e3860de66 Author: Jakub Steiner Date: Fri Feb 1 18:19:51 2013 +0100 system settings' new panels - plus generic VM box .../icons/16x16/apps/preferences-desktop-locale.png | Bin 0 -> 266 bytes .../16x16/apps/preferences-system-notifications.png | Bin 0 -> 412 bytes .../icons/16x16/apps/preferences-system-search.png | Bin 0 -> 450 bytes .../icons/16x16/apps/preferences-system-sharing.png | Bin 0 -> 452 bytes .../icons/16x16/mimetypes/application-x-appliance.png | Bin 0 -> 462 bytes .../22x22/apps/preferences-system-notifications.png | Bin 0 -> 549 bytes .../icons/22x22/apps/preferences-system-search.png | Bin 0 -> 556 bytes .../icons/22x22/apps/preferences-system-sharing.png | Bin 0 -> 579 bytes .../icons/22x22/mimetypes/application-x-appliance.png | Bin 0 -> 588 bytes .../icons/24x24/apps/preferences-desktop-locale.png | Bin 0 -> 662 bytes .../24x24/apps/preferences-system-notifications.png | Bin 0 -> 588 bytes .../icons/24x24/apps/preferences-system-search.png | Bin 0 -> 616 bytes .../icons/24x24/apps/preferences-system-sharing.png | Bin 0 -> 619 bytes .../icons/24x24/mimetypes/application-x-appliance.png | Bin 0 -> 637 bytes .../icons/256x256/apps/preferences-desktop-locale.png | Bin 0 -> 4046 bytes .../256x256/apps/preferences-system-notifications.png | Bin 0 -> 3868 bytes .../icons/256x256/apps/preferences-system-search.png | Bin 0 -> 4053 bytes .../icons/256x256/apps/preferences-system-sharing.png | Bin 0 -> 4667 bytes .../icons/256x256/mimetypes/application-x-appliance.png | Bin 0 -> 4273 bytes .../icons/32x32/apps/preferences-desktop-locale.png | Bin 0 -> 780 bytes .../32x32/apps/preferences-system-notifications.png | Bin 0 -> 749 bytes .../icons/32x32/apps/preferences-system-search.png | Bin 0 -> 827 bytes .../icons/32x32/apps/preferences-system-sharing.png | Bin 0 -> 812 bytes .../icons/32x32/mimetypes/application-x-appliance.png | Bin 0 -> 785 bytes .../icons/48x48/apps/preferences-desktop-locale.png | Bin 0 -> 1073 bytes .../48x48/apps/preferences-system-notifications.png | Bin 0 -> 991 bytes .../icons/48x48/apps/preferences-system-search.png | Bin 0 -> 1140 bytes .../icons/48x48/apps/preferences-system-sharing.png | Bin 0 -> 1143 bytes .../icons/48x48/mimetypes/application-x-appliance.png | Bin 0 -> 1182 bytes 29 files changed, 0 insertions(+), 0 deletions(-) commit f345706e78223e2f2f65437795f2814309fb3e60 Author: Cosimo Cecchi Date: Sat Jan 26 02:24:25 2013 -0500 radiobuttons: make sure radiobuttons in the dropdown/sidebar work too themes/Adwaita/gtk-3.0/gnome-applications.css | 22 +++++++++++----------- themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 16 ++++++++-------- 2 files changed, 19 insertions(+), 19 deletions(-) commit 7645d34b2114b8094c040d07a0a8de19ff8e5492 Author: Cosimo Cecchi Date: Sat Jan 26 02:17:32 2013 -0500 checkbuttons: fix check and radio renderers in content-views themes/Adwaita/gtk-3.0/gtk-widgets-assets.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit b18b1882510f850fbd4f01be553dc4bd0bec83dd Author: Cosimo Cecchi Date: Fri Jan 25 17:46:25 2013 -0500 build: minor cleanups configure.ac | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) commit 1e7803c07edeaf2797ebc8b89ebd57f2b16c253c Author: Cosimo Cecchi Date: Fri Jan 25 17:45:12 2013 -0500 build: don't install translations They're not used anywhere. https://bugzilla.gnome.org/show_bug.cgi?id=637320 configure.ac | 5 ----- 1 file changed, 5 deletions(-) commit 72dc36fd73ea181d2135c159df7f9b4508ae7480 Author: Cosimo Cecchi 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 12596e2cd0585db73af54d4180065e001d01e67f Author: Cosimo Cecchi 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 00194b55a5c93c63bb923673c1606c94fef73ab5 Author: Cosimo Cecchi Date: Tue Jan 22 20:04:38 2013 -0500 Add a selector for SushiFontWidget padding Used both in sushi and gnome-font-viewer. https://bugzilla.gnome.org/show_bug.cgi?id=692247 themes/Adwaita/gtk-3.0/gnome-applications.css | 5 +++++ 1 file changed, 5 insertions(+) commit 942c32e8c84007c4dc4d2c52674647108b217d9f Author: Cosimo Cecchi Date: Tue Jan 22 19:08:27 2013 -0500 buttons: fix shadow for suggested-action buttons themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit c10024e7c086614e13e3a8dad556a7937a8a3d61 Author: Cosimo Cecchi Date: Tue Jan 22 17:54:21 2013 -0500 toolbars: tweak padding values for main toolbars GdMainToolbar will now set text-button/image-button style classes when adding a button to it. Use those classes to specify different paddings for those buttons, as in latest mockups. themes/Adwaita/gtk-3.0/gtk-widgets.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit 7f2186d410932225ed0f047587f951a2fa3ffd42 Author: Cosimo Cecchi Date: Tue Jan 22 11:53:17 2013 -0500 terminal: remove unused selector gnome-terminal master removed this widget name. themes/Adwaita/gtk-3.0/gnome-applications.css | 4 ---- 1 file changed, 4 deletions(-) commit 423b5d588c309c09e96f041a20db06cc4bf28969 Author: Cosimo Cecchi 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 ba746c60b4de1fb3453f5b4d43d7686f3a08c0e6 Author: Cosimo Cecchi 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 a5a6579a74c0c27685143bee84dec6848e5640f6 Author: Cosimo Cecchi 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 8e7f71ec170dae304f6dbedeeb650f058ef4cbae Author: Cosimo Cecchi Date: Thu Jan 17 18:55:42 2013 -0500 scale: set a styling on the highlight part of a scale trough As in the latest theming mockups. Since the has_origin property defaults to TRUE for GtkScale, some code will need to be patched where the highlight effect wasn't desirable. themes/Adwaita/gtk-3.0/gtk-main-dark.css | 3 +++ themes/Adwaita/gtk-3.0/gtk-main.css | 3 +++ themes/Adwaita/gtk-3.0/gtk-widgets.css | 43 +++++++++++++++++++++++++++----- 3 files changed, 43 insertions(+), 6 deletions(-) commit cac3ca75c90b7a67c7661909d3bf9ef4c49c7942 Author: Cosimo Cecchi 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 cf60f07e9db5c435d7a512ae87e0f75c0addd0ca Author: Cosimo Cecchi 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 a741bc3e2ea600fb7ba2a10e635fdfa7db092628 Author: Cosimo Cecchi 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 f72542b11d9316c6f47177362f137d4d20e88e6c Author: Cosimo Cecchi Date: Tue Jan 15 14:15:43 2013 -0500 dark: make sure to override menubutton shadows to none We need to add an override for text-shadow to none for the dark theme, like we do for other similar shadows. themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 5 +++++ 1 file changed, 5 insertions(+) commit 8978af51659d546c225d648a4354091cecb2ea56 (tag: 3.7.4)