summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-02-12 14:33:48 +0000
committerManolo Gouy <Manolo>2013-02-12 14:33:48 +0000
commitef67cdc9d0b2eb67ed33ccce2e955436c1eefc73 (patch)
treefe4c3d5ff9851180c6d35dba28f626de7fe98b82
parent9ba6dd4a59a6e4cffdbf9761ab43d6783cb3dbe2 (diff)
Added changes in Mac version of Fl_Native_File_Chooser.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0573a8104..27c72e283 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ CHANGES IN FLTK 1.3.3
and input of languages with large character sets (e.g., Chinese and Japanese). This
implementation has been reported to work well for Chinese. Superficial testing suggests
it's also operational for Japanese. In-depth testing remains needed though.
+ - Mac OS version of Fl_Native_File_Chooser: when using filters in a save file dialog,
+ the output file extension gets changed when the user modifies the output file type.
CHANGES IN FLTK 1.3.2
@@ -17,7 +19,7 @@ CHANGES IN FLTK 1.3.2
- Documented how to make a Mac OS X FLTK application launchable by dropping files on its icon.
- Fixed a Mac-specific issue appeared with OS 10.8 (Mountain Lion): long delay before
opening when the application is started by dragging a file on the application icon.
- - Fixed use of PNG image from im-memory data (STR #2884).
+ - Fixed use of PNG image from in-memory data (STR #2884).
- Added static Fl_RGB_Image::max_size(size_t) to limit the maximum memory size allowed to
RGB images (STR #2881).