summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-03-20 10:41:14 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-03-20 10:41:14 +0000
commit18f2016b1f743068cd3d4bb9740845c2d55af3f3 (patch)
treebd0e16fdb0e630d2e7ab8d6846dfba423dadd47b /CHANGES
parent27568cfa1c948ba536e03519372b38412adec756 (diff)
Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data) API.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5749 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 5bda218c5..9125f1e05 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,9 @@ CHANGES IN FLTK 1.1.8
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578)
- The sample RPM spec file now enables large file support
and threading support (STR #1603)
- - Changed minumu contrast between background and text to
+ - Changed minimum contrast between background and text to
96 and added more weight to the blue component to improve
- readability (STR #1625)
+ readability for certain color combinations (STR #1625)
- Fixed VCNet OpenGL project file (STR #1617)
- Fixed scrolling of clipped areas in MSWindows (STR
#1601)
@@ -16,7 +16,7 @@ CHANGES IN FLTK 1.1.8
avoid data loss (STR #1609)
- The Fl_File_Chooser constructor now saves and restores the
current group (STR #1611)
- - Added Fl::set_awake_cb() to set a handler for thread
+ - Added Fl::awake(fn*,void*) to set a handler for thread
messages (STR #1536)
- Added "mute sound" option to Sudoku game.
- Updated the bundled zlib to v1.2.3.