mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-01 17:00:47 +00:00
.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10654 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f70c418e5
commit
d47b5cb139
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue