diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-29 22:28:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-30 19:57:24 -0500 |
commit | 65c38111f958bac66d578e3f81964ca3857105c1 (patch) | |
tree | a22df89675353f5088806dd5908afdcefd89db71 | |
parent | ec8db379a6adcec6802ecbbc4a71e3281a69a879 (diff) | |
download | gtk+-65c38111f958bac66d578e3f81964ca3857105c1.tar.gz |
4.1.04.1.0
-rw-r--r-- | NEWS | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -1,3 +1,58 @@ +Overview of Changes in 4.1.0 +============================ + +* GtkCheckButton: + - Add back an activate signal + +* GtkSearchBar, GtkSearchEntry: + - Capture events in the bubble phase + +* GtkEmojiChooser: + - Adapt to small screen sizes + +* GtkVideo: + - Fix issues with GL support + +* Themes: + - Set sort arrows in CSS + - Set menu button arrows in CSS + - Make scrollbars larger + - Supprt circular menubuttons + +* CSS: + - Implement transform-origin + - Support overlines on text + - Support colors in cross-fade() + - More complete text-decoration-line support + +* Text layout: + - Use subpixel positioning with new enough cairo + +* Inspector: + - Fix slowness in navigation + - Redo the controllers and shortcuts pages + +* Accessibility: + - Create AT context objects lazily + +* Wayland: + - Fix decoration negotiation under kwin + +* GSK: + - Optimize gradient shaders + - Implement repeating gradients in shaders + +* Translation updates + - Czech + - Greek + - Hungarian + - Persian + - Punjabi + - Romanian + - Swedish + - Ukrainian + + Overview of Changes in 4.0.2 ============================ |