mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Stuff for cursor handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5190 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe4195d6e2
commit
62e083cd12
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
Mon Nov 15 16:09:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Headers/gnustep/gui/GSTrackingRect.h: Tidied to more compact layout.
|
||||
* Headers/gnustep/gui/NSCursor.h: Closer to MacOS-X spec.
|
||||
* Headers/gnustep/gui/NSResponder.h: New flag for cursor rect validity
|
||||
* Headers/gnustep/gui/NSTextField.h: Removed unused ivar.
|
||||
* Source/GSTrackingRect.m: Alter for more compact ivars.
|
||||
* Source/NSCell.m: Implement method for cursor tracking.
|
||||
* Source/NSControl.m: Implement default -resetCursorRects.
|
||||
* Source/NSCursor.m: Tidied up and added undocumented behavior to make
|
||||
cursor handling on entry/exit work nicely - push new cursor onto stack
|
||||
on entry to rectangle, pop it off again on exit.
|
||||
* Source/NSTextField.m: Remove cursor handling stuff - it's done in
|
||||
NSCell and NSControl.
|
||||
* Source/NSView.m: Many little changes for correct cursor rectangle
|
||||
handling.
|
||||
* Source/NSWindow.m: Changes for cursor rectangle handling.
|
||||
|
||||
Mon Nov 15 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/AppKit/NSFormCell.h: Prefixed ivars with underscore;
|
||||
|
|
Loading…
Reference in a new issue