summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-04-10 21:19:10 +0000
committerGreg Ercolano <erco@seriss.com>2013-04-10 21:19:10 +0000
commit322d82f7e703d2bf9dfb9d20d753f03e06e0d2a1 (patch)
tree613c984d1e05bbead7199608643925a19ded9262
parent9fc45db999147a80d490ec8a6ecd64735316280b (diff)
Mods to CHANGES file for recent additions/fixes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9873 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES15
1 files changed, 9 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index ed9f32b98..a89bd82d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,15 @@ CHANGES IN FLTK 1.3.3
- Fixed access of protected member (STR #2903)
- Implemented support for the Mac OS text input system that deals with character composition
- 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.
+ 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.
+ the output file extension gets changed when the user modifies the output file type.
- Removed the now unused src/Fl_mac.cxx
+ - Fixed various Mac specific opengl issues (STR #2944)
+ - Added new method Fl_Widget::top_window() (STR #2948)
+ - Added new method Fl_Widget::top_window_offset() (part of STR #2944)
CHANGES IN FLTK 1.3.2
@@ -19,10 +22,10 @@ CHANGES IN FLTK 1.3.2
- Prevents scrollbars from drawing when widget is sized too small to be visible (STR #2886).
- 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.
+ opening when the application is started by dragging a file on the application icon.
- 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).
+ RGB images (STR #2881).
CHANGES IN FLTK 1.3.1