From d295f6c0f0ab525a4906bb064c6ce1ee3227e420 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Wed, 8 Jan 2003 16:38:04 +0000 Subject: [PATCH] Made selecting of text work for non editable text fields. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15550 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8fceca1ad..926b58be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2003-01-08 Fred Kiefer + + * Source/NSTextView.m + Changed all the internal methods ([replaceCharacterRange:withString:], + [setFont:range:], [setTextColor:range:], [setalignment:range:], + [replaceRange:withAttributedString:], [setAtrributes:range:]) not + to call [shouldChangeTextInRange:replacementString:], so that they + can be called for a non editable text view. + Added this call to the methods: [insertText:], [transpose:], + [changeColor:], [alignCenter:], [alignLeft:], [alignRight:], + [alignJustified:], [readSelectionFromPasteboard:type:]. + * Source/NSCell.m + In [selectWithFrame:...length:] removed duplicate setting of delegate. + * Source/NSBrowserCell.m + Use method calls in [initWithCoder:] to get fontification correct. + * Source/NSClipView.m + Use method calls in [initWithCoder:] so opaque flag is set + correctly. + Tue Dec 31 16:30:32 2002 Nicola Pero * Model/GNUmakefile: Build gmodel bundle when GUI_LIB is gnu, not