mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Fl_Scroll now uses a full redraw when the scheme is set to
plastic and the box type is a frame (STR #205) Fl_Window::resize() did not work properly with KDE 3.2 (STR #356) FLTK didn't delete font bitmaps when the last OpenGL window was deleted, preventing future text from displaying (STR #310) FLUID didn't include a full initialization record for the trailing NULL menu items (STR #375) Fl_Browser::item_width() did not properly handle format modifiers (STR #372) Fl_Browser::item_height() did not handle columns properly (STR #371) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3419 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
CHANGES IN FLTK 1.1.5rc2
|
||||
|
||||
- Documentation updates (STR #365)
|
||||
- Fl_Scroll now uses a full redraw when the scheme is
|
||||
set to plastic and the box type is a frame (STR #205)
|
||||
- Fl_Window::resize() did not work properly with KDE 3.2
|
||||
(STR #356)
|
||||
- FLTK didn't delete font bitmaps when the last OpenGL
|
||||
window was deleted, preventing future text from
|
||||
displaying (STR #310)
|
||||
- FLUID didn't include a full initialization record for
|
||||
the trailing NULL menu items (STR #375)
|
||||
- Fl_Browser::item_width() did not properly handle
|
||||
format modifiers (STR #372)
|
||||
- Fl_Browser::item_height() did not handle columns
|
||||
properly (STR #371)
|
||||
- Fl_Gl_Window's on WIN32 now prefer accelerated pixel
|
||||
formats over generic formats (STR #382)
|
||||
- Fl_Window::resize() did not work on some systems if
|
||||
|
||||
Reference in New Issue
Block a user