summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 25e22be72..c3b82c011 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+CHANGES IN FLTK 1.1.0b8
+
+ - Cosmetic changes to plastic boxtypes. Now look much
+ better for large areas and the sides now have a much
+ greater "3D" feeling to them.
+ - Added new Fl::draw_box_active() method so that
+ boxtypes can find out if the widget they are drawing
+ for is active or not.
+ - Fl_Button and its subclasses did not redraw the parent
+ when the boxtype was FL_NO_BOX and they lost keyboard
+ focus (the parent redraw clears the focus box.)
+ - Fixed the example program makefile - wasn't building
+ the mandelbrot and shiny demos right.
+
+
CHANGES IN FLTK 1.1.0b7
- More documentation updates...