commit ebb396048ed69b4a6f40c09701113db006eb8105 Author: Jonathan Riddell Date: Tue May 23 12:17:38 2017 +0100 Update version number for 5.8.7 GIT_SILENT diff --git a/CMakeLists.txt b/CMakeLists.txt index 3105076..75af6d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze-gtk) -set(PROJECT_VERSION "5.8.6") +set(PROJECT_VERSION "5.8.7") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12) commit 6ac39e82ff069f6ca4037617d906a695060f5261 Author: Rik Mills Date: Fri May 12 17:03:30 2017 +0100 Set no stepper button for GTK3 scrollbars on gtk >=3.20 Review: https://phabricator.kde.org/D5128 This is a workaround to mitigate broken (huge wide) scrollbars in mozilla/Gecko based applications for GTK3 >= 3.20 in versions 52 onwards. Ref: https://bugs.kde.org/show_bug.cgi?id=377008 and https://bugzilla.mozilla.org/show_bug.cgi?id=1343802 The mozilla bug is now 'fixed' and landing in nightlies v55, but may continue to affect earlier releases if not brought forward upstream. Regardless of any other concern, applying this brings the appearance of newer breeze and breeze-gtk scrollars into closer accord. BUG: 377008 Differential Revision: D5128 diff --git a/Breeze-dark-gtk/gtk-3.20/gtk.css b/Breeze-dark-gtk/gtk-3.20/gtk.css index f521ca6..0e0fb2d 100644 --- a/Breeze-dark-gtk/gtk-3.20/gtk.css +++ b/Breeze-dark-gtk/gtk-3.20/gtk.css @@ -3123,8 +3123,8 @@ scale highlight { * Scrollbars * **************/ scrollbar { - -GtkScrollbar-has-backward-stepper: true; - -GtkScrollbar-has-forward-stepper: true; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; background-color: #31363b; border-width: 3px 0px; border-color: #31363b; @@ -3184,12 +3184,12 @@ scrollbar { scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { min-height: 4px; } scrollbar trough { - min-width: 16px; - min-height: 16px; + min-width: 14px; + min-height: 14px; border: 0px solid transparent; border-radius: 8px; background-color: #6a6e72; - box-shadow: inset 0px 0px 0px 3px #31363b; } + box-shadow: inset 0px 0px 0px 2px #31363b; } scrollbar slider { min-width: 10px; min-height: 30px; diff --git a/Breeze-gtk/gtk-3.20/gtk.css b/Breeze-gtk/gtk-3.20/gtk.css index d7486e2..76c83fd 100644 --- a/Breeze-gtk/gtk-3.20/gtk.css +++ b/Breeze-gtk/gtk-3.20/gtk.css @@ -3123,8 +3123,8 @@ scale highlight { * Scrollbars * **************/ scrollbar { - -GtkScrollbar-has-backward-stepper: true; - -GtkScrollbar-has-forward-stepper: true; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; background-color: #eff0f1; border-width: 3px 0px; border-color: #eff0f1; @@ -3184,12 +3184,12 @@ scrollbar { scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { min-height: 4px; } scrollbar trough { - min-width: 16px; - min-height: 16px; + min-width: 14px; + min-height: 14px; border: 0px solid transparent; border-radius: 8px; background-color: #b6b8ba; - box-shadow: inset 0px 0px 0px 3px #eff0f1; } + box-shadow: inset 0px 0px 0px 2px #eff0f1; } scrollbar slider { min-width: 10px; min-height: 30px; commit 4fb5bd4b018971c9b9505b6ba978b1b45f56c03e Author: Jonathan Riddell Date: Tue Feb 21 11:38:30 2017 +0000 Update version number for 5.8.6 GIT_SILENT diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bbc336..3105076 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze-gtk) -set(PROJECT_VERSION "5.8.5") +set(PROJECT_VERSION "5.8.6") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12) commit 9b8709c95e9739623c3ec85701b152b7d27de955 Author: Jonathan Riddell Date: Tue Dec 27 09:21:36 2016 +0000 Update version number for 5.8.5 GIT_SILENT diff --git a/CMakeLists.txt b/CMakeLists.txt index c6fbd1d..2bbc336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze-gtk) -set(PROJECT_VERSION "5.8.4") +set(PROJECT_VERSION "5.8.5") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12)