manually set in the Gorm NSApplication subclass to self.
* GormCore/GormDocumentController.[hm]: Added new method
buildDocumentType:
* GormCore/GormDocument.m: Added call to touch in setName: so that
the document would be set as modified when the user alters
the name of an object in the document.
* GormCore/GormDocumentWindow.m: Remove methods preventing
document window from assuming main/key status.
* GormCore/GormPalettesManager.m: Remove methods allowing palette
window to assume main/key status
* Gorm.m: Added delegate methods to handle opening a document, if
in a mode which requires a default document to be created.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30417 72102866-910b-0410-8b05-ffd578937521
* GormCore/GormBoxEditor.m: Cleanup.
* GormCore/GormClassManager.m: Correction for when loading from a
nib and there are no custom classes in the nib file.
* GormCore/GormDocumentWindow.m: Added awakeFromNib to accept
mouse moved events.
* GormCore/GormInternalViewEditor.m: Cleanup.
* GormCore/GormStandaloneViewEditor.[hm]: Addition of new class.
* GormCore/GormViewWithContentViewEditor.[hm]: Removal of
handleMouseOnKnob:ofView:withEvent:,
handleMouseOnView:withEvent: methods
* GormCore/GormViewWithSubviewsEditor.[hm]: Addition of
handleMouseOnKnob:ofView:withEvent:,
handleMouseOnView:withEvent: methods
* Palettes/0Menus/GormNSMenu.m: Cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28444 72102866-910b-0410-8b05-ffd578937521
* GormCore/GormResourceManager.m: Add code to handle
image/sound/header files.
* GormCore/GormDocument.[h,m]: Add -viewWithTag: method.
* GormCore/GormClassEditor.m: Remove dragging destination code
for resources.
* GormCore/GormResourceEditor.m: Ditto.
* GormCore/GormObjectEditor.m: Ditto.
(addObject:): Change the editor to the GormObjectEditor.
* GormCore/GormDocument.m: Register the window for dragged types.
Implement -viewWithTag:.
* GormCore/GormDocumentWindow.[h,m]: New subclass of NSWindow which
handles drag and drop to GormResourceManager.
* GormCore/GormDocument.gorm: Set the main document window to a
GormDocumentWindow class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24129 72102866-910b-0410-8b05-ffd578937521