diff options
| author | Manolo Gouy <Manolo> | 2018-03-10 17:38:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-03-10 17:38:51 +0000 |
| commit | 67fc24f3d26b5a6eb248759a5cafe65444b7835a (patch) | |
| tree | 7c6022bfc8bd46bbf95dc425204b1676ea56b174 | |
| parent | 70e629b05d549a690b72c06916720c530b406da0 (diff) | |
Remove mention of -DFLTK_HIDPI_SUPPORT which was removed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12733 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -31,10 +31,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017 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 - 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 + - MSWindows platform: Added support for rescaling the GUI of any app + at run-time using the ctrl/+/-/0/ keystrokes. All applications + 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, @@ -63,7 +62,6 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017 by typing ctrl-'+' (enlarge), ctrl-'-' (shrink) or ctrl-'0' (back to starting factor value). Windows moved between screens adjust to the scaling factor of their screen. This supports desktops mixing screens with distinct resolutions. - [HiDPI displays have been supported since FLTK 1.3.3 for the WIN32 and MacOS platforms]. - New method shadow(int) allows to disable the shadows of the hands of Fl_Clock, Fl_Clock_Output, and derived widgets. - New method Fl_Tabs::tab_align() allows to set alignment of tab labels, |
