summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-09-15 16:08:20 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-09-15 16:08:20 +0200
commite063852d295bb41e4abdad88b83ddc873fa1d4ca (patch)
treedfe55bbead1e7f7d2f3d8ffbc736f1fa13e94083
parentc549b7acbd65674019b731c6648a9e8eb22f70dd (diff)
Mention change in Fl_Printer::begin_job() for the X11 platform.
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 803cd9941..6ffc7813f 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)
+ - Fl_Printer::begin_job() uses by default the Gnome print dialog on the X11
+ platform when the GTK library is available at run-time. That can be turned off
+ with Fl::option(OPTION_PRINTER_USES_GTK, false).
- New member functions Fl_Paged_Device::begin_job() and begin_page()
replace start_job() and start_page(). The start_... names are maintained
for API compatibility.
@@ -102,6 +105,10 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
Other Improvements
- (add new items here)
+ - Class Fl_Native_File_Chooser uses in priority the file chooser dialog
+ of GTK version 3 when available on the running X11 platform, and falls back
+ to version 2 when V3 is not available. In contrast, GTK version 2 was used
+ in priority by FLTK 1.3.x
- Added support for macOS 10.15 "Catalina"
- Improved documentation for '@' symbols in labels (STR #2940).
- Fl_Roller can now be controlled via the mouse wheel (STR #3120).