mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 17:40:42 +00:00
Fixes for popup buttons and menus highlight/unhighligthing when used
from the keyboard; small safety belt added to NSWorkspace initialization git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bda7ef823
commit
670bca0309
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
||||||
|
Tue Jan 21 00:39:52 2003 Serg Stoyan <stoyan@on.com.ua>
|
||||||
|
|
||||||
|
* Source/NSMenu.m ([-performKeyEquivalent:]): Only perform the
|
||||||
|
higlighting if the item is enabled.
|
||||||
|
* Source/NSMenuView.m
|
||||||
|
([-performActionWithHighlightingForItemAtIndex:]): Run the run
|
||||||
|
loop for a fraction of a second before executing the action, so
|
||||||
|
that the highlighted item is displayed. Do not remove the
|
||||||
|
highlighted item if a popup menu.
|
||||||
|
* Source/NSPopUpButton.m ([-mouseDown:]): Leave the selection
|
||||||
|
unchanged if the item which was selected is disabled.
|
||||||
|
([-performKeyEquivalent:]): Mark the popup button as needing
|
||||||
|
redisplay if the key equivalent is performed.
|
||||||
|
|
||||||
|
Mon Jan 20 00:37:39 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* Source/NSWorkspace.m ([NSWorkspace +initialize]): Wrap in
|
||||||
|
an exception handler so we are sure to release the lock.
|
||||||
|
|
||||||
2003-01-14 Adam Fedor <fedor@gnu.org>
|
2003-01-14 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/NSSound.m ([NSSound +gsnd]): Rename daemon to gnustep_sndd
|
* Source/NSSound.m ([NSSound +gsnd]): Rename daemon to gnustep_sndd
|
||||||
|
|
Loading…
Reference in a new issue