mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Tidyups for app activation/deactivation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5193 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
540e967ca1
commit
1dbe9c3026
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
Mon Nov 15 21:29:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Headers/gnustep/gui/NSMenu.h: Make menu window inherit from NSPanel
|
||||
* Headers/gnustep/gui/NSResponder.h: New flag for window and view.
|
||||
* Headers/gnustep/gui/NSWindow.h: Condense flags into a bitfield.
|
||||
* Source/GSHelpManagerPanel.m: Tidy and fix error in ([-release]).
|
||||
* Source/NSApplication.m: Fixup references into NSWindow ivars.
|
||||
* Source/NSCachedImageRep.m: ditto.
|
||||
* Source/NSMenu.m: Fixup references into NSWindow ivars, and remove
|
||||
unnecessary code for hide/unhide on app deactivation/activation.
|
||||
* Source/NSPanel.m: Fixup references to NSWindow ivars and make
|
||||
panels hide on app deactivation by default.
|
||||
* Source/NSView.m: Fixup references to NSWindow ivars and move one
|
||||
ivar into flags field defined in NSResponder.h
|
||||
* Source/NSWindow.m: Change flags to be in bitfield and implement
|
||||
code to handle hide/unhide on app deactivation/reactivation.
|
||||
|
||||
Mon Nov 15 16:57:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSFontPanel.m: Removed a couple of bogus methods that were
|
||||
|
|
Loading…
Reference in a new issue