git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10654 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2001-08-04 14:48:57 +00:00
parent 6f70c418e5
commit d47b5cb139

View file

@ -1,3 +1,24 @@
2001-08-04 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSGraphicsContext.h
Added new class methods [currentContextDrawingToScreen],
[graphicsContextWithAttributes:], [graphicsContextWithWindow:],
[restoreGraphicsState], [saveGraphicsState], [setGraphicsState:]
and new instance methods [attributes], [flushGraphics] and
[graphicsPort].
* Source/NSGraphicsContext.m
Dumy implementations for new class methods and implementations for
new instance methods.
* Headers/gnustep/gui/NSFormCell.h
Delcare the methods [attributedTitle], [setAttributedTitle:] and
[setTitleWithMnemonic:].
Removed methods already declared for super classes.
* Source/NSFormCell.m
Implemented the new methods and [titleWidth:]. In method
[titleWidth] use [cellSize] to compute the width.
In [drawWithFrame:inView:] lock focus only if there is something
to draw.
2001-08-03 Gregory John Casamento <greg_casamento@yahoo.com>
* Panels/SpellPanel.gmodel