mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Rewritten the keybinding engine to be much more powerful
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
85f076c0ad
commit
131fa865d8
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
Mon Feb 25 02:16:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Rewritten the input manager keybinding engine to be a full blown
|
||||
keybinding engine - new features include actions composed of array
|
||||
of selectors, multi-stroke keybindings, abort and quote
|
||||
keybindings.
|
||||
* Source/NSInputManager.m: Rewritten most of the engine to be much more
|
||||
powerful.
|
||||
* Headers/gnustep/gui/NSInputManager.h: Changes in ivars, lots of comments,
|
||||
new public and private methods.
|
||||
* Source/GSKeyBindingAction.h: New auxiliary file.
|
||||
* Source/GSKeyBindingAction.m: New auxiliary file.
|
||||
* Source/GSKeyBindingTable.h: New auxiliary file.
|
||||
* Source/GSKeyBindingTable.m: New auxiliary file.
|
||||
* GNUmakefile: Compile the new files.
|
||||
|
||||
Sun Feb 24 17:32:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/NSResponder.h: Put the optional methods in an
|
||||
informal protocol.
|
||||
|
||||
Sun Feb 24 11:33:21 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSSaverPanel.m: Do not assume that NSFileManager
|
||||
|
|
Loading…
Reference in a new issue