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
This commit is contained in:
FredKiefer 2003-01-08 16:38:04 +00:00
parent c5ce3a7932
commit d295f6c0f0

View file

@ -1,3 +1,22 @@
2003-01-08 Fred Kiefer <FredKiefer@gmx.de>
* 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 <n.pero@mi.flashnet.it>
* Model/GNUmakefile: Build gmodel bundle when GUI_LIB is gnu, not