mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Mention change in Fl_Printer::begin_job() for the X11 platform.
This commit is contained in:
@@ -18,6 +18,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
|
|||||||
New Features and Extensions
|
New Features and Extensions
|
||||||
|
|
||||||
- (add new items here)
|
- (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()
|
- New member functions Fl_Paged_Device::begin_job() and begin_page()
|
||||||
replace start_job() and start_page(). The start_... names are maintained
|
replace start_job() and start_page(). The start_... names are maintained
|
||||||
for API compatibility.
|
for API compatibility.
|
||||||
@@ -102,6 +105,10 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
|
|||||||
Other Improvements
|
Other Improvements
|
||||||
|
|
||||||
- (add new items here)
|
- (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"
|
- Added support for macOS 10.15 "Catalina"
|
||||||
- Improved documentation for '@' symbols in labels (STR #2940).
|
- Improved documentation for '@' symbols in labels (STR #2940).
|
||||||
- Fl_Roller can now be controlled via the mouse wheel (STR #3120).
|
- Fl_Roller can now be controlled via the mouse wheel (STR #3120).
|
||||||
|
|||||||
Reference in New Issue
Block a user