diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-30 16:10:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-30 16:10:08 +0000 |
| commit | ca83eb11a122a6891f7dee700de9b0159194581e (patch) | |
| tree | 9291f43b5a5dae28d82c358506941f9fe89db1d7 /CHANGES | |
| parent | a8e4b27e19b3d96f09403fcf27dc2b33f9baf2d3 (diff) | |
Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget.
Fix handling of WM_SYNCPAINT message.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1795 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +CHANGES IN FLTK 1.1.0b7 + + - More documentation updates... + - 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 + percentages (100% width would cause the bug.) + - Don't need -lgdi32 for CygWin, since -mwindows + does this for us. + - The WIN32 event handler did not properly handle + WM_SYNCPAINT messages. + + CHANGES IN FLTK 1.1.0b6 - Documentation updates... |
