summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-18 15:45:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-18 16:38:11 -0400
commit15f7d2a27d6af5ef16781a472547acfb2f9484a2 (patch)
treec9593c68878e19cec2f78a5c5dfcde4763013f35
parent3dafdcbab022ba98c54f9571c584c4cdde1a8f40 (diff)
downloadgtk+-15f7d2a27d6af5ef16781a472547acfb2f9484a2.tar.gz
3.98.43.98.4
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 14 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a3153d1afe..6a61c5acc2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,9 @@ Overview of Changes in GTK 3.98.4
* Themes
- Refine menu styling
- - Add public colors to HighContrast
- - Fix scale borders in HighContrast
- Tweak visible focus behavior
+ - HighConstrast: Add public colors
+ - HighContrast: Fix scale borders
* CSS:
- Drop the nonstandard -gtk-icon-theme property
@@ -29,6 +29,12 @@ Overview of Changes in GTK 3.98.4
- Drop the homogeneous property
- Add a use-underline property to stack pages
+* GtkScale:
+ - Make area around the trough clickable
+
+* GtkScrolledWindow:
+ - Fix kinetic scrolling
+
* GtkTreeView:
- Break reference cycles in unroot
@@ -46,11 +52,13 @@ Overview of Changes in GTK 3.98.4
* Remove gtk_dialog_run
-* Wayland:
- - Provide a builtin cursor of last resort
+* GDK:
+ - Wayland: Provide a builtin cursor of last resort
+ - Change the monitor api to use a GListModel
* GSK:
- Don't include renderer-specific headers automatically
+ - GL: Fix nested rounded clips
* Introspection:
- Assorted annotation fixes
@@ -73,6 +81,7 @@ Overview of Changes in GTK 3.98.4
* Translation updates:
Chinese (Taiwan)
Esperanto
+ Japanese
Romanian
Spanish
Ukrainian
diff --git a/meson.build b/meson.build
index d615368630..594dc2205a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '3.98.3',
+ version: '3.98.4',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',