From 60243f8366e19039a8f44fec102a784d80db0c62 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 15 Mar 2000 02:48:26 +0000 Subject: [PATCH] String drawing updates/fixes; preliminary [NSCell -setObjectValue:] git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6285 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 997da1837..9a1e78e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Wed Mar 15 02:41:04 2000 Nicola Pero + + * Source/GSUtil.m: Removed file; it was duplicating + [NSString -sizeWithAttributes:]. + * Source/GSUtil.h: Idem. + * Source/GNUmakefile: Idem. + * Source/NSButtonCell.m ([-drawInteriorWithFrame:inView:]): Invoke + [NSString -sizeWithAttributes:] instead of + GSUtil_sizeOfMultilineStringWithFont(); ([-cellSize]): Idem. + * Source/NSCell.m ([-cellSize]): Idem; updated for the change + so that the @"" string gets simply the height of the font. + ([-_drawText:title:cellFrame]): Idem, plus rewritten vertical + centering of text. + * Source/NSFormCell.m ([-cellSize]): Made code slightly smarter; + now it detects @"". + + * Source/NSCell.m ([-setObjectValue:]): Temporary implementation + working only with strings, images, and numbers. This is + needed by the forthcoming NSTableView. + 2000-03-11 Adam Fedor * Headers/gnustep/gui/NSText.h: Add missing methods.