mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fixes and improvements for editing in cells
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5149 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
816b109bc8
commit
db11934eb7
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
Wed Nov 10 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Debugged/rewritten handling of special key events, such as Return
|
||||
or TAB, of text field editors:
|
||||
* Source/NSText.m ([-keyDown:]): Debugged, rewritten.
|
||||
* Source/NSText.m ([-acceptsFirstResponder]),
|
||||
([-resignFirstResponder]), ([-becomeFirstResponder]): Rewritten to
|
||||
deal correctly with delegate.
|
||||
* Headers/AppKit/NSText.h: Added enumeration of important unicodes.
|
||||
|
||||
Improved interaction of cells with text field editors, better
|
||||
support for fonts, colors when editing:
|
||||
* Source/NSCell.m
|
||||
([-editWithFrame:inView:editor:delegate:event:]): Fixes (eg
|
||||
vertical position of rect used for drawing, display text editor,
|
||||
call setUpFieldEditorAttributes:).
|
||||
([-selectWithFrame:inView:editor: delegate:start:length:]): Fixes
|
||||
(eg don't make the text object first responder before having put
|
||||
it in the view tree; added selection of the range) [untested].
|
||||
* NSCell.m ([-setUpFieldEditorAttributes:]): First implementation.
|
||||
* Source/NSTextFieldCell.m ([-setUpFieldEditorAttributes:]):
|
||||
First implementation.
|
||||
|
||||
Tue Nov 9 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBrowser.m ([NSBrowser -setPath:]): Tidied, and fixed
|
||||
|
|
Loading…
Reference in a new issue