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
This commit is contained in:
Michael R Sweet
2005-03-17 21:57:17 +00:00
parent 8fcd08ffaa
commit 1e742cc41f
3 changed files with 62 additions and 16 deletions
+5 -1
View File
@@ -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