summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-17 21:57:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-17 21:57:17 +0000
commit1e742cc41f169d97790bba4f63b7a56db8a66455 (patch)
tree0c6d40593dedc9351dd89de24df5311c381d7d7f /CHANGES
parent8fcd08ffaac998385489dc202bba379280612990 (diff)
Use check items for overlays and the widget bin, and track their state.
Add Edit/Duplicate to duplicate the current selection; this functions independently of the cut/copy/paste buffer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4126 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 102d0c454..a49535846 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,12 @@
CHANGES IN FLTK 1.1.7
- - fixed frame drawing of Fl_Text_Display (STR #762.2)
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745)
+ - 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.
+ - Fixed frame drawing of Fl_Text_Display (STR #762)
- Fl_Clock_Output::value() did not return the previously
set value (STR #748)
- Added comment type to FLUID. This is useful for