summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-06-07 12:01:59 +0000
committerManolo Gouy <Manolo>2014-06-07 12:01:59 +0000
commitbaebff2227400ef54a92638d297fc0c23a4bd521 (patch)
tree88b6efae852185634761c2503844385f4ac826f8 /CHANGES
parent460544455d9f449ce80abdab22e0244698444158 (diff)
STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when available.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10186 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 360c49da6..2e1dba7ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,10 @@
CHANGES IN FLTK 1.3.3 RELEASED: MMM DD YYYY
+ - on Linux/Unix, class Fl_Native_File_Chooser uses file dialogs of the Gnome
+ environment (provided by the libgtk dynamic library), when this is available,
+ and falls back to FLTK's Fl_File_Chooser, when it's not (STR #3088).
- added class Fl_Copy_Surface allowing to copy graphical data to the clipboard
- in a cross-platform way.
+ in a cross-platform way (STR #3058).
- added support for pasting graphical data from the clipboard to an FLTK widget.
- added class Fl_Image_Surface allowing to draw into an Fl_Image object.
- removed constraint that lines are limited to 1024 chars in widget labels and browser lines (STR #2990).