mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 18:50:48 +00:00
upport for mouse text selection in NSTextView
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
742a2bc434
commit
209230e6eb
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
||||||
|
2002-02-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/NSTextView.m
|
||||||
|
Added method [copySelection] and [pasteSelection] to put the
|
||||||
|
selected text in special pasteboard. The first gets called by
|
||||||
|
[setSelectedRange:affinity:stillSelecting:] while the later is
|
||||||
|
bound to [middleMouseUp:]. (This is hard coded, could the key
|
||||||
|
binding code handle this?)
|
||||||
|
|
||||||
|
2002-02-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
Patch from Alexander Malmberg <alexander@malmberg.org>:
|
||||||
|
* Source/NSGraphicsContext.m
|
||||||
|
[graphicsContextWithAttributes] always autorelease the context.
|
||||||
|
Moved the unsetting of the current context from [dealloc] to
|
||||||
|
[destroyContext] otherwise the current context can never be freed.
|
||||||
|
* Source/NSApplication.m
|
||||||
|
Removed some now unneeded FIXME.
|
||||||
|
|
||||||
Wed Feb 27 01:03:58 2002 Gregory Casamento <greg_casamento@yahoo.com>
|
Wed Feb 27 01:03:58 2002 Gregory Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Source/NSOutlineView.m implemented indentation and enabled
|
* Source/NSOutlineView.m implemented indentation and enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue