diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-17 14:27:03 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-17 14:27:03 +0000 |
| commit | 8408e863de860ef75a58be303b488b7c44701f9d (patch) | |
| tree | babab8356f5345c68e2e913896980ff3f8450f7e /CHANGES | |
| parent | 6d4bda28b5d98ec55178355bf567009bd22d4199 (diff) | |
Fl_Help_View now ignores links when the link callback returns NULL, and
displays a sensible error message when the URI scheme isn't handled.
Fl_File_Icon no longer tries to load icon files that don't exist.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1860 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ CHANGES IN FLTK 1.1.0b8 + - Fl_Help_View now ignores links when the link callback + returns NULL, and displays a sensible error message + when an unhandled URI scheme is used (e.g. http:, + ftp:) + - Fl_File_Icon::load_system_icons() no longer complains + about missing icon files, just files that exist but + can't be loaded. - FLUID didn't list the plastic box and frame types. - Now hide the tooltip window whenever a window is hidden. Otherwise a tooltip window could keep an |
