summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-09 23:49:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-09 23:49:58 -0400
commit9b0b19d335576c066a77e45994435a53a3b5843c (patch)
tree7d9d15a795ee046fbb98b39779541a7ea3da5d50
parentd47d0366631013ae2c7cbefc71e0976290d7be20 (diff)
downloadgtk+-9b0b19d335576c066a77e45994435a53a3b5843c.tar.gz
NEWS: Updates
-rw-r--r--NEWS64
1 files changed, 64 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2dfc17e583..fc41567f47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+Overview of Changes in GTK 3.99.2
+=================================
+
+* GtkEntry:
+ - Fix issues with Emoji insertion
+ - Fix issues with dnd
+ - Set correct hotspot for dnd icon
+
+* GtkPasswordEntry:
+ - Use non-pageable memory
+
+* GtkSearchEntry:
+ - Don't handle forwarded events twice
+
+* GtkTextView:
+ - Fix dnd
+ - Improve undo state tracking
+
+* GtkRevealer:
+ - Fix clipping issues in the swing transitions
+
+* GL renderer:
+ - Fix clipping with projective transforms
+ - Use linear interpolation for offscreen rendering
+ with non-axis-aligned transforms
+ - Fix texture caching to avoid size mismatches
+
+* CSS:
+ - Allow more than 64 selectors per rule
+
+* API cleanup:
+ - Make filter and sorter constructors return exact
+ types
+
+* Demos:
+ - Bug fixes and cosmetic improvements
+ - Add a Shadertoy demo
+
+* Build:
+ - Fix Vulkan dependency checking
+ - Make sysprof truly optional
+
+* Translation updates:
+ Basque
+ Catalan
+ Croatian
+ Czech
+ Danish
+ French
+ Galician
+ German
+ Hungarian
+ Indonesian
+ Kazakh
+ Lithuanian
+ Persian
+ Polish
+ Slovak
+ Slovenian
+ Spanish
+ Turkish
+ Ukrainian
+
+
Overview of Changes in GTK 3.99.1
=================================