From 677a76fe27dca0b75f6e5f214ad02e0442fc2e7e Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 17 Nov 1999 00:09:14 +0000 Subject: [PATCH] Added isOpaque methods, minor everyday tidyup. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5222 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index 11bc335e1..908641bdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +Wed Nov 17 1999 Nicola Pero + + * Source/NSBox.m ([-isOpaque]): Added method. + * Source/NSBrowser.m ([-isOpaque]): Added method. + * Source/NSBrowserCell.m ([-isOpaque]): Added method. + * Source/NSButtonCell.m ([-isOpaque]): Updated. + * Source/NSColorWell.m ([-isOpaque]): Added method. + * Source/NSControl.m ([-isOpaque]): Added method. + * Source/NSFormCell.m ([-isOpaque]): Improved. + * Source/NSMatrix.m ([-isOpaque]): Added method. + * Source/NSSliderCell.m ([-isOpaque]): Added method. + * Source/NSTabView.m ([-isOpaque]): Added method. + * Source/NSText.m ([-isOpaque]): Added method. + * Source/NSTextFieldCell.m ([-isOpaque]): Added method. + * Source/NSTextFieldCell.m: Tiny optimization by using _isOpaque. + * Headers/AppKit/NSTextFieldCell.h: Added ivar _isOpaque. + + * Source/NSCell.m ([-drawInteriorWithFrame:inView:]): Removed + [unused] drawing of background. Now the drawing is minimal, but + easier to subclass. ([-setUpFieldEditorAttributes:]): Removed + setting of background. + * Source/NSBrowserCell.m ([-editWithFrame:inView:editor:delegate: + event:]), ([-endEditing:]), ([-_handleKeyEvent:]): Useless, removed. + * Headers/AppKit/NSButtonCell.h: Removed declaration of + -performClick: to pacify the compiler. + * Source/NSMatrix.m ([-nextText]), ([-previousText]), + ([-setNextText:]), ([-setPreviousText:]): Implemented. + 1999-11-16 David Lazaro Saz * Source/NSMenu.m: Almost total rewrite of some of the parts. Added