diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-07 18:47:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-07 18:47:27 +0000 |
| commit | a55363086d594e4df9573144b493da87b667fd27 (patch) | |
| tree | e63af762994d8e8bb66c2282b6f14fc5b829414b /CHANGES | |
| parent | d725a22d4352540335f82b1ec8e4a1b777f240c7 (diff) | |
Don't apply tile image to menu or overlay windows.
Add Fl_BMP_Image.H links to fltk.list.in.
Reset colors to standard FLTK ones in Fl::get_system_colors().
Don't clear button events when fixing focus.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1918 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ CHANGES IN FLTK 1.1.0b9 - - Add Fl_BMP_Image class to support loading of Windows + - Fl::scheme() applied the scheme tile image to overlay + and menu windows, which caused problems when the + overlay planes were in use. + - Fixed Fl::event_button() value when hiding tooltip on + some systems. + - Added Fl_BMP_Image class to support loading of Windows bitmap (BMP) files. - The shiny demo didn't work on some systems (no single-buffered OpenGL visual), and the new box types |
