mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Work on drawing insertion point in text views
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8408 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
85ff7509fc
commit
6008e49f73
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Fri Dec 22 19:20:00 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/externs.m: Added NSOldSelectedCharacterRange.
|
||||
* Headers/gnustep/gui/NSTextView.h: Remove ivar for selection
|
||||
affinity; added ivar related to delegate.
|
||||
* Source/NSTextView.m ([-resignFirstResponder]): Rewritten
|
||||
deleting insertion point; do not flush the window.
|
||||
([-drawRect:]): Don't flush the window when drawing insertion
|
||||
point. ([-drawInsertionPointInRect:color:turnedOn:]): Don't flush
|
||||
the window. ([-drawInsertionPointAtIndex:color:turnedOn:]):
|
||||
Removed. Code moved to the new method
|
||||
([-rectForInsertionPointAtIndex:]). ([-selectionAffinity]):
|
||||
Return NSSelectionAffinityDownstream.
|
||||
|
||||
Thu Dec 21 19:46:45 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/NSWindow.h: New ivar _futureFirstResponder.
|
||||
|
|
Loading…
Reference in a new issue