From c26e8587c1784245b3d78c80aed735c44c92c9b7 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 10 Apr 2002 00:27:53 +0000 Subject: [PATCH] setFrame: in GSTable now autoresize the table. Removed lock/unlock focus optimizaiont in GSTable which is not very portable. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13407 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index dd3a932d1..faa3835b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Apr 9 23:04:43 2002 Nicola Pero + + * Source/GSTable.m ([-setFrame:], [-setFrameSize:]): New methods. + ([-resizeWithOldSuperviewSize:]): Removed; code moved into + -_updateForNewFrameSize:. + ([-_updateForNewFrameSize:]): New method. + Everywhere: use [super setFrameSize:xxx], not [self + setFrameSize:xxx] to set the frame size after autoresizing + operations. + * Source/GSTable.m ([-lockFocusInRect:, -unlockFocusNeedsFlush:]): + Removed. + Tue Apr 9 22:28:12 2002 Nicola Pero Patch by Alexander Malmberg :