mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:10:47 +00:00
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:
parent
c5ce3a7932
commit
d295f6c0f0
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue