mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Merge branch 'master' into UsabilityEnhancements
This commit is contained in:
commit
8ad8ce08a8
263 changed files with 786 additions and 712 deletions
11
Gorm.m
11
Gorm.m
|
@ -25,17 +25,10 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <GormCore/GormGenericEditor.h>
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormFontViewController.h>
|
||||
#include <GormCore/GormSetNameController.h>
|
||||
#include <GormCore/GormFunctions.h>
|
||||
#include <GormCore/GormPluginManager.h>
|
||||
#include <GormCore/GormDocumentController.h>
|
||||
#include <GormCore/GormServer.h>
|
||||
#include <GormCore/GormCore.h>
|
||||
#include <GormPrefs/GormPrefs.h>
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GormPrefs/GormPrefController.h>
|
||||
|
||||
@interface Gorm : NSApplication <IB, Gorm>
|
||||
{
|
||||
|
|
|
@ -39,6 +39,7 @@ srcdir = .
|
|||
include ../Version
|
||||
|
||||
GormCore_HEADER_FILES = \
|
||||
GormCore.h \
|
||||
GormBoxEditor.h \
|
||||
GormClassEditor.h \
|
||||
GormClassInspector.h \
|
||||
|
|
|
@ -22,9 +22,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormBoxEditor.h"
|
||||
#include "GormInternalViewEditor.h"
|
||||
|
|
|
@ -25,8 +25,10 @@
|
|||
#ifndef INCLUDED_GormClassEditor_h
|
||||
#define INCLUDED_GormClassEditor_h
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
#include <AppKit/NSBox.h>
|
||||
|
||||
#include <GormCore/GormOutlineView.h>
|
||||
|
||||
@class NSString, NSArray, GormDocument, GormClassManager, NSBrowser;
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormClassEditor.h"
|
||||
#include "GormClassManager.h"
|
||||
#include "GormFunctions.h"
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class GormClassManager;
|
||||
|
||||
|
|
|
@ -27,13 +27,15 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormClassInspector.h"
|
||||
#include "GormClassManager.h"
|
||||
#include "GormDocument.h"
|
||||
#include "GormFunctions.h"
|
||||
#include "GormPrivate.h"
|
||||
#include "GormProtocol.h"
|
||||
#include <InterfaceBuilder/IBApplicationAdditions.h>
|
||||
|
||||
NSNotificationCenter *nc = nil;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBPalette.h>
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#ifndef INCLUDED_GormClassManager_h
|
||||
#define INCLUDED_GormClassManager_h
|
||||
|
|
|
@ -23,20 +23,16 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
#include <GormObjCHeaderParser/GormObjCHeaderParser.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormCustomView.h"
|
||||
#include "GormDocument.h"
|
||||
#include "GormFilesOwner.h"
|
||||
#include "GormPalettesManager.h"
|
||||
#include <InterfaceBuilder/IBEditors.h>
|
||||
#include <InterfaceBuilder/IBPalette.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
||||
#include <GormObjCHeaderParser/OCHeaderParser.h>
|
||||
#include <GormObjCHeaderParser/OCClass.h>
|
||||
#include <GormObjCHeaderParser/OCMethod.h>
|
||||
#include <GormObjCHeaderParser/OCIVar.h>
|
||||
|
||||
/**
|
||||
* Just a few definitions to start things out. To increase efficiency,
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormClassPanelController.h"
|
||||
#include "GormPrivate.h"
|
||||
|
||||
|
|
|
@ -27,8 +27,9 @@
|
|||
#ifndef INCLUDED_GormConnectionInspector_h
|
||||
#define INCLUDED_GormConnectionInspector_h
|
||||
|
||||
#include <AppKit/NSNibConnector.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSBrowser, NSArray, NSMutableArray;
|
||||
|
||||
|
|
|
@ -24,8 +24,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSNibConnector.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormConnectionInspector.h"
|
||||
|
|
|
@ -22,9 +22,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormViewWithSubviewsEditor.h"
|
||||
|
|
104
GormCore/GormCore.h
Normal file
104
GormCore/GormCore.h
Normal file
|
@ -0,0 +1,104 @@
|
|||
/* GormCore.h
|
||||
*
|
||||
* Copyright (C) 2019 Free Software Foundation, Inc.
|
||||
*
|
||||
* Author: Lars Sonchocky-Helldorf
|
||||
* Date: 01.11.19
|
||||
*
|
||||
* This file is part of GNUstep.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation; either version 2.1 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#ifndef GNUSTEP
|
||||
//! Project version number for GormCore.
|
||||
FOUNDATION_EXPORT double GormCoreVersionNumber;
|
||||
|
||||
//! Project version string for GormCore.
|
||||
FOUNDATION_EXPORT const unsigned char GormCoreVersionString[];
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDED_GORMCORE_H
|
||||
#define INCLUDED_GORMCORE_H
|
||||
|
||||
#include <GormCore/GormBoxEditor.h>
|
||||
#include <GormCore/GormClassEditor.h>
|
||||
#include <GormCore/GormClassInspector.h>
|
||||
#include <GormCore/GormClassManager.h>
|
||||
#include <GormCore/GormClassPanelController.h>
|
||||
#include <GormCore/GormConnectionInspector.h>
|
||||
#include <GormCore/GormControlEditor.h>
|
||||
#include <GormCore/GormCustomClassInspector.h>
|
||||
#include <GormCore/GormCustomView.h>
|
||||
#include <GormCore/GormDefines.h>
|
||||
#include <GormCore/GormDocument.h>
|
||||
#include <GormCore/GormDocumentController.h>
|
||||
#include <GormCore/GormDocumentWindow.h>
|
||||
#include <GormCore/GormFilePrefsManager.h>
|
||||
#include <GormCore/GormFilesOwner.h>
|
||||
#include <GormCore/GormFontViewController.h>
|
||||
#include <GormCore/GormFunctions.h>
|
||||
#include <GormCore/GormGenericEditor.h>
|
||||
#include <GormCore/GormHelpInspector.h>
|
||||
#include <GormCore/GormImage.h>
|
||||
#include <GormCore/GormImageEditor.h>
|
||||
#include <GormCore/GormImageInspector.h>
|
||||
#include <GormCore/GormInspectorsManager.h>
|
||||
#include <GormCore/GormInternalViewEditor.h>
|
||||
#include <GormCore/GormMatrixEditor.h>
|
||||
#include <GormCore/GormNSPanel.h>
|
||||
#include <GormCore/GormNSSplitViewInspector.h>
|
||||
#include <GormCore/GormNSWindow.h>
|
||||
#include <GormCore/GormObjectEditor.h>
|
||||
#include <GormCore/GormObjectInspector.h>
|
||||
#include <GormCore/GormOpenGLView.h>
|
||||
#include <GormCore/GormOutlineView.h>
|
||||
#include <GormCore/GormPalettesManager.h>
|
||||
#include <GormCore/GormPlacementInfo.h>
|
||||
#include <GormCore/GormPlugin.h>
|
||||
#include <GormCore/GormPluginManager.h>
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormProtocol.h>
|
||||
#include <GormCore/GormResource.h>
|
||||
#include <GormCore/GormResourceEditor.h>
|
||||
#include <GormCore/GormResourceManager.h>
|
||||
#include <GormCore/GormScrollViewAttributesInspector.h>
|
||||
#include <GormCore/GormServer.h>
|
||||
#include <GormCore/GormSetNameController.h>
|
||||
#include <GormCore/GormSound.h>
|
||||
#include <GormCore/GormSoundEditor.h>
|
||||
#include <GormCore/GormSoundInspector.h>
|
||||
#include <GormCore/GormSoundView.h>
|
||||
#include <GormCore/GormSplitViewEditor.h>
|
||||
#include <GormCore/GormStandaloneViewEditor.h>
|
||||
#include <GormCore/GormViewEditor.h>
|
||||
#include <GormCore/GormViewKnobs.h>
|
||||
#include <GormCore/GormViewSizeInspector.h>
|
||||
#include <GormCore/GormViewWindow.h>
|
||||
#include <GormCore/GormViewWithContentViewEditor.h>
|
||||
#include <GormCore/GormViewWithSubviewsEditor.h>
|
||||
#include <GormCore/GormWindowEditor.h>
|
||||
#include <GormCore/GormWindowTemplate.h>
|
||||
#include <GormCore/GormWrapperBuilder.h>
|
||||
#include <GormCore/GormWrapperLoader.h>
|
||||
#include <GormCore/NSCell+GormAdditions.h>
|
||||
#include <GormCore/NSColorWell+GormExtensions.h>
|
||||
#include <GormCore/NSFontManager+GormExtensions.h>
|
||||
#include <GormCore/NSView+GormExtensions.h>
|
||||
|
||||
#endif
|
||||
|
|
@ -28,7 +28,8 @@
|
|||
#define INCLUDED_GormCustomClassInspector_h
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class GormClassManager;
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormCustomClassInspector.h"
|
||||
#include "GormPrivate.h"
|
||||
#include "GormClassManager.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDED_GormCustomView_h
|
||||
#define INCLUDED_GormCustomView_h
|
||||
|
||||
#include <AppKit/NSTextField.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@interface GormCustomView : NSTextField
|
||||
{
|
||||
|
|
|
@ -22,18 +22,17 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <GormCore/GormCustomView.h>
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormOpenGLView.h>
|
||||
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSFont.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <AppKit/NSNibLoading.h>
|
||||
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
#include <GormCore/GormCustomView.h>
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormOpenGLView.h>
|
||||
|
||||
@class GSCustomView;
|
||||
|
||||
@interface CustomView : NSView
|
||||
|
|
|
@ -26,11 +26,13 @@
|
|||
#ifndef INCLUDED_GormDocument_h
|
||||
#define INCLUDED_GormDocument_h
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <GNUstepGUI/GSNibContainer.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GNUstepGUI/GSNibContainer.h>
|
||||
|
||||
@class GormClassManager, GormClassEditor, GormObjectProxy, GormFilesOwner,
|
||||
GormFilePrefsManager, GormDocumentWindow;
|
||||
|
||||
|
|
|
@ -28,6 +28,13 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormClassManager.h"
|
||||
#include "GormCustomView.h"
|
||||
|
@ -35,14 +42,6 @@
|
|||
#include "GormFunctions.h"
|
||||
#include "GormFilePrefsManager.h"
|
||||
#include "GormViewWindow.h"
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSSound.h>
|
||||
#include <AppKit/NSNibConnector.h>
|
||||
#include <AppKit/NSNibLoading.h>
|
||||
#include <AppKit/NSScreen.h>
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
#include "NSView+GormExtensions.h"
|
||||
#include "GormSound.h"
|
||||
#include "GormImage.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef INCLUDED_GormDocumentController_h
|
||||
#define INCLUDED_GormDocumentController_h
|
||||
|
||||
#include <AppKit/NSDocumentController.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
|
@ -22,8 +22,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <GormLib/IBResourceManager.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormDocumentWindow : NSWindow
|
||||
{
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormDocumentWindow.h"
|
||||
#include "GormPrivate.h"
|
||||
|
||||
#include <GormLib/IBResourceManager.h>
|
||||
#include <AppKit/NSDragging.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
|
||||
@implementation GormDocumentWindow
|
||||
/*
|
||||
- (BOOL) canBecomeMainWindow
|
||||
|
|
|
@ -30,15 +30,17 @@
|
|||
|
||||
/* All Rights reserved */
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
|
||||
#include "GormFilePrefsManager.h"
|
||||
#include "GormFunctions.h"
|
||||
#include "GormDocument.h"
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <InterfaceBuilder/IBApplicationAdditions.h>
|
||||
|
||||
NSString *formatVersion(NSInteger version)
|
||||
{
|
||||
|
|
|
@ -26,8 +26,9 @@
|
|||
#ifndef INCLUDED_GormFilesOwner_h
|
||||
#define INCLUDED_GormFilesOwner_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSMutableArray, NSBrowser, NSString;
|
||||
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <AppKit/NSNibConnector.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormCustomView.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormFontViewController.h"
|
||||
|
||||
static GormFontViewController *gorm_font_cont = nil;
|
||||
|
|
|
@ -22,14 +22,11 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormFunctions.h"
|
||||
#include "GormViewEditor.h"
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include "GormClassPanelController.h"
|
||||
|
||||
// find all subitems for the given items...
|
||||
|
|
|
@ -26,10 +26,11 @@
|
|||
#ifndef INCLUDED_GormGenericEditor_h
|
||||
#define INCLUDED_GormGenericEditor_h
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormGenericEditor : NSMatrix <IBEditors, IBSelectionOwners>
|
||||
{
|
||||
NSMutableArray *objects;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormHelpInspector : IBInspector
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include "GormHelpInspector.h"
|
||||
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
#include "GormHelpInspector.h"
|
||||
|
||||
@implementation GormHelpInspector
|
||||
- (id) init
|
||||
{
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
#ifndef INCLUDED_GormImage_h
|
||||
#define INCLUDED_GormImage_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <GormCore/GormResource.h>
|
||||
|
||||
@class NSString, NSImage;
|
||||
|
|
|
@ -22,8 +22,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormImage.h"
|
||||
|
||||
// implementation of category on NSImage.
|
||||
|
|
|
@ -22,11 +22,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormImageEditor.h"
|
||||
#include "GormProtocol.h"
|
||||
#include "GormFunctions.h"
|
||||
#include "GormPalettesManager.h"
|
||||
#include <AppKit/NSImage.h>
|
||||
#include "GormImage.h"
|
||||
|
||||
@implementation GormImageEditor
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormImageInspector : IBInspector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormImageInspector.h"
|
||||
#include "GormPrivate.h"
|
||||
#include "GormImage.h"
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
#ifndef INCLUDED_GormInspectorsManager_h
|
||||
#define INCLUDED_GormInspectorsManager_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <InterfaceBuilder/IBInspectorManager.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSPanel;
|
||||
@class NSMutableDictionary;
|
||||
|
|
|
@ -22,13 +22,11 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSNibConnector.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
#include <InterfaceBuilder/IBInspectorMode.h>
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <InterfaceBuilder/IBInspectorManager.h>
|
||||
#include <InterfaceBuilder/IBDocuments.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormImage.h"
|
||||
#include "GormSound.h"
|
||||
|
|
|
@ -22,8 +22,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormInternalViewEditor.h"
|
||||
#include "GormFontViewController.h"
|
||||
|
|
|
@ -24,9 +24,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormImage.h"
|
||||
#include "GormViewEditor.h"
|
||||
|
|
|
@ -23,8 +23,11 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
|
||||
#include "GormNSPanel.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormNSSplitViewInspector : IBInspector
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormNSSplitViewInspector.h"
|
||||
|
||||
@implementation NSSplitView (IBObjectAdditions)
|
||||
|
|
|
@ -23,8 +23,11 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
|
||||
#include "GormNSWindow.h"
|
||||
|
||||
// the default style mask we start with.
|
||||
|
|
|
@ -24,14 +24,16 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormObjectEditor.h"
|
||||
#include "GormFunctions.h"
|
||||
#include "GormDocument.h"
|
||||
#include "GormClassManager.h"
|
||||
|
||||
#include <AppKit/NSClipView.h>
|
||||
/*
|
||||
* Method to return the image that should be used to display objects within
|
||||
* the matrix containing the objects in a document.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef INCLUDED_GormOpenGLView_h
|
||||
#define INCLUDED_GormOpenGLView_h
|
||||
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@class NSTimer;
|
||||
|
||||
|
|
|
@ -23,9 +23,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GormCore/GormOpenGLView.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#include <AppKit/PSOperators.h>
|
||||
// #include <AppKit/NSOpenGL.h>
|
||||
// #include <GL/gl.h>
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
#ifndef INCLUDED_GormOutlineView_h
|
||||
#define INCLUDED_GormOutlineView_h
|
||||
|
||||
#include <AppKit/NSOutlineView.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@class NSTableColumn;
|
||||
@class NSMenuItem;
|
||||
|
|
|
@ -25,19 +25,10 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormOutlineView.h"
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSNull.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSIndexSet.h>
|
||||
#include <AppKit/NSTableColumn.h>
|
||||
#include <AppKit/NSCell.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <AppKit/NSMenuItem.h>
|
||||
#include <AppKit/NSTextFieldCell.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
|
||||
static NSNotificationCenter *nc = nil;
|
||||
static const NSInteger current_version = 1;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef INCLUDED_GormPalettesManager_h
|
||||
#define INCLUDED_GormPalettesManager_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@class NSMutableArray, NSMutableDictionary, NSDictionary, NSArray, NSBundle;
|
||||
@class NSPanel, NSMatrix, NSView;
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSSound.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormFunctions.h"
|
||||
|
||||
#define BUILTIN_PALETTES @"BuiltinPalettes"
|
||||
|
|
|
@ -24,7 +24,8 @@
|
|||
#ifndef INCLUDED_GormPlacementInfo_h
|
||||
#define INCLUDED_GormPlacementInfo_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSView, NSMutableArray;
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
|
||||
#ifndef GORM_GORMPLUGIN
|
||||
#define GORM_GORMPLUGIN
|
||||
#include <InterfaceBuilder/IBPlugin.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSString, NSArray;
|
||||
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSDocumentController.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GormCore/GormPlugin.h>
|
||||
|
||||
@interface NSDocumentController (GormPrivate)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef INCLUDED_GormPluginManager_h
|
||||
#define INCLUDED_GormPluginManager_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@class NSMutableArray, NSMutableDictionary, NSDictionary, NSArray, NSBundle;
|
||||
@class NSPanel, NSMatrix, NSView;
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSSound.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormFunctions.h"
|
||||
#include "GormPluginManager.h"
|
||||
|
||||
|
|
|
@ -26,9 +26,11 @@
|
|||
#ifndef INCLUDED_GormPrivate_h
|
||||
#define INCLUDED_GormPrivate_h
|
||||
|
||||
#include <InterfaceBuilder/IBApplicationAdditions.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
#include <InterfaceBuilder/IBViewAdditions.h>
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
#include <GormCore/GormFilesOwner.h>
|
||||
#include <GormCore/GormDocument.h>
|
||||
#include <GormCore/GormInspectorsManager.h>
|
||||
|
@ -36,8 +38,6 @@
|
|||
#include <GormCore/GormPalettesManager.h>
|
||||
#include <GormCore/GormProtocol.h>
|
||||
#include <GormCore/GormClassEditor.h>
|
||||
#include <GNUstepGUI/GSGormLoading.h>
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
extern NSString *GormLinkPboardType;
|
||||
extern NSString *GormToggleGuidelineNotification;
|
||||
|
|
|
@ -23,15 +23,15 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
// for templates...
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormFontViewController.h"
|
||||
#include "GormSetNameController.h"
|
||||
#include "GNUstepGUI/GSNibLoading.h"
|
||||
#include "GNUstepBase/GSObjCRuntime.h"
|
||||
|
||||
// for templates...
|
||||
#include <AppKit/NSControl.h>
|
||||
#include <AppKit/NSButton.h>
|
||||
|
||||
NSString *GormToggleGuidelineNotification = @"GormToggleGuidelineNotification";
|
||||
NSString *GormDidModifyClassNotification = @"GormDidModifyClassNotification";
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDED_GormProtocol_h
|
||||
#define INCLUDED_GormProtocol_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@class GormClassManager, GormPalettesManager, GormInspectorsManager, NSString, NSMenu, GormPluginManager;
|
||||
|
||||
|
|
|
@ -28,10 +28,9 @@
|
|||
#ifndef INCLUDED_GormResource_h
|
||||
#define INCLUDED_GormResource_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <InterfaceBuilder/IBProjectFiles.h>
|
||||
#include <InterfaceBuilder/IBProjects.h>
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSString, NSData;
|
||||
|
||||
|
|
|
@ -22,9 +22,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include "GormResource.h"
|
||||
|
||||
// resource proxy object...
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormDocument.h"
|
||||
#include "GormPrivate.h"
|
||||
#include "GormResourceEditor.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDED_GORMVIEWRESOURCEMANAGER_H
|
||||
#define INCLUDED_GORMVIEWRESOURCEMANAGER_H
|
||||
|
||||
#include <InterfaceBuilder/IBResourceManager.h>
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormResourceManager : IBResourceManager
|
||||
@end
|
||||
|
|
|
@ -22,12 +22,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <AppKit/NSSound.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
#include <InterfaceBuilder/IBPalette.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormSound.h"
|
||||
#include "GormImage.h"
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@interface GormScrollViewAttributesInspector : IBInspector
|
||||
{
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormScrollViewAttributesInspector.h"
|
||||
|
||||
@implementation GormScrollViewAttributesInspector
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormBoxEditor.h"
|
||||
#include "GormViewKnobs.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef GORM_SET_NAME_CONTROLLER_H
|
||||
#define GORM_SET_NAME_CONTROLLER_H
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@class NSButton, NSPanel, NSTextField;
|
||||
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
// Author: Andrew E. Ruder
|
||||
// Copyright (C) 2003 by Free Software Foundation, Inc
|
||||
|
||||
#include "GormSetNameController.h"
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <AppKit/NSApplication.h>
|
||||
#include <AppKit/NSButton.h>
|
||||
#include <AppKit/NSTextField.h>
|
||||
#include <AppKit/NSPanel.h>
|
||||
#include <AppKit/NSNibLoading.h>
|
||||
#include <AppKit/NSPanel.h>
|
||||
#include "GormSetNameController.h"
|
||||
|
||||
@implementation GormSetNameController : NSObject
|
||||
- (NSInteger)runAsModal
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
#ifndef INCLUDED_GormSound_h
|
||||
#define INCLUDED_GormSound_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include <GormCore/GormResource.h>
|
||||
|
||||
@class NSString;
|
||||
|
|
|
@ -22,10 +22,11 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSString.h>
|
||||
#include <AppKit/NSSound.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormSound.h"
|
||||
|
||||
// sound proxy object...
|
||||
|
|
|
@ -22,11 +22,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormSoundEditor.h"
|
||||
#include "GormProtocol.h"
|
||||
#include "GormFunctions.h"
|
||||
#include "GormPalettesManager.h"
|
||||
#include <AppKit/NSSound.h>
|
||||
#include "GormSound.h"
|
||||
|
||||
@implementation GormSoundEditor
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#define INCLUDED_GormSoundInspector_h
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class GormClassManager;
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormSoundInspector.h"
|
||||
#include "GormPrivate.h"
|
||||
#include "GormClassManager.h"
|
||||
|
|
|
@ -27,9 +27,10 @@
|
|||
/* All Rights reserved */
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
#include "GormSoundView.h"
|
||||
#include <AppKit/PSOperators.h>
|
||||
|
||||
#include "GormSoundView.h"
|
||||
|
||||
// add a data method to the NSSound class...
|
||||
@interface NSSound (SoundView)
|
||||
- (NSData *)data;
|
||||
|
|
|
@ -22,9 +22,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormSplitViewEditor.h"
|
||||
#include "GormInternalViewEditor.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormStandaloneViewEditor.h>
|
||||
#include <GormCore/GormDefines.h>
|
||||
|
|
|
@ -22,8 +22,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormGenericEditor.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
void
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
|
||||
#include "GormViewKnobs.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
static NSInteger KNOB_WIDTH = 0.0;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef INCLUDED_GormViewSizeInspector_h
|
||||
#define INCLUDED_GormViewSizeInspector_h
|
||||
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
@class NSButton, NSForm;
|
||||
|
||||
|
|
|
@ -22,11 +22,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormViewKnobs.h"
|
||||
#include "GormViewSizeInspector.h"
|
||||
#include "GormViewWindow.h"
|
||||
#include <InterfaceBuilder/IBApplicationAdditions.h>
|
||||
|
||||
@implementation GormViewSizeInspector
|
||||
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
#ifndef INCLUDED_GormViewWindow_h
|
||||
#define INCLUDED_GormViewWindow_h
|
||||
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@interface GormViewWindow : NSWindow
|
||||
{
|
||||
|
|
|
@ -22,13 +22,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "GormViewWindow.h"
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormViewWindow.h"
|
||||
#include "GormFunctions.h"
|
||||
|
||||
@interface GormViewWindowDelegate : NSObject
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormViewWithContentViewEditor.h"
|
||||
#include "GormPlacementInfo.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormViewWithSubviewsEditor.h>
|
||||
#include <GormCore/GormFontViewController.h>
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
#ifndef INCLUDED_GormWindowEditor_h
|
||||
#define INCLUDED_GormWindowEditor_h
|
||||
|
||||
#include <InterfaceBuilder/IBDocuments.h>
|
||||
#include <InterfaceBuilder/IBEditors.h>
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include <GormCore/GormViewWithContentViewEditor.h>
|
||||
|
||||
@class NSMutableArray, NSString, NSView, NSPasteboard;
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <InterfaceBuilder/IBViewAdditions.h>
|
||||
#include <InterfaceBuilder/IBObjectAdditions.h>
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
|
||||
#include "GormPrivate.h"
|
||||
#include "GormViewWithContentViewEditor.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
|
||||
@interface NSWindowTemplate (Private)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef INCLUDED_GormWrapperBuilder_h
|
||||
#define INCLUDED_GormWrapperBuilder_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@class NSFileWrapper, GormDocument, NSString, NSMutableDictionary;
|
||||
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSFileWrapper.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GormCore/GormWrapperBuilder.h>
|
||||
#include <GormCore/GormDocument.h>
|
||||
#include <GormCore/GormPrivate.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef INCLUDED_GormWrapperLoader_h
|
||||
#define INCLUDED_GormWrapperLoader_h
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
@class NSFileWrapper, GormDocument, NSString;
|
||||
|
||||
|
|
|
@ -25,8 +25,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSFileWrapper.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <GormCore/GormWrapperLoader.h>
|
||||
#include <GormCore/GormDocument.h>
|
||||
#include <GormCore/GormPrivate.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDED_NSCellGormAdditions_h
|
||||
#define INCLUDED_NSCellGormAdditions_h
|
||||
|
||||
#include <AppKit/NSCell.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@class NSText;
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/NSText.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "NSCell+GormAdditions.h"
|
||||
|
||||
@implementation NSCell (GormAdditions)
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
#ifndef INCLUDED_NSColorWell_GormExtensions_h
|
||||
#define INCLUDED_NSColorWell_GormExtensions_h
|
||||
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <AppKit/NSColorWell.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@interface NSColorWell (GormExtensions)
|
||||
/**
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/NSColorPanel.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "NSColorWell+GormExtensions.h"
|
||||
|
||||
@implementation NSColorWell (GormExtensions)
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDED_NSFontManager_GormExtensions_h
|
||||
#define INCLUDED_NSFontManager_GormExtensions_h
|
||||
|
||||
#include <AppKit/NSFontManager.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@interface NSFontManager (GormExtensions)
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <AppKit/NSApplication.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include "NSFontManager+GormExtensions.h"
|
||||
#include "GormDocument.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDED_NSView_GormExtensions_h
|
||||
#define INCLUDED_NSView_GormExtensions_h
|
||||
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
@class NSArray;
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue