diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-11-17 21:14:21 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-11-17 21:14:21 +0100 |
| commit | ed0744fc50491b14bf743e57a9ee5a3fd949c9d2 (patch) | |
| tree | 5c0228a663ddbcbc7b240139aec74afed0f48d79 | |
| parent | 6c6f6b7dd9391c184d3bc44be261da875cde746d (diff) | |
Update 'CHANGES.txt' for release 1.4.0
| -rw-r--r-- | CHANGES.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0083ce692..dd01b94bc 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: |
