mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Use uppercase letters for shortcut labels (e.g. "Ctrl+N", not
"Ctrl+n") to be consistent with other toolkits. Remove debug printf from undo_checkpoint(). Change "Show Widget Panel" to "Show Properties" since it displays any Fl_Type dialog, not just the widget panel. Add "properties" to all of the type dialogs (UI consistency) Remove extra elipsis (...) from code items in the new menu. Revert Grid shortcut to Ctrl+G, since Alt+G is used to run a shell command again. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -2,6 +2,9 @@ CHANGES IN FLTK 1.1.7
|
||||
|
||||
- Documentation fixes (STR #648, STR #692, STR #730, STR
|
||||
#744, STR #745)
|
||||
- fl_shortcut_label() now shows letter shortcuts in
|
||||
uppercase, e.g. "Ctrl+N" instead of "Ctrl+n" to be
|
||||
consistent with other toolkits.
|
||||
- FLUID now provides unlimited undo/redo support.
|
||||
- FLUID now provides an option to choose which scheme
|
||||
(default, none, plastic) to display.
|
||||
|
||||
Reference in New Issue
Block a user