mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Clean up of NSPanel and GSAlertPanel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bce2688968
commit
4934a1b527
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2001-09-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Header/gnustep/gui/NSWindow.h
|
||||
Added three BOOL flags for subclasses.
|
||||
* Header/gnustep/gui/NSPanel.h
|
||||
Defined additional window masks. Removed all unneeded ivars and
|
||||
replaced the others by the superclass additional flags.
|
||||
* Source/NSPanel.m
|
||||
Implemented coding for NSPanel. For GSAlertPanel reoranised the
|
||||
initXXX code. Moved the GModel methods into a separate category,
|
||||
removing [createObjectForModelUnarchiver:] as this was (incorrectly)
|
||||
duplication code from the super class.
|
||||
Implemented NSBeginAlertSheet(), NSBeginCriticalAlertSheet() and
|
||||
NSBeginInformationalAlertSheet().
|
||||
|
||||
2001-09-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenu.m
|
||||
|
|
Loading…
Reference in a new issue