summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-09-27 18:16:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-09-27 18:16:36 +0000
commit4ccf6b4b378363bc96d48e433d905d2b24250cc6 (patch)
tree0f8a543c3ee1368ffa32575ddd4db037a0e3dee0 /CHANGES
parentbe101a57e6aeacf6a1f6fe8015ba48af8809facf (diff)
Changes for 1.0.6 release.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@752 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60b083cec..cc09b664a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+CHANGES SINCE FLTK 1.0.5
+
+ - Fl_win32.cxx defined WM_MOUSE_LEAVE instead of WM_MOUSELEAVE.
+ - Fl_get_key_win32.cxx needed to include <ctype.h>
+ - gl_draw_pixmap.cxx needed a pointer cast for ANSI C++.
+ - Fl_Repeat_Button didn't always delete its timeout.
+ - Now keep track of the current OpenGL context; this provides
+ significant performance improvements for OpenGL applications
+ with a single context.
+
CHANGES SINCE FLTK 1.0.4
- Fl_Roller didn't handle a width and height of 0.