summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-05-13 21:02:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-05-13 21:02:41 +0000
commite643c17eea3312b6871ea389d3ab754f030fc3b8 (patch)
tree892b752a5181bdc9713b5b17f2c3adc21a714875 /CHANGES
parent4aa09c6c6a6d4433cc4098cbe293b67075dbe80a (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bdade702f..aedf0bf57 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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