mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Some fixes for NSTextContainer; prefixed all of NSWindow's ivars with
underscores git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f76e7fe754
commit
94fc19b2a6
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
Tue Sep 5 18:52:57 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Headers/gnustep/gui/NSWindow.h, Source/NSWindow.m: Prefixed all
|
||||
ivars with underscores.
|
||||
* Source/NSApplication.m ([NSIconWindow -_initDefaults]): Updated
|
||||
for change in NSWindow's ivars.
|
||||
* Source/NSMenu.m ([NSMenuWindow -_initDefaults]), ([NSMenuWindow
|
||||
-moveToPoint:]): Idem.
|
||||
* Source/NSView.m ([-lockFocusInRect:]),
|
||||
([-unlockFocusNeedsFlush:]): Idem.
|
||||
|
||||
Tue Sep 5 17:55:17 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSTextContainer.m ([-setHeightTracksTextView:]),
|
||||
([-setWidthTracksTextView:]): Register for notifications if we
|
||||
need. ([-setTextView:]): Only remove us from notifications
|
||||
regarding the old text view; register for notifications only if we
|
||||
need. ([-_textViewFrameChanged:]): Don't track height if we only
|
||||
need to track width and vice versa.
|
||||
|
||||
Tue Sep 5 03:04:41 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSApplication.m ([-terminate:]): Post
|
||||
|
|
Loading…
Reference in a new issue