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 the window
was not shown (STR #373)

FLUID did not write the user_data type if the user_data field
was empty (STR #374)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3416 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2004-05-13 21:02:41 +00:00
parent 4aa09c6c6a
commit e643c17eea
4 changed files with 25 additions and 11 deletions
+6
View File
@@ -1,6 +1,12 @@
CHANGES IN FLTK 1.1.5rc2
- Documentation updates (STR #365)
- 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
the window was not shown (STR #373)
- FLUID did not write the user_data type if the
user_data field was empty (STR #374)
- The value(const Fl_Menu_Item*) method was not
implemented for Fl_Choice (STR #366)
- Fl_Pack didn't draw child widget labels the same way