diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-09-27 12:26:30 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-09-27 12:26:35 +0200 |
| commit | c073c1fca788d1b2564543915d267d573a73f507 (patch) | |
| tree | d38f0d40dc791c935a981f8a4a612f687648f587 /CHANGES.txt | |
| parent | 71b8e77935bc9b0a3afc97d322037f2549165d2f (diff) | |
Fix for CLEAR flag in Fl_Preferences
Fixed warning in new Fl_Preferences constructor
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 037c18397..15e898e6a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -53,8 +53,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022 graphics to SVG or EPS files, respectively. - Fl_Button now supports a compact flag that visually groups closely set buttons into keypads. - - Fl_Tabs now supports close buttons for individual tabs. - - Fl_Tabs now support four different modes for handling an + - Fl_Tabs widget now supports close buttons for individual tabs. + - Fl_Tabs widget now supports four different modes for handling an overflowing number of tabs. - Windows platform: added support for using a manifest to set the application's level of DPI awareness (issue #309). @@ -193,6 +193,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022 - Fl_Roller can now be controlled via the mouse wheel (STR #3120). - Tooltips hide by themselves after 12 seconds (STR #2584). - Added widget visibility indicator to Fluid (STR #2669). + - Improved shell script support in FLUID + - Improved constructor for creating Fl_Preferences files with flags for the + correct locale and for overwriting existing files. - Added Fl_Input_::append() method (STR #2953). - Fix for STR#3473 (and its duplicate STR#3507) to restore configure-based builds on recent Linux/Unix distributions where the freetype-config |
