mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:01:16 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
857532eb73
commit
0a60f23d17
2 changed files with 23 additions and 1 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
2000-10-12 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSLayoutManager.h:
|
||||
Added some missing methods and move comments to .m file.
|
||||
Other clean ups.
|
||||
* Headers/gnustep/gui/NSDocumentFrameworkPrivate.h:
|
||||
Removed unneeded method _removeDocument
|
||||
* Source/NSDocument.m:
|
||||
In [close] use removeDocument instead of _removeDocument.
|
||||
[initWithContentsOfFile:ofType:] call [self init] instead of
|
||||
[super init].
|
||||
* Source/NSDocumentController.m:
|
||||
Use explicit Private interface.
|
||||
* Source/NSLayoutManager.m:
|
||||
Added comments from .h file.
|
||||
Return a GSSimpleLayoutManager from [allocWithZone].
|
||||
Removed all compiler warnings.
|
||||
* Source/NSText.m:
|
||||
Use NSLayoutManager instead of GSSimpleLayoutManager.
|
||||
* Source/NSStringDrawing.m:
|
||||
Started reorganising the code.
|
||||
|
||||
Wed Oct 11 10:51:56 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSApplication.m ([-run]), ([-runModalSession:]): Reverted
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
@interface GSSimpleLayoutManager: NSLayoutManager
|
||||
{
|
||||
// contains private _GNULineLayoutInfo objects
|
||||
NSMutableArray *lineLayoutInformation;
|
||||
NSMutableArray *_lineLayoutInformation;
|
||||
NSRect _rects[4];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue