diff options
author | raveit65 <[email protected]> | 2018-08-08 16:33:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-08 16:33:41 +0200 |
commit | 55ca4af1422d9a8804bafd266a0d78b5db0c0ed8 (patch) | |
tree | fa5c7525bb8c7ed12954752b259eec1749881e30 | |
parent | 3581e792e79ed7df33590073635999bc894f2c1d (diff) | |
download | mate-themes-55ca4af1422d9a8804bafd266a0d78b5db0c0ed8.tar.bz2 mate-themes-55ca4af1422d9a8804bafd266a0d78b5db0c0ed8.tar.xz |
release 3.22.18
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 33 insertions, 2 deletions
@@ -1,4 +1,35 @@ -3.22.17 (GTK 3.22) +### 3.22.18 (GTK 3.22) + + sync with transifex + Menta/Submarine: fix backdrop/focus state with gnome-disk-utility + submarine: reduce button radius + submarine: fix headerbar backdrop state button jumping + some themes: drop styling for eom sidebar buttons + submarine: give emoji-picker popup a nicer look + submarine: few fixes for buttons in titlebar and popovers + submarine: fix font color in lightdm-settings + highcontrast: Use normal titlebar size for utility windows + all themes: add a thiny border to the panel + submarine: fix borders in filechooser placessidebar + +### 3.22.17 (GTK 3.22) + + * sync with transifex + * submarine: drop double border of scrollbar sliders + * Submarine: some border fixes for caja notebook + * all themes: xrandr-applet menu styling + * Submarine/GreenLaguna: fix bg of foo-scroll-area + * Menta themes: fix background size for windows-control icons + * all themes: Mate Panel: Fix align with CheckBoxes in applet popup menu + * Menta themes: use icons with best resolution + * HighContrast: use HC icon-theme + * Fix more HighContrast themes visibility with metacity + * HighContrast: Rework colors + * TOK: "menu > menuitem" instead "menu menuitem" + * Update default cursor size + * TOK/TG: Fix: checkboxes and radio buttons are little and blurry + * Fix HighContrast themes visibility with metacity + * use HighContrastInverse theme from gtk+ 3.22.16 (GTK 3.22) diff --git a/configure.ac b/configure.ac index 97ee7fc9..76f77df7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.17], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.18], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |