mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Added missing parts to NSWindow.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15849 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c768cb1bb9
commit
5d36c3e89a
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2003-02-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTextView.m
|
||||
Rewrote all the toolbar methods. Implemented [zoom:]. Extracted
|
||||
new method [_terminateBackendWindow] from [dealloc] and use it to
|
||||
implement one shot windows in the orderOut case of
|
||||
[orderWindow:relativeTo:]. Removed frame restriction from
|
||||
[setFrameFromString:] as this gets done in
|
||||
[setFrame:display:]. Use [NSScreen visibleFrame] here and in
|
||||
[stringWithSavedFrame]. Implemented [cascadeTopLeftFromPoint:].
|
||||
Removed unused and empty methods [performHide:] and [performUnhide:].
|
||||
|
||||
2003-02-01 15:09 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSTextView.m (-shouldChangeTextInRange:replacementString:):
|
||||
|
|
Loading…
Reference in a new issue