mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-01 08:10:49 +00:00
Added more new MacOSX methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ca71e1959
commit
8c9fc0ba1f
1 changed files with 27 additions and 4 deletions
31
ChangeLog
31
ChangeLog
|
@ -1,9 +1,32 @@
|
||||||
|
2001-11-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/NSTextView.h
|
||||||
|
Added protocol NSTextInput to NSTextView. Added some new MacOSX
|
||||||
|
methods.
|
||||||
|
* Source/NSTextView.m
|
||||||
|
Corrected memory management in rulerview methods. Implemented
|
||||||
|
update ruler. Dummy implementation for new spell checking
|
||||||
|
methods. Implementation of new drag methods, use these in the
|
||||||
|
dragging protocol methods. Moved the NSTextInput methods into the
|
||||||
|
main category. Implemented some of them.
|
||||||
|
* Source/NSLayoutManager.m
|
||||||
|
Implemented [rulerMarkersForTextView:...ruler:].
|
||||||
|
* Headers/gnustep/gui/NSPasteboard.h
|
||||||
|
Added extension methods for NSURL.
|
||||||
|
* Source/NSPasteboard.m
|
||||||
|
Implemented extension methods for NSURL.
|
||||||
|
* Headers/gnustep/gui/NSView.h
|
||||||
|
Added some new MacOSX methods. Changed order of methods.
|
||||||
|
* Source/NSView.m
|
||||||
|
Implemented those new methods. Call new methods from the subview
|
||||||
|
handling methods.
|
||||||
|
|
||||||
2001-11-23 Fred Kiefer <FredKiefer@gmx.de>
|
2001-11-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/gnustep/gui/NSTableView.h:
|
* Headers/gnustep/gui/NSTableView.h
|
||||||
* Source/NSTableView.m:
|
* Source/NSTableView.m
|
||||||
Added some additional MacOSX methods.
|
Added some additional MacOSX methods.
|
||||||
* Headers/gnustep/gui/NSTextField.h:
|
* Headers/gnustep/gui/NSTextField.h
|
||||||
* Source/NSTextField.m
|
* Source/NSTextField.m
|
||||||
Added and implemented some methods for the handling of richt text.
|
Added and implemented some methods for the handling of richt text.
|
||||||
* Source/extern.m
|
* Source/extern.m
|
||||||
|
@ -3539,7 +3562,7 @@ Mon Nov 6 17:02:27 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
2000-10-24 Fred Kiefer <FredKiefer@gmx.de>
|
2000-10-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/GSSimpleLayoutManager.m: Removed some 300 lines
|
* Source/GSSimpleLayoutManager.m: Removed some 300 lines
|
||||||
* Source/NSLayoutManager.m: Added simple glyph cahracter mapping methods
|
* Source/NSLayoutManager.m: Added simple glyph character mapping methods
|
||||||
* Source/NSText.m: Set the TextConatainer to track its view
|
* Source/NSText.m: Set the TextConatainer to track its view
|
||||||
again. But switch this of if the view is scrollable.
|
again. But switch this of if the view is scrollable.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue