From ed0744fc50491b14bf743e57a9ee5a3fd949c9d2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 17 Nov 2024 21:14:21 +0100 Subject: [PATCH] Update 'CHANGES.txt' for release 1.4.0 --- CHANGES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0083ce692e..dd01b94bc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,21 @@ +Changes in FLTK 1.4.0 Released: Nov 17 2024 + + Bug Fixes: + + - Windows: Fix "fullscreen_off does not correctly preserve window size" (#1116) + - Fix rounding issues with Fl_RGB_Image::draw() + Fl_Copy_Surface (#1120, #1124) + - Windows: Fix "Keyboard shortcut (alt+letter) does not work in input widget" (#1122) + - macOS: Fix Alt-modifier handling in Fl_Shorcut_Button + - Windows: Fix flicker/animation when transitioning from fullscreen to maximized + - Wayland: protect against rounding errors in copy_region() + + Documentation and other Improvements: + + - Revert gtk+ specific "chevron style" arrow drawing (#1117) + - Update CREDITS.txt + - Improve 'test/fltk-versions' demo program + + Changes in FLTK 1.4.0 RC3 Released: Nov 08 2024 Bug Fixes: