mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 19:01:54 +00:00
Reverted changes in autorelease pool code in NSApplication; reindented last
entries in the ChangeLog git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7786 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a79bfd9b30
commit
21b5e3beb1
1 changed files with 42 additions and 42 deletions
84
ChangeLog
84
ChangeLog
|
@ -1,59 +1,60 @@
|
||||||
|
Wed Oct 11 10:51:56 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* Source/NSApplication.m ([-run]), ([-runModalSession:]): Reverted
|
||||||
|
last changes in autorelease pool code. In particular, switched
|
||||||
|
back to creating and releasing an autorelease pool at each loop
|
||||||
|
for modal sessions.
|
||||||
|
|
||||||
2000-10-09 Richard Frith-Macdonald <rfm@gnu.org>
|
2000-10-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/GSTextStorage.m: ([-setAttributes:range:])
|
* Source/GSTextStorage.m: ([-setAttributes:range:]): Fixed obscure
|
||||||
Fixed obscure bug - use ASSIGNCOPY rather than ASSIGN to prevent
|
bug - use ASSIGNCOPY rather than ASSIGN to prevent mutable
|
||||||
mutable dictionaries being placed in attributed string.
|
dictionaries being placed in attributed string.
|
||||||
|
|
||||||
=======
|
|
||||||
2000-10-09 Fred Kiefer <FredKiefer@gmx.de>
|
2000-10-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/GSTextStorage.m:
|
* Source/GSTextStorage.m: (_setup()): corrected a problem from the
|
||||||
_setup() corrected a problem from the last change
|
last change Removed obsolete super calls in GSTextInfo coding
|
||||||
Removed obsolete super calls in GSTextInfo coding methods.
|
methods.
|
||||||
* Source/NSAttributedString.m:
|
* Source/NSAttributedString.m: Small correction in
|
||||||
Small correction in [fixParagraphStyleAttributeInRange]
|
[fixParagraphStyleAttributeInRange]
|
||||||
|
|
||||||
2000-10-08 Richard Frith-Macdonald <rfm@gnu.org>
|
2000-10-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/GSTextStorage.m: Removed some depen dencies on private
|
* Source/GSTextStorage.m: Removed some dependencies on private
|
||||||
classes of base library.
|
classes of base library.
|
||||||
|
|
||||||
2000-10-02 Fred Kiefer <FredKiefer@gmx.de>
|
2000-10-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSWindow.m:
|
* Source/NSWindow.m: ([_initBackendWindow]): always redisplay _wv
|
||||||
[_initBackendWindow] always redisplay _wv
|
([setFrame:display:]): set the frame of _wv directly if deferred.
|
||||||
[setFrame:display:] set the frame of _wv directly if deferred.
|
These changes make the save panel usable again.
|
||||||
This changes make the save panel usable again.
|
* Source/NSStringDrawing.m: Convert glyphs to font encoding in
|
||||||
* Source/NSStringDrawing.m:
|
drawRun(). Removed unused code.
|
||||||
Convert glyphs to font encoding in drawRun().
|
|
||||||
Removed unused code.
|
|
||||||
|
|
||||||
2000-10-01 Fred Kiefer <FredKiefer@gmx.de>
|
2000-10-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Header/gnustep/gui/NSText.h:
|
* Header/gnustep/gui/NSText.h: Moved ivar _textContainer from
|
||||||
Moved ivar _textContainer from NSTextView to here.
|
NSTextView to here.
|
||||||
* Header/gnustep/gui/NSTextView.h:
|
* Header/gnustep/gui/NSTextView.h: Removed ivar
|
||||||
Removed ivar _textContainer. Added some delegate messages.
|
_textContainer. Added some delegate messages. Two new NSTextView
|
||||||
Two new NSTextView like methods for text container handling.
|
like methods for text container handling.
|
||||||
* Source/NSText.m:
|
* Source/NSText.m: Moved the text container handling from
|
||||||
Moved the text container handling from NSTextView to here and
|
NSTextView to here and corrected it.
|
||||||
corrected it.
|
* Source/NSTextView.m: Use text container implementation from
|
||||||
* Source/NSTextView.m:
|
super class.
|
||||||
Use text container implementation from super class.
|
* Source/NSLayoutManager.m: Implemented [firstTextView].
|
||||||
* Source/NSLayoutManager.m:
|
* Source/GSSimpleLayoutManager.h: Removed additional method
|
||||||
Implemented [firstTextView].
|
[setFirstTextView]
|
||||||
* Source/GSSimpleLayoutManager.h:
|
* Source/GSSimpleLayoutManager.m: Switched to use the text
|
||||||
Removed additional method [setFirstTextView]
|
container for size information. Implemented
|
||||||
* Source/GSSimpleLayoutManager.m:
|
[textContainerChangedGeometry].
|
||||||
Switched to use the text container for size information.
|
* Source/NSTextContainer.m: In [setTextView] let the text view
|
||||||
Implemented [textContainerChangedGeometry].
|
send frame changed notifications. Check text view in
|
||||||
* Source/NSTextContainer.m:
|
[_textViewFrameChanged:]. Don't add observer if text view is nil
|
||||||
In [setTextView] let the text view send frame changed notifications.
|
in [setHeightTracksTextView:] and [setWidthTracksTextView:]
|
||||||
Check text view in [_textViewFrameChanged:].
|
* Source/NSView.m: In [display] check if the _visibleRect is still
|
||||||
Don't add observer if text view is nil in
|
valid.
|
||||||
[setHeightTracksTextView:] and [setWidthTracksTextView:]
|
|
||||||
* Source/NSView.m:
|
|
||||||
In [display] check if the _visibleRect is still valid.
|
|
||||||
|
|
||||||
2000-09-28 Adam Fedor <fedor@gnu.org>
|
2000-09-28 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
@ -88,7 +89,6 @@
|
||||||
|
|
||||||
2000-09-26 Lyndon Tremblay <humasect@home.com>
|
2000-09-26 Lyndon Tremblay <humasect@home.com>
|
||||||
|
|
||||||
|
|
||||||
* Source/NSMenu.m ([NSMenu -itemWithTitle:]): Use -isEqualToString:
|
* Source/NSMenu.m ([NSMenu -itemWithTitle:]): Use -isEqualToString:
|
||||||
instead of -isEqual:
|
instead of -isEqual:
|
||||||
([NSMenu -performKeyEquivalent:]): Likewise.
|
([NSMenu -performKeyEquivalent:]): Likewise.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue