mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added MAcOSX methods for NSWindow, NSWindowController and NSWorkspace.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11548 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1dae607d5b
commit
1c903d640a
1 changed files with 27 additions and 0 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
2001-11-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSWindow.h
|
||||
Added some new MacOSX methods and ivars to support them.
|
||||
Changed order of methods.
|
||||
* Source/NSWindow.m
|
||||
Implemented new methods.
|
||||
* Headers/gnustep/gui/NSWindowController.h
|
||||
Added some new MacOSX methods.
|
||||
* Headers/gnustep/gui/NSDocumentFrameworkPrivate.h
|
||||
Removed methods now public.
|
||||
* Source/NSWindowController.m
|
||||
Implemented new methods and renamed some old which are now public.
|
||||
* Source/NSDocument.m
|
||||
Adopted to name changes of NSWindowController methods.
|
||||
* Headers/gnustep/gui/NSNibLoading.h
|
||||
New extension method [pathForNibResource:].
|
||||
* Source/NSBundleAdditions.m
|
||||
Extracted new method [pathForNibResource:] for NSWindowController.
|
||||
* Headers/gnustep/gui/NSWorkspace.h
|
||||
Added some new MacOSX methods. Changed order of methods. Made
|
||||
ivars out of some class variables.
|
||||
* Source/NSWorkspace.m
|
||||
A lot of cleanup. Implemented the new methods. [openFile:XXX] no
|
||||
longer show alert panels, as this should be done by the caller.
|
||||
[launchApplication:XXX] now checks if the application is already running.
|
||||
|
||||
2001-11-25 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
* Tools/gopen.m made some enhancements to make the gopen tool
|
||||
behave more like the "open" tool under OPENSTEP/MOSX.
|
||||
|
|
Loading…
Reference in a new issue