summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-01 13:59:50 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-01 13:59:50 +0000
commitd7f311e25cff723badae260b42a8c7575fa5661d (patch)
tree9ed760ae73cec6d25be102a1e81cae0f64c6c2b0 /CHANGES
parent1977f13908b3fb2063976f4ad350bb635f14771c (diff)
Fix Fl_Tabs to use boxtypes exclusively for drawing the tabs. This results
in boxier tabs, but you can customize as desired. Fix plastic box types when drawing larger boxes that would default to the color (without any adjustment). Don't need to build fluid files anymore for source distro - visual C projects now create them as needed. Changelog update. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1797 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5a6b9d56..22fab4bfa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,18 @@ CHANGES IN FLTK 1.1.0b7
does this for us.
- The WIN32 event handler did not properly handle
WM_SYNCPAINT messages.
+ - Fl_Tabs now uses the boxtype exclusively to draw
+ both the tabs and surrounding box, so alternate
+ box types actually work and the look is a little
+ nicer.
+ - Fixed the drawing of large areas with the new
+ plastic boxtypes.
+ - Updated the Visual C++ demo projects to use fluid
+ to generate the GUI files as needed.
+ - The demo program didn't load the right menu file
+ when compiled for debugging under WIN32.
+ - Added plastic box types to forms demo.
+ - Added mousewheel to keyboard demo.
CHANGES IN FLTK 1.1.0b6