From 67fc24f3d26b5a6eb248759a5cafe65444b7835a Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 10 Mar 2018 17:38:51 +0000 Subject: 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 --- CHANGES | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 6d42cfb35..653e597a1 100644 --- a/CHANGES +++ b/CHANGES @@ -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, -- cgit v1.2.3