summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-11-26 11:59:14 +0000
committerManolo Gouy <Manolo>2012-11-26 11:59:14 +0000
commit246157b51d3112492a1774cd983e31e83190865e (patch)
tree246c4539fa1c4341075d5567bdab9428c0438fd4
parent09c80a3d7e6f646897e51aff66954d5b1bbf2a2d (diff)
Documented all changes from 1.3.1 release to 2012/11/25.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9733 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8de142b2d..8240e1476 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
CHANGES IN FLTK 1.3.2
+ - Fixed regression in FLTK 1.3.1 for unbundled Mac OS FLTK applications that
+ did not appear in dock nor have a menu bar (STR #2890).
- Fl_Table::clear() now calls table->clear() for consistency. (STR #2889)
+ - Fixed Fl_Scroll widget that fails under Mac OS X 10.8 and retina display (STR #2887).
+ - 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.
+ - Fixed use of PNG image from im-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).
CHANGES IN FLTK 1.3.1