summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 22:05:36 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 22:52:33 +0100
commitd7af409f426fba1790149499dd26614b137a771a (patch)
tree993bb504957afcd1d8ecc030eb933a6123e98401 /CHANGES.txt
parent3d53548cfb26fd13234744e2a0d2e8eca5cd5dc2 (diff)
Remove "Figure x.y: " from html image captions
... as discussed in fltk.coredev for easier maintenance. Also edit some minor issues.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4b039f372..3ac67d96c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-Changes in FLTK 1.4.0 Released: ??? ?? 2020
+Changes in FLTK 1.4.0 Released: ??? ?? 2021
General Information about this Release
@@ -53,7 +53,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2020
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.
+ windows were closed even before Fl::run() or 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.
@@ -61,7 +61,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2020
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.
+ whereas they were "DPI-unaware" with FLTK 1.3.x.
- 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