diff options
| author | Manolo Gouy <Manolo> | 2018-02-20 09:08:38 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-20 09:08:38 +0000 |
| commit | 06b925964d7f2c493415670d413dd682920cf7ad (patch) | |
| tree | 8fe45bffea37766a4a306690c534f8dcb021a784 /CHANGES | |
| parent | 78183fb45b61cf744fdc1950ec1f84cb921d1d0e (diff) | |
Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned public FLTK 1.4 API.
These were introduced at r12647, that is, during development of the 1.4 API.
These functions provided windowless support only on the MacOS platform,
where this can be obtained without those functions.
Windowless support on other platforms would require changing the event
loop. There's no evidence from STR's there's a demand for windowless mode
on other platforms.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12680 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -22,12 +22,13 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017 hardware support is present (a backup mechanism is available in absence of this support). Thus, all text drawable in Fl_Window's can be drawn in Fl_GL_Window's (STR#3450). - - New member functions FL::run_also_windowless(), - and FL::wait_also_windowless(double secnds) to run the event - loop even without any mapped window if the platform supports it. - New member functions Fl::program_should_quit(void), and Fl::program_should_quit(int) to support detection by the library of a request to terminate cleanly the program. + - MacOS platform: the processing of the application menu's "Quit" item + has been changed. With FLTK 1.3.x, the application terminated when all + windows were closed even before Fl::run() of Fl::wait() could return. + With FLTK 1.4, Fl::run() returns so the app follows its normal termination path. - MacOS platform: Added support for rescaling the GUI of any app at run-time using the command/+/-/0/ keystrokes. - MSWindows platform: Added optional support for rescaling the GUI of any app |
