mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-29 20:01:06 +00:00
Fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a7c02df0e
commit
9825306c58
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
Tue Oct 19 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Changing suggested by Richard:
|
||||
* Source/NSApplication.m Removed ([-isRunningModalForWindow:]) in
|
||||
favour of ([-modalWindow]). This method returns the window
|
||||
currently running a modal loop, if any; otherwise, nil.
|
||||
* Source/NSWindow.m ([-keyDown:]): changed accordingly.
|
||||
* Headers/AppKit/NSApplication.h: changed accordingly.
|
||||
|
||||
Minor changings/fixes:
|
||||
* Source/NSCell.m ([-performClick:]): Rewritten the case when the
|
||||
cell has no control view. Also, made click faster.
|
||||
* Source/NSControl.m ([-performClick:]): Added missing method.
|
||||
* Headers/AppKit/NSControl.h: Added corresponding declaration.
|
||||
* Source/NSMatrix.m ([-initWithFrame:mode:prototype:numberOfRows:
|
||||
numberOfColumns:]): if numberOfRows or numberOfColumns is zero,
|
||||
use default size for cells.
|
||||
* Source/NSMenuView.m ([-performKeyEquivalent:]): implemented method.
|
||||
* Source/NSSavePanel.m ([-_initWithoutGModel]): Make the panel non
|
||||
resizable.
|
||||
|
||||
1999-10-18 Lyndon Tremblay <humasect@coolmail.com>
|
||||
|
||||
* Headers/gnustep/gui/NSSecureTextField.h: Added.
|
||||
|
|
Loading…
Reference in a new issue