summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-20 00:51:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-20 00:51:02 +0000
commit921dabf5b89b233b832e4c1c0ddaf3fdf06a83cf (patch)
tree0a48d4019c1148a9013b1acc5bd5c9cde592ad1a /CHANGES
parent2cef7d91d3332ace57efeb10c820552938c45f6d (diff)
Add "scheme" chooser in GUI settings dialog.
Set window image to scheme_bg image when the window is shown. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 263dcb008..e6d13ef71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ CHANGES IN FLTK 1.1.7
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745)
+ - FLUID now provides an option to choose which scheme
+ (default, none, plastic) to display.
+ - Fixed scheme background issue with windows in FLUID.
- In FLUID, new widgets are now created with the ideal
size by default, and menu bars are positioned to use
the entire width of the window.
@@ -10,7 +13,7 @@ CHANGES IN FLTK 1.1.7
- Added Edit/Duplicate command to FLUID to duplicate the
current selection.
- FLUID now tracks the current state of the widget bin
- and overlay using menu item checks.
+ and overlays.
- Fixed frame drawing of Fl_Text_Display (STR #762)
- Fl_Clock_Output::value() did not return the previously
set value (STR #748)