summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-01-31 08:10:37 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-01-31 08:10:37 +0100
commit9d4d5ffdeb8dacb18f1af47772cb1ee56e7daca7 (patch)
tree6d6969385667bc11d81719adae7c3562409c94a6 /CHANGES.txt
parentd1afac2150c91e13a484cb56532f326680308d8d (diff)
Mention the new "Preview" switch of the GTK native file dialog.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cf70e47ff..75592e7be 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
New Features and Extensions
- (add new items here)
+ - New "Preview" switch added to the GTK native file chooser dialog
+ available on the X11 platform. This requires function fl_register_images()
+ to have been called.
- New public variable Fl_Image::register_images_done allows an app. to detect
whether function fl_register_images() has been called.
- Fix Fl::add_timeout() under Linux (STR 3516).