Various fixes mainly for keyboard event processing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 1999-10-13 00:53:20 +00:00
parent 23aa70bb55
commit a77ce99a3d

View file

@ -1,3 +1,19 @@
Wed Oct 13 1999 Nicola Pero <n.pero@mi.flashnet.it>
You should now be able to use key equivalents for buttons.
See core/Testing/Calculator.app for a running example.
* Source/NSApplication.m ([-sendEvent:]): Changed modifier used
for key equivalents to NSControlKeyMask.
* Source/NSButtonCell.m ([-_init]): By default, set
keyEquivalentModifierMask to NSControlKeyMask.
* Source/NSButton.m ([-keyDown:]): Removed invocation of
peformKeyEquivalent:. Key equivalents are not processed here.
* Source/NSWindow.m ([-keyDown:]): After all else fails, try
considering the key as a keyEquivalent without Control pressed.
* Source/NSWindow.m ([-initDefaults]): Make the default first
responder the window itself. ([-display]): Modified initial first
responder stuff accordingly.
Tue Oct 12 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSApplication.m: Attempts to fix ordering of application