mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
adopted NSApplication for MacOSX.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08a0b57a5e
commit
98e6a191af
1 changed files with 25 additions and 0 deletions
25
ChangeLog
25
ChangeLog
|
@ -1,3 +1,28 @@
|
|||
2002-09-06 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSColorPanel.h
|
||||
* Source/NSColorPanel.m
|
||||
Moved the method [NSApplication orderFrontColorPanel:] to here.
|
||||
* Headers/gnustep/gui/NSHelpPanel.h
|
||||
* Source/NSHelpPanel.m
|
||||
Moved the method [NSApplication orderFrontHelpPanel:] to here.
|
||||
* Headers/gnustep/gui/NSDataLinkPanel.h
|
||||
* Source/NSDataLinkPanel.m
|
||||
Moved the method [NSApplication orderFrontDataLinkPanel:] to here.
|
||||
* Headers/gnustep/gui/NSPageLayout.h
|
||||
* Source/NSPageLayout.m
|
||||
Moved the method [NSApplication runPageLayout:] to here.
|
||||
* Headers/gnustep/gui/NSApplication.h
|
||||
Removed methods that belong to other files. Added types and method
|
||||
definitions for MacOSX.
|
||||
* Source/NSApplication.m
|
||||
Implemented [detachDrawingThread:toTarget:withObject:].
|
||||
[sendAction:to:from:] now uses [targetForAction:to:from:]. Removed
|
||||
moved methods. [orderFrontStandardAboutPanel:] now calles
|
||||
[orderFrontStandardInfoPanelWithOptions:] so that subclasses only
|
||||
have to overwritte this. Split up parts of [terminate:] into
|
||||
[replyToApplicationShouldTerminate:].
|
||||
|
||||
Thu Sep 5 11:39:58 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSTextView.m
|
||||
|
|
Loading…
Reference in a new issue