summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-04 21:46:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-04 21:46:10 -0500
commit3eaae748d34703a8770ee8407bd7b4f87336f1b1 (patch)
tree661e95fa97edb3cf3fc21d3c165388d8e310bdad
parent7f16067383e32177e2627a78985774324d205d27 (diff)
downloadgtk+-3eaae748d34703a8770ee8407bd7b4f87336f1b1.tar.gz
3.99.43.99.4
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 107ef26293..6d85b8c38d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of Changes in master
+Overview of Changes in 3.99.4
=============================
* GtkColumnView:
@@ -23,6 +23,7 @@ Overview of Changes in master
* GtkTextView:
- Fix rendering and positioning of anchored children
+ - Fix positioning of touch handles
* Constraints:
- Fix loading constraints from ui files
@@ -37,6 +38,7 @@ Overview of Changes in master
- Add documentation for app and widget developers
- Handle HIDDEN state changes by adding/removing elements
- Support setting accessibility attributes in ui files
+ - Make window controls accessible
* Introspection:
- Add some missing annotations
@@ -44,10 +46,12 @@ Overview of Changes in master
* gdk:
- Deliver events on flush
- Drop the unused GdkPoint struct from the API
+ - Improve popup autohide behavior
* Demos:
- Add another constraints demo
- Tweak various demos to improve consistency
+ - Small accessibility improvements
* Tools:
- Improve gtk4-builder-tool handling of various
@@ -65,6 +69,12 @@ Overview of Changes in master
- Fix the build with cups 2.2.12
- Make cloudprint support build without warnings
+* Broadway:
+ - Support modifiers for scroll events
+
+* Windows:
+ - Improve IME support
+
* OS X:
- Fix various input issues
- Make GtkGLArea work (with the cairo backend)
diff --git a/meson.build b/meson.build
index f3ff23986b..306b55f686 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '3.99.3',
+ version: '3.99.4',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',