summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-05 00:06:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-05 00:06:41 +0000
commit2fbee9c1500a7b3862732bdfa2ad6fef9dcc3092 (patch)
treeb21d36a0dd1832c6b7eb33f6390e64b791642304 /CHANGES
parentfc3999a24ed8c82c5bca139e7fd63f9c0a6b9058 (diff)
Segfault fixes...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1809 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a7430c190..e8810a4ce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,16 @@
CHANGES IN FLTK 1.1.0b7
-
- - Some Win32 drivers would draw into wrong buffers
- after OpenGL mode change
- - Message handling and Resources for Mac port
+
- More documentation updates...
+ - The file chooser would cause a segfault if you
+ clicked in an empty area of the file list.
+ - Fl_File_Icon::labeltype() would cause a segfault
+ if the value pointer was NULL.
+ - Fl_File_Icon::load_image() could cause segfaults
+ (NULL data and incrementing the data pointer too
+ often.)
+ - Some Win32 drivers would draw into wrong buffers
+ after OpenGL mode change.
+ - Message handling and Resources for MacOS port.
- Fl_Help_View could get in an infinitely loop when
determining the maximum width of the page; this
was due to a bug in the get_length() method with