summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-12-18 15:19:15 +0000
committerManolo Gouy <Manolo>2017-12-18 15:19:15 +0000
commitd361de4d0d3bc346021beaab053b30dcfc7fb153 (patch)
tree22677be12ad86f3908a4929edb04616513b265f7 /CHANGES
parentf24ee501b91354487a4b52f10bcf9ab192105b07 (diff)
STR#3437 : Support display of windows in tabbed form as in MacOS 10.12 Sierra
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12596 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9f27401e4..83393f698 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,18 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
New Features and Extensions
- (add new items here)
+ - 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
+ at run-time using the ctrl/+/-/0/ keystrokes. This requires to build the
+ FLTK library with -DFLTK_HIDPI_SUPPORT (for now). This option also makes
+ app detect the desktop scaling factor and automatically scale their GUI
+ accordingly. This effectively renders WIN32 FLTK apps "per-monitor DPI-aware"
+ whereas they were "DPI-unaware" with FLTK 1.3.4.
+ - FLTK apps on the MacOS platform contain automatically a Window menu, which,
+ under MacOS ≥ 10.12, allows to group/ungroup windows in tabbed form. The new
+ Fl_Sys_Menu_Bar::window_menu_style() function allows to specify various
+ styles for the Window menu, even not to create it.
- New function: int fl_open_ext(const char* fname, int binary, int oflags, ...)
to control the opening of files in binary/text mode in a cross-platform way.
- New Fl_SVG_Image class: gives support of scalable vector graphics images