From d47b5cb1398703c94558ab0d5c47bf8ae79a84ce Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sat, 4 Aug 2001 14:48:57 +0000 Subject: [PATCH] . git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10654 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74284e921..dcc4d6839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2001-08-04 Fred Kiefer + + * 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 * Panels/SpellPanel.gmodel