summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-09-12 12:46:09 +0000
committerManolo Gouy <Manolo>2018-09-12 12:46:09 +0000
commitb0e0e0912cc9e6dab548fe914461cee96772dce1 (patch)
treed97fc0539900ea0aaff20a767f5f2fffdc0e2313 /CHANGES
parentb6f65b1c8706098fbbbe8b717f5c94309728aa16 (diff)
MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call Fl_Window::hide() + Fl_Window::show()
The new procedure essentially resizes the window, as done on the X11+EWMH and Windows platforms. This improves in particular the possibility to turn an Fl_Gl_Window fullscreen on and off. MacOS ≥ 10.10 is required because the procedure isn't stable (random crashes during fast switches) with 10.9. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 22e926b4b..fbba9b260 100644
--- a/CHANGES
+++ b/CHANGES
@@ -102,6 +102,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2018
Other Improvements
- (add new items here)
+ - MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer
+ proceed by Fl_Window::hide() + Fl_Window::show() but essentially
+ resize the window, as done on the X11+EWMH and Windows platforms.
- Fl_Cairo_Window constructors are now compatible with Fl_Double_Window
constructors - fixed missing constructors (STR #3160).
- The include file for platform specific functions and definitions