mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b0c5dfe24
commit
2d01942e4b
99 changed files with 849 additions and 769 deletions
103
ChangeLog
103
ChangeLog
|
@ -1,3 +1,104 @@
|
|||
2011-03-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/PSOperators.h
|
||||
* Source/NSFontPanel.m
|
||||
* Source/NSSound.m
|
||||
* Source/NSTextAttachment.m
|
||||
* Source/NSOpenGLPixelFormat.m
|
||||
* Source/GSThemeOpenSavePanels.m
|
||||
* Source/NSTableHeaderCell.m
|
||||
* Source/GSTypesetter.m
|
||||
* Source/NSAlert.m
|
||||
* Source/NSOpenPanel.m
|
||||
* Source/NSImageCell.m
|
||||
* Source/NSManagedObjectContext.h
|
||||
* Source/GSGormLoader.m
|
||||
* Source/NSText.m
|
||||
* Source/NSTokenField.m
|
||||
* Source/NSParagraphStyle.m
|
||||
* Source/NSManagedObjectContext.m
|
||||
* Source/GNUmakefile
|
||||
* Source/NSTableHeaderView.m
|
||||
* Source/NSTextTable.m
|
||||
* Source/NSTextBlock.m
|
||||
* Source/NSFontManager.m
|
||||
* Source/NSFormCell.m
|
||||
* Source/NSLevelIndicator.m
|
||||
* Source/NSMatrix.m
|
||||
* Source/NSTextTableBlock.m
|
||||
* Source/NSObjectController.m
|
||||
* Source/NSOpenGLView.m
|
||||
* Source/NSDataLinkManager.m
|
||||
* Source/GSThemeInspector.m
|
||||
* Source/GSStandardWindowDecorationView.m
|
||||
* Source/NSInputServer.m
|
||||
* Source/NSSplitView.m
|
||||
* Source/NSImageRep.m
|
||||
* Source/NSBezierPath.m
|
||||
* Source/GSTextStorage.h
|
||||
* Source/GSNibLoading.m
|
||||
* Source/NSResponder.m
|
||||
* Source/NSColorWell.m
|
||||
* Source/GSTextStorage.m
|
||||
* Source/NSForm.m
|
||||
* Source/NSApplication.m
|
||||
* Source/GSGuiPrivate.h
|
||||
* Source/NSComboBox.m
|
||||
* Source/NSMovieView.m
|
||||
* Source/NSSavePanel.m
|
||||
* Source/NSMovie.m
|
||||
* Source/GSThemeMenu.m
|
||||
* Source/NSMenuItemCell.m
|
||||
* Source/NSPrinter.m
|
||||
* Source/NSPasteboard.m
|
||||
* Source/NSTextContainer.m
|
||||
* Source/NSButtonImageSource.h
|
||||
* Source/GSToolbarCustomizationPalette.h
|
||||
* Source/NSFontDescriptor.m
|
||||
* Source/GSTrackingRect.m
|
||||
* Source/NSCursor.m
|
||||
* Source/NSPrintOperation.m
|
||||
* Source/GSSlideView.h
|
||||
* Source/NSControl.m
|
||||
* Source/NSInterfaceStyle.m
|
||||
* Source/NSDocumentFrameworkPrivate.h
|
||||
* Source/NSTokenFieldCell.m
|
||||
* Source/GSSlideView.m
|
||||
* Source/NSOpenGLContext.m
|
||||
* Source/NSInputManager.m
|
||||
* Source/NSRulerMarker.m
|
||||
* Source/NSToolbarItemGroup.m
|
||||
* Source/NSProgressIndicator.m
|
||||
* Source/NSLevelIndicatorCell.m
|
||||
* Source/NSTextStorage.m
|
||||
* Source/NSFileWrapper.m
|
||||
* Source/NSDocumentController.m
|
||||
* Source/NSDrawer.m
|
||||
* Source/NSCustomImageRep.m
|
||||
* Source/NSMenuView.m
|
||||
* Source/NSHelpPanel.m
|
||||
* Source/NSComboBoxCell.m
|
||||
* Source/NSSegmentedCell.m
|
||||
* Source/NSStepperCell.m
|
||||
* Source/NSDataLink.m
|
||||
* Source/tiff.m
|
||||
* Source/NSScrollView.m
|
||||
* Source/NSEPSImageRep.m
|
||||
* Source/NSUserDefaultsController.m
|
||||
* Source/NSSegmentedControl.m
|
||||
* Source/GSTable.m
|
||||
* Source/NSKeyValueBinding.m
|
||||
* Source/NSTextList.m
|
||||
* Source/NSEvent.m
|
||||
* Source/NSController.m
|
||||
* Source/NSSelection.m
|
||||
* Source/NSTextField.m
|
||||
* Source/GSToolTips.h
|
||||
* Source/NSToolbarFrameworkPrivate.h
|
||||
* Source/NSAnimation.m
|
||||
* Source/NSSpeechSynthesizer.m: Replace #include -> #import
|
||||
* Source/NSParagraphStyle.m: Use GSClassSwizzle.
|
||||
|
||||
2011-03-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSImage.m: Remove the -awakeAfterUsingCoder: method as
|
||||
|
@ -91,7 +192,7 @@
|
|||
* Source/NSWindow.m,
|
||||
* Source/NSToolbar.m,
|
||||
* Source/NSScroller.m,
|
||||
* Source/NSTextView.m: Remove diract usage of isa.
|
||||
* Source/NSTextView.m: Remove direct usage of isa.
|
||||
* Source/GSBindingHelpers.h: Replace #include with #import.
|
||||
|
||||
2011-02-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef _PSOperators_h_INCLUDE
|
||||
#define _PSOperators_h_INCLUDE
|
||||
|
||||
#include <AppKit/DPSOperators.h>
|
||||
#import <AppKit/DPSOperators.h>
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
||||
#define DEFCTXT GSCurrentContext()
|
||||
|
|
|
@ -110,6 +110,7 @@ NSKeyValueBinding.m \
|
|||
NSLayoutManager.m \
|
||||
NSLevelIndicator.m \
|
||||
NSLevelIndicatorCell.m \
|
||||
NSManagedObjectContext.m \
|
||||
NSMatrix.m \
|
||||
NSMenu.m \
|
||||
NSMenuView.m \
|
||||
|
@ -176,6 +177,8 @@ NSTextList.m \
|
|||
NSTextStorage.m \
|
||||
NSTextTable.m \
|
||||
NSTextTableBlock.m \
|
||||
NSTextView.m \
|
||||
NSTextView_actions.m \
|
||||
NSToolbar.m \
|
||||
NSToolbarItem.m \
|
||||
NSToolbarItemGroup.m \
|
||||
|
@ -199,13 +202,6 @@ GSServicesManager.m \
|
|||
tiff.m \
|
||||
externs.m \
|
||||
linking.m \
|
||||
GSTheme.m \
|
||||
GSThemeDrawing.m \
|
||||
GSThemeInspector.m \
|
||||
GSThemeMenu.m \
|
||||
GSThemeOpenSavePanels.m \
|
||||
GSThemePanel.m \
|
||||
GSThemeTools.m \
|
||||
GSDragView.m \
|
||||
GSFontInfo.m \
|
||||
GSTable.m \
|
||||
|
@ -213,8 +209,6 @@ GSHbox.m \
|
|||
GSVbox.m \
|
||||
GSKeyBindingAction.m \
|
||||
GSKeyBindingTable.m \
|
||||
NSTextView.m \
|
||||
NSTextView_actions.m \
|
||||
GSTextFinder.m \
|
||||
GSLayoutManager.m \
|
||||
GSTypesetter.m \
|
||||
|
@ -222,6 +216,13 @@ GSHorizontalTypesetter.m \
|
|||
GSGormLoading.m \
|
||||
GSIconManager.m \
|
||||
GSNibLoading.m \
|
||||
GSTheme.m \
|
||||
GSThemeDrawing.m \
|
||||
GSThemeInspector.m \
|
||||
GSThemeMenu.m \
|
||||
GSThemeOpenSavePanels.m \
|
||||
GSThemePanel.m \
|
||||
GSThemeTools.m \
|
||||
GSTitleView.m \
|
||||
GSToolTips.m \
|
||||
GSToolbarView.m \
|
||||
|
@ -237,7 +238,6 @@ GSGormLoader.m \
|
|||
GSGModelLoader.m \
|
||||
GSNibLoader.m \
|
||||
GSXibLoader.m \
|
||||
NSManagedObjectContext.m \
|
||||
GSHelpAttachment.m
|
||||
|
||||
# Turn off NSMenuItem warning that NSMenuItem conforms to <NSObject>,
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <AppKit/NSImage.h>
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "GNUstepGUI/GSModelLoaderFactory.h"
|
||||
#import "GNUstepGUI/GSGormLoading.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _GNUstep_H_GSGuiPrivate
|
||||
#define _GNUstep_H_GSGuiPrivate
|
||||
|
||||
#include <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#include "GNUstepBase/preface.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#define GSI_ARRAY_RETAIN(A, X) RETAIN((X).obj)
|
||||
#define GSI_ARRAY_RELEASE(A, X) RELEASE((X).obj)
|
||||
#define GSI_ARRAY_TYPES GSUNION_OBJ
|
||||
#import <GNUstepBase/GSIArray.h>
|
||||
#include <GNUstepBase/GSIArray.h>
|
||||
|
||||
#import "GNUstepGUI/GSNibLoading.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include "AppKit/NSView.h"
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import "AppKit/NSView.h"
|
||||
|
||||
@class NSCell;
|
||||
|
||||
|
|
|
@ -27,16 +27,16 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSCell.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
#include "GSSlideView.h"
|
||||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
#import "GSSlideView.h"
|
||||
#include <math.h>
|
||||
|
||||
// Minimal slide distance per step in pixel
|
||||
|
|
|
@ -24,23 +24,23 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
#include "AppKit/NSButton.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSParagraphStyle.h"
|
||||
#include "AppKit/NSScreen.h"
|
||||
#include "AppKit/NSStringDrawing.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/PSOperators.h"
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSButton.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSParagraphStyle.h"
|
||||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSStringDrawing.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/PSOperators.h"
|
||||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
#include <GNUstepGUI/GSWindowDecorationView.h>
|
||||
#import <GNUstepGUI/GSWindowDecorationView.h>
|
||||
|
||||
@interface GSStandardWindowDecorationView (GSTheme)
|
||||
- (void) _themeDidActivate: (NSNotification*)notification;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "GNUstepGUI/GSTable.h"
|
||||
#import "GNUstepGUI/GSTable.h"
|
||||
|
||||
@interface GSTable (Private)
|
||||
-(void) _updateForNewFrameSize: (NSSize)newFrameSize;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "AppKit/NSTextStorage.h"
|
||||
#import "AppKit/NSTextStorage.h"
|
||||
|
||||
@class NSMutableString;
|
||||
@class NSMutableArray;
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
#define GSI_MAP_KTYPES GSUNION_OBJ
|
||||
#define GSI_MAP_VTYPES GSUNION_INT
|
||||
#define GSI_MAP_NOCLEAN 1
|
||||
|
||||
#include <GNUstepBase/GSIMap.h>
|
||||
|
||||
static NSDictionary *blank;
|
||||
|
|
|
@ -26,14 +26,14 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "AppKit/NSImageView.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSTextField.h"
|
||||
#include "AppKit/NSTextContainer.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GSThemePrivate.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSImageView.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSTextContainer.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "GSThemePrivate.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
static NSTextField *
|
||||
new_label (NSString *value)
|
||||
|
|
|
@ -26,17 +26,17 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <AppKit/NSMenu.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSMenuView.h>
|
||||
#include <AppKit/NSApplication.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import "AppKit/NSMenu.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSMenuView.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
|
||||
#include <GNUstepGUI/GSTheme.h>
|
||||
#include <GNUstepGUI/GSWindowDecorationView.h>
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
#import "GNUstepGUI/GSWindowDecorationView.h"
|
||||
|
||||
#include "NSToolbarFrameworkPrivate.h"
|
||||
#import "NSToolbarFrameworkPrivate.h"
|
||||
|
||||
@interface NSWindow (Private)
|
||||
- (GSWindowDecorationView *) windowView;
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "AppKit/NSOpenPanel.h"
|
||||
#include "AppKit/NSSavePanel.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "AppKit/NSOpenPanel.h"
|
||||
#import "AppKit/NSSavePanel.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
@implementation GSTheme (OpenSavePanels)
|
||||
/**
|
||||
|
|
|
@ -25,9 +25,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include "GNUstepGUI/GSTrackingRect.h"
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import "GNUstepGUI/GSTrackingRect.h"
|
||||
|
||||
@class NSTimer;
|
||||
@class NSView;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef _GNUstep_H_GSToolbarCustomizationPalette
|
||||
#define _GNUstep_H_GSToolbarCustomizationPalette
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@class NSMutableArray;
|
||||
@class NSToolbar;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepGUI/GSTrackingRect.h"
|
||||
#import "GNUstepGUI/GSTrackingRect.h"
|
||||
|
||||
@implementation GSTrackingRect
|
||||
|
||||
|
|
|
@ -25,14 +25,11 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "GNUstepGUI/GSTypesetter.h"
|
||||
|
||||
#include "GNUstepGUI/GSLayoutManager.h"
|
||||
#include "GNUstepGUI/GSHorizontalTypesetter.h"
|
||||
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "GNUstepGUI/GSTypesetter.h"
|
||||
#import "GNUstepGUI/GSLayoutManager.h"
|
||||
#import "GNUstepGUI/GSHorizontalTypesetter.h"
|
||||
|
||||
@implementation GSTypesetter
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScroller.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import <AppKit/NSStringDrawing.h>
|
||||
#import "AppKit/NSStringDrawing.h"
|
||||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
|
||||
|
|
|
@ -35,13 +35,13 @@
|
|||
#import <Foundation/NSRunLoop.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#include <GNUstepBase/GSLock.h>
|
||||
#import <GNUstepBase/GSLock.h>
|
||||
|
||||
#import <AppKit/NSAnimation.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import "AppKit/NSAnimation.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
// needed by NSViewAnimation
|
||||
#import <AppKit/NSView.h>
|
||||
#import <AppKit/NSWindow.h>
|
||||
#import "AppKit/NSView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
#import <Foundation/NSValue.h>
|
||||
|
||||
#ifndef LIB_FOUNDATION_LIBRARY
|
||||
#include <Foundation/NSConnection.h>
|
||||
#import <Foundation/NSConnection.h>
|
||||
#endif
|
||||
|
||||
#import "AppKit/AppKitExceptions.h"
|
||||
|
|
|
@ -79,7 +79,7 @@ typedef struct _PathElement
|
|||
#ifdef GSIArray
|
||||
#undef GSIArray
|
||||
#endif
|
||||
#import <GNUstepBase/GSIArray.h>
|
||||
#include <GNUstepBase/GSIArray.h>
|
||||
|
||||
@interface GSBezierPath : NSBezierPath
|
||||
{
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
#define _GNUstep_H_NSImageSource
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <AppKit/NSImage.h>
|
||||
#import <AppKit/NSButton.h>
|
||||
#import <GNUstepGUI/GSTheme.h>
|
||||
#import <AppKit/NSButtonCell.h>
|
||||
|
||||
@class NSString, NSMutableDictionary;
|
||||
|
||||
/**
|
||||
* Handle images for button cell theming.
|
||||
|
@ -44,14 +44,10 @@
|
|||
+ (BOOL) archiveButtonImageSourceWithName: (NSString*)name
|
||||
toDirectory: (NSString*)path;
|
||||
+ (id) buttonImageSourceWithName: (NSString*)name;
|
||||
- (id) copyWithZone: (NSZone*)zone;
|
||||
- (void) dealloc;
|
||||
- (void) encodeWithCode: (NSCoder*)aCoder;
|
||||
- (id) imageForState: (struct NSButtonState)state;
|
||||
- (id) initWithCoder: (NSCoder*)aCoder;
|
||||
@end
|
||||
|
||||
@interface NSButtonCell (NSButtonImageSource)
|
||||
@interface NSButtonCell (NSButtonImageSource)
|
||||
- (id) _buttonImageSource;
|
||||
- (void) _setButtonImageSource: (id)source;
|
||||
@end
|
||||
|
|
|
@ -25,9 +25,11 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#import <AppKit/NSImage.h>
|
||||
#import <AppKit/NSButton.h>
|
||||
#import <GNUstepGUI/GSTheme.h>
|
||||
#import "NSButtonImageSource.h"
|
||||
|
||||
|
||||
@implementation NSButtonImageSource
|
||||
|
||||
NSMutableDictionary *sources = nil;
|
||||
|
|
|
@ -29,20 +29,20 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "AppKit/NSActionCell.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSBezierPath.h"
|
||||
#include "AppKit/NSColorPanel.h"
|
||||
#include "AppKit/NSColorWell.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSDragging.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#import "AppKit/NSActionCell.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSBezierPath.h"
|
||||
#import "AppKit/NSColorPanel.h"
|
||||
#import "AppKit/NSColorWell.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSDragging.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#include <math.h>
|
||||
|
||||
static NSString *GSColorWellDidBecomeExclusiveNotification =
|
||||
|
|
|
@ -24,12 +24,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include "AppKit/NSComboBox.h"
|
||||
#include "AppKit/NSComboBoxCell.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import "AppKit/NSComboBox.h"
|
||||
#import "AppKit/NSComboBoxCell.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
|
||||
/*
|
||||
* Class variables
|
||||
|
|
|
@ -26,34 +26,34 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSBezierPath.h"
|
||||
#include "AppKit/NSBox.h"
|
||||
#include "AppKit/NSBrowser.h"
|
||||
#include "AppKit/NSBrowserCell.h"
|
||||
#include "AppKit/NSButtonCell.h"
|
||||
#include "AppKit/NSComboBox.h"
|
||||
#include "AppKit/NSComboBoxCell.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphicsContext.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSMatrix.h"
|
||||
#include "AppKit/NSPanel.h"
|
||||
#include "AppKit/NSScreen.h"
|
||||
#include "AppKit/NSScroller.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSTableColumn.h"
|
||||
#include "AppKit/NSTableView.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSBezierPath.h"
|
||||
#import "AppKit/NSBox.h"
|
||||
#import "AppKit/NSBrowser.h"
|
||||
#import "AppKit/NSBrowserCell.h"
|
||||
#import "AppKit/NSButtonCell.h"
|
||||
#import "AppKit/NSComboBox.h"
|
||||
#import "AppKit/NSComboBoxCell.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphicsContext.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSMatrix.h"
|
||||
#import "AppKit/NSPanel.h"
|
||||
#import "AppKit/NSScreen.h"
|
||||
#import "AppKit/NSScroller.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTableColumn.h"
|
||||
#import "AppKit/NSTableView.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
static NSNotificationCenter *nc;
|
||||
static const BOOL ForceBrowser = NO;
|
||||
|
|
|
@ -30,20 +30,20 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include "AppKit/NSActionCell.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSCell.h"
|
||||
#include "AppKit/NSControl.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSKeyValueBinding.h"
|
||||
#include "AppKit/NSTextStorage.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GSBindingHelpers.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import "AppKit/NSActionCell.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSControl.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
#import "AppKit/NSTextStorage.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "GSBindingHelpers.h"
|
||||
|
||||
/*
|
||||
* Class variables
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSKeyedArchiver.h>
|
||||
#include <AppKit/NSController.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import "AppKit/NSController.h"
|
||||
|
||||
@implementation NSController
|
||||
|
||||
|
|
|
@ -28,18 +28,18 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSKeyedArchiver.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSCursor.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSBitmapImageRep.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSCursor.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSBitmapImageRep.h"
|
||||
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
|
||||
// Class variables
|
||||
static NSMutableArray *gnustep_gui_cursor_stack;
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSCustomImageRep.h"
|
||||
#include "AppKit/NSGraphicsContext.h"
|
||||
#include "AppKit/NSView.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/DPSOperators.h"
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSCustomImageRep.h"
|
||||
#import "AppKit/NSGraphicsContext.h"
|
||||
#import "AppKit/NSView.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/DPSOperators.h"
|
||||
|
||||
/** <p>TODO : Desciption</p>
|
||||
*/
|
||||
|
|
|
@ -27,14 +27,14 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include "AppKit/NSDataLink.h"
|
||||
#include "AppKit/NSDataLinkManager.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSSavePanel.h"
|
||||
#include "AppKit/NSSelection.h"
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import "AppKit/NSDataLink.h"
|
||||
#import "AppKit/NSDataLinkManager.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSSavePanel.h"
|
||||
#import "AppKit/NSSelection.h"
|
||||
|
||||
@implementation NSDataLink
|
||||
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <AppKit/NSDataLinkManager.h>
|
||||
#include <AppKit/NSDataLink.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import "AppKit/NSDataLinkManager.h"
|
||||
#import "AppKit/NSDataLink.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
|
||||
@interface NSDataLink (Private)
|
||||
- (void) setLastUpdateTime: (NSDate *)date;
|
||||
|
|
|
@ -28,24 +28,24 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#import <Foundation/NSProcessInfo.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
|
||||
#include "AppKit/NSDocumentController.h"
|
||||
#include "AppKit/NSOpenPanel.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSMenu.h"
|
||||
#include "AppKit/NSMenuItem.h"
|
||||
#include "AppKit/NSWorkspace.h"
|
||||
#include "NSDocumentFrameworkPrivate.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSDocumentController.h"
|
||||
#import "AppKit/NSOpenPanel.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSMenu.h"
|
||||
#import "AppKit/NSMenuItem.h"
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
#import "NSDocumentFrameworkPrivate.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
static NSString *NSTypesKey = @"NSTypes";
|
||||
static NSString *NSNameKey = @"NSName";
|
||||
|
|
|
@ -30,7 +30,9 @@
|
|||
#ifndef _GNUstep_H_NSDocumentFramworkPrivate
|
||||
#define _GNUstep_H_NSDocumentFramworkPrivate
|
||||
|
||||
#include <AppKit/NSDocumentController.h>
|
||||
#import "AppKit/NSDocument.h"
|
||||
#import "AppKit/NSDocumentController.h"
|
||||
#import "AppKit/NSWindowController.h"
|
||||
|
||||
@class NSTimer;
|
||||
|
||||
|
@ -50,18 +52,12 @@
|
|||
- (IBAction) _openRecentDocument: (id)sender;
|
||||
@end
|
||||
|
||||
|
||||
#include <AppKit/NSDocument.h>
|
||||
|
||||
@interface NSDocument (Private)
|
||||
- (void)_removeWindowController:(NSWindowController *)controller;
|
||||
- (NSWindow *)_transferWindowOwnership;
|
||||
- (void)_removeAutosavedContentsFile;
|
||||
@end
|
||||
|
||||
|
||||
#include <AppKit/NSWindowController.h>
|
||||
|
||||
@interface NSWindowController (Private)
|
||||
- (void)_windowDidLoad;
|
||||
@end
|
||||
|
|
|
@ -30,18 +30,18 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSKeyedArchiver.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/NSBox.h>
|
||||
#include <AppKit/NSView.h>
|
||||
#include <AppKit/NSDrawer.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSBox.h"
|
||||
#import "AppKit/NSView.h"
|
||||
#import "AppKit/NSDrawer.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
|
||||
static NSNotificationCenter *nc = nil;
|
||||
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSEPSImageRep.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSEPSImageRep.h"
|
||||
|
||||
@implementation NSEPSImageRep
|
||||
|
||||
|
|
|
@ -32,23 +32,23 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSLock.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSGraphicsContext.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/PSOperators.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSGraphicsContext.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/PSOperators.h"
|
||||
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
|
||||
/*
|
||||
* gstep-base has a faster mechanism to get the current thread.
|
||||
|
|
|
@ -30,17 +30,17 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "AppKit/NSFileWrapper.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSWorkspace.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import "AppKit/NSFileWrapper.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
|
||||
@implementation NSFileWrapper
|
||||
|
||||
|
|
|
@ -29,16 +29,16 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#include "AppKit/NSFontDescriptor.h"
|
||||
#include "AppKit/NSFontManager.h"
|
||||
#import "AppKit/NSFontDescriptor.h"
|
||||
#import "AppKit/NSFontManager.h"
|
||||
|
||||
@interface NSFontManager (GNUstep)
|
||||
- (NSArray *) matchingFontDescriptorsFor: (NSDictionary *)attributes;
|
||||
|
|
|
@ -28,20 +28,20 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSFontDescriptor.h"
|
||||
#include "AppKit/NSFontManager.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSFontPanel.h"
|
||||
#include "AppKit/NSMenu.h"
|
||||
#include "AppKit/NSMenuItem.h"
|
||||
#include "GNUstepGUI/GSFontInfo.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSFontDescriptor.h"
|
||||
#import "AppKit/NSFontManager.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSFontPanel.h"
|
||||
#import "AppKit/NSMenu.h"
|
||||
#import "AppKit/NSMenuItem.h"
|
||||
#import "GNUstepGUI/GSFontInfo.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -29,26 +29,26 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include "AppKit/NSDragging.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSFontPanel.h"
|
||||
#include "AppKit/NSFontManager.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSSplitView.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSBrowser.h"
|
||||
#include "AppKit/NSBrowserCell.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "AppKit/NSTextField.h"
|
||||
#include "AppKit/NSTextFieldCell.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSPanel.h"
|
||||
#include "AppKit/NSButton.h"
|
||||
#include "AppKit/NSBox.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import "AppKit/NSDragging.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSFontPanel.h"
|
||||
#import "AppKit/NSFontManager.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSSplitView.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSBrowser.h"
|
||||
#import "AppKit/NSBrowserCell.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSTextFieldCell.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSPanel.h"
|
||||
#import "AppKit/NSButton.h"
|
||||
#import "AppKit/NSBox.h"
|
||||
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
#define _SAVE_PANEL_X_PAD 5
|
||||
#define _SAVE_PANEL_Y_PAD 4
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include "AppKit/NSForm.h"
|
||||
#include "AppKit/NSFormCell.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import "AppKit/NSForm.h"
|
||||
#import "AppKit/NSFormCell.h"
|
||||
|
||||
@implementation NSForm
|
||||
|
||||
|
|
|
@ -29,14 +29,14 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSFormCell.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSTextFieldCell.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSFormCell.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSTextFieldCell.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
/** <p>TODO Description </p>
|
||||
*/
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "AppKit/NSHelpPanel.h"
|
||||
#include "AppKit/NSHelpManager.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "AppKit/NSTextContainer.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSHelpPanel.h"
|
||||
#import "AppKit/NSHelpManager.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSTextContainer.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
|
||||
@implementation NSApplication (NSHelpPanel)
|
||||
|
|
|
@ -27,14 +27,14 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSAffineTransform.h"
|
||||
#include "AppKit/NSCell.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSImageCell.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSAffineTransform.h"
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImageCell.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
@implementation NSImageCell
|
||||
|
||||
|
|
|
@ -28,22 +28,22 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSImageRep.h"
|
||||
#include "AppKit/NSBitmapImageRep.h"
|
||||
#include "AppKit/NSEPSImageRep.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSGraphicsContext.h"
|
||||
#include "AppKit/NSView.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/DPSOperators.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSImageRep.h"
|
||||
#import "AppKit/NSBitmapImageRep.h"
|
||||
#import "AppKit/NSEPSImageRep.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSGraphicsContext.h"
|
||||
#import "AppKit/NSView.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/DPSOperators.h"
|
||||
|
||||
static NSMutableArray *imageReps = nil;
|
||||
static Class NSImageRep_class = NULL;
|
||||
|
|
|
@ -24,18 +24,18 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSInputManager.h"
|
||||
#include "AppKit/NSInputServer.h"
|
||||
#include "AppKit/NSText.h"
|
||||
#include "AppKit/NSHelpManager.h"
|
||||
#import <Foundation/NSException.h>
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSInputManager.h"
|
||||
#import "AppKit/NSInputServer.h"
|
||||
#import "AppKit/NSText.h"
|
||||
#import "AppKit/NSHelpManager.h"
|
||||
|
||||
/* For NSBeep () */
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
|
||||
#include "GSKeyBindingAction.h"
|
||||
#include "GSKeyBindingTable.h"
|
||||
#import "GSKeyBindingAction.h"
|
||||
#import "GSKeyBindingTable.h"
|
||||
|
||||
/* A table mapping character names to characters, used to interpret
|
||||
the character names found in KeyBindings dictionaries. */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "AppKit/NSInputServer.h"
|
||||
#import "AppKit/NSInputServer.h"
|
||||
|
||||
@implementation NSInputServer
|
||||
|
||||
|
|
|
@ -25,16 +25,16 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
|
||||
#include "AppKit/NSResponder.h"
|
||||
#include "AppKit/NSInterfaceStyle.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "AppKit/NSResponder.h"
|
||||
#import "AppKit/NSInterfaceStyle.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
NSString *NSInterfaceStyleDefault = @"NSInterfaceStyleDefault";
|
||||
|
||||
|
|
|
@ -28,21 +28,21 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSKeyValueObserving.h>
|
||||
#include <Foundation/NSKeyValueCoding.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSValueTransformer.h>
|
||||
#include <GNUstepBase/GSLock.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSInvocation.h>
|
||||
#import <Foundation/NSKeyValueObserving.h>
|
||||
#import <Foundation/NSKeyValueCoding.h>
|
||||
#import <Foundation/NSLock.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSValueTransformer.h>
|
||||
#import <GNUstepBase/GSLock.h>
|
||||
|
||||
#include "AppKit/NSKeyValueBinding.h"
|
||||
#include "GSBindingHelpers.h"
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
#import "GSBindingHelpers.h"
|
||||
|
||||
@implementation NSObject (NSKeyValueBindingCreation)
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSLevelIndicator.h>
|
||||
#import "AppKit/NSLevelIndicator.h"
|
||||
|
||||
static Class cellClass;
|
||||
|
||||
|
|
|
@ -27,12 +27,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#import <Foundation/NSException.h>
|
||||
|
||||
#include "AppKit/NSBezierPath.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSLevelIndicatorCell.h"
|
||||
#import "AppKit/NSBezierPath.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSLevelIndicatorCell.h"
|
||||
|
||||
@implementation NSLevelIndicatorCell
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@class NSMergePolicy;
|
||||
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "NSManagedObjectContext.h"
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#import "NSManagedObjectContext.h"
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
||||
@interface NSMergePolicy : NSObject <NSCoding>
|
||||
{
|
||||
|
|
|
@ -52,26 +52,26 @@
|
|||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSCharacterSet.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSKeyedArchiver.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSFormatter.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSCharacterSet.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSFormatter.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSZone.h>
|
||||
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSButtonCell.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSCursor.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSMatrix.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSButtonCell.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSCursor.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSMatrix.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -25,29 +25,29 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSProcessInfo.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
#include "AppKit/NSBezierPath.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSMenu.h"
|
||||
#include "AppKit/NSMenuItemCell.h"
|
||||
#include "AppKit/NSMenuView.h"
|
||||
#include "AppKit/NSParagraphStyle.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSBezierPath.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSMenu.h"
|
||||
#import "AppKit/NSMenuItemCell.h"
|
||||
#import "AppKit/NSMenuView.h"
|
||||
#import "AppKit/NSParagraphStyle.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
|
||||
@implementation NSMenuItemCell
|
||||
|
|
|
@ -68,7 +68,7 @@ typedef struct _GSCellRect {
|
|||
#ifdef GSIArray
|
||||
#undef GSIArray
|
||||
#endif
|
||||
#import <GNUstepBase/GSIArray.h>
|
||||
#include <GNUstepBase/GSIArray.h>
|
||||
|
||||
static NSMapTable *viewInfo = 0;
|
||||
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <AppKit/NSMovie.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
#import "AppKit/NSMovie.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
|
||||
@implementation NSMovie
|
||||
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include "AppKit/NSMovie.h"
|
||||
#include "AppKit/NSMovieView.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
#import "AppKit/NSMovie.h"
|
||||
#import "AppKit/NSMovieView.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
|
||||
@implementation NSMovieView
|
||||
|
||||
|
|
|
@ -26,18 +26,17 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSPredicate.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSKeyedArchiver.h>
|
||||
#include <Foundation/NSKeyValueObserving.h>
|
||||
#include <Foundation/NSKeyValueCoding.h>
|
||||
#include <AppKit/NSObjectController.h>
|
||||
|
||||
#include "AppKit/NSKeyValueBinding.h"
|
||||
#include "GSBindingHelpers.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSPredicate.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import <Foundation/NSKeyValueObserving.h>
|
||||
#import <Foundation/NSKeyValueCoding.h>
|
||||
#import "AppKit/NSObjectController.h"
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
#import "GSBindingHelpers.h"
|
||||
|
||||
@interface _NSManagedProxy : NSObject
|
||||
{
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSOpenGL.h"
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSOpenGL.h"
|
||||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
|
||||
@implementation NSOpenGLContext
|
||||
+ _classContext
|
||||
|
|
|
@ -26,11 +26,10 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "GNUstepGUI/GSDisplayServer.h"
|
||||
#include "AppKit/NSOpenGL.h"
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSOpenGL.h"
|
||||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
|
||||
|
||||
// @interface GSGLPixelFormat : NSOpenGLPixelFormat
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include "AppKit/NSOpenGL.h"
|
||||
#include "AppKit/NSOpenGLView.h"
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import "AppKit/NSOpenGL.h"
|
||||
#import "AppKit/NSOpenGLView.h"
|
||||
|
||||
// Declare a private method of NSView
|
||||
@interface NSView (Private)
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
#import "AppKit/NSMatrix.h"
|
||||
#import "AppKit/NSOpenPanel.h"
|
||||
|
||||
#include "GSGuiPrivate.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
static NSString *
|
||||
pathToColumn(NSBrowser *browser, int column)
|
||||
|
|
|
@ -27,12 +27,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/* To keep the allocation counts valid when swizzling the class in
|
||||
[NSMutableParagraphStyle -copyWithZone:]. */
|
||||
#include <Foundation/NSDebug.h>
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#include "AppKit/NSParagraphStyle.h"
|
||||
#import <Foundation/NSException.h>
|
||||
#import "AppKit/NSParagraphStyle.h"
|
||||
|
||||
@implementation NSTextTab
|
||||
|
||||
|
@ -804,16 +800,14 @@ static NSParagraphStyle *defaultStyle = nil;
|
|||
|
||||
- (id) copyWithZone: (NSZone*)aZone
|
||||
{
|
||||
NSMutableParagraphStyle *c;
|
||||
NSMutableParagraphStyle *c;
|
||||
|
||||
c = (NSMutableParagraphStyle*)NSCopyObject (self, 0, aZone);
|
||||
GSDebugAllocationRemove(c->isa, c);
|
||||
c->isa = [NSParagraphStyle class];
|
||||
GSDebugAllocationAdd(c->isa, c);
|
||||
GSClassSwizzle(c, [NSParagraphStyle class]);
|
||||
c->_tabStops = [_tabStops mutableCopyWithZone: aZone];
|
||||
c->_textBlocks = [_textBlocks mutableCopyWithZone: aZone];
|
||||
c->_textLists = [_textLists mutableCopyWithZone: aZone];
|
||||
return c;
|
||||
return c;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
|
@ -519,40 +519,39 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSWorkspace.h"
|
||||
#include "AppKit/NSFileWrapper.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSHost.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSConnection.h>
|
||||
#include <Foundation/NSDistantObject.h>
|
||||
#include <Foundation/NSDistributedNotificationCenter.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSLock.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSPortCoder.h>
|
||||
#include <Foundation/NSPortNameServer.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSSerialization.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSTask.h>
|
||||
#include <GNUstepBase/NSTask+GNUstepBase.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
|
||||
#include "GNUstepGUI/GSServicesManager.h"
|
||||
#include "GNUstepGUI/GSPasteboardServer.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSHost.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSConnection.h>
|
||||
#import <Foundation/NSDistantObject.h>
|
||||
#import <Foundation/NSDistributedNotificationCenter.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSInvocation.h>
|
||||
#import <Foundation/NSLock.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#import <Foundation/NSPortCoder.h>
|
||||
#import <Foundation/NSPortNameServer.h>
|
||||
#import <Foundation/NSProcessInfo.h>
|
||||
#import <Foundation/NSSerialization.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSMethodSignature.h>
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import <Foundation/NSTask.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
#import <GNUstepBase/NSTask+GNUstepBase.h>
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
#import "AppKit/NSFileWrapper.h"
|
||||
#import "GNUstepGUI/GSServicesManager.h"
|
||||
#import "GNUstepGUI/GSPasteboardServer.h"
|
||||
|
||||
static NSString *contentsPrefix = @"NSTypedFileContentsPboardType:";
|
||||
static NSString *namePrefix = @"NSTypedFilenamesPboardType:";
|
||||
|
|
|
@ -36,31 +36,31 @@
|
|||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include "config.h"
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSTask.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include "AppKit/AppKitExceptions.h"
|
||||
#include "AppKit/NSAffineTransform.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSGraphicsContext.h"
|
||||
#include "AppKit/NSView.h"
|
||||
#include "AppKit/NSPrinter.h"
|
||||
#include "AppKit/NSPrintPanel.h"
|
||||
#include "AppKit/NSPrintInfo.h"
|
||||
#include "AppKit/NSPrintOperation.h"
|
||||
#include "AppKit/NSWorkspace.h"
|
||||
#include "AppKit/PSOperators.h"
|
||||
#include "GNUstepGUI/GSEPSPrintOperation.h"
|
||||
#include "GNUstepGUI/GSPDFPrintOperation.h"
|
||||
#include "GNUstepGUI/GSPrintOperation.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#import <Foundation/NSTask.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import "AppKit/AppKitExceptions.h"
|
||||
#import "AppKit/NSAffineTransform.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSGraphicsContext.h"
|
||||
#import "AppKit/NSView.h"
|
||||
#import "AppKit/NSPrinter.h"
|
||||
#import "AppKit/NSPrintPanel.h"
|
||||
#import "AppKit/NSPrintInfo.h"
|
||||
#import "AppKit/NSPrintOperation.h"
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
#import "AppKit/PSOperators.h"
|
||||
#import "GNUstepGUI/GSEPSPrintOperation.h"
|
||||
#import "GNUstepGUI/GSPDFPrintOperation.h"
|
||||
#import "GNUstepGUI/GSPrintOperation.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
#define NSNUMBER(a) [NSNumber numberWithInt: (a)]
|
||||
#define NSFNUMBER(a) [NSNumber numberWithFloat: (a)]
|
||||
|
|
|
@ -30,28 +30,28 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSCharacterSet.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSScanner.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include "AppKit/AppKitExceptions.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSPrinter.h"
|
||||
#include "GNUstepGUI/GSPrinting.h"
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSCharacterSet.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#import <Foundation/NSScanner.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import "AppKit/AppKitExceptions.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSPrinter.h"
|
||||
#import "GNUstepGUI/GSPrinting.h"
|
||||
|
||||
//
|
||||
// Class variables:
|
||||
|
|
|
@ -26,15 +26,15 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#include "AppKit/NSProgressIndicator.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include "GNUstepGUI/GSNibLoading.h"
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
#import "AppKit/NSProgressIndicator.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
#import "GNUstepGUI/GSNibLoading.h"
|
||||
|
||||
@implementation NSProgressIndicator
|
||||
|
||||
|
|
|
@ -27,16 +27,16 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include "AppKit/NSResponder.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSMenu.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSHelpManager.h"
|
||||
#include "AppKit/NSInputManager.h"
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSInvocation.h>
|
||||
#import "AppKit/NSResponder.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSMenu.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSHelpManager.h"
|
||||
#import "AppKit/NSInputManager.h"
|
||||
|
||||
@implementation NSResponder
|
||||
|
||||
|
|
|
@ -26,14 +26,14 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSException.h>
|
||||
#include "AppKit/NSRulerMarker.h"
|
||||
#include "AppKit/NSRulerView.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSCursor.h"
|
||||
#import <Foundation/NSException.h>
|
||||
#import "AppKit/NSRulerMarker.h"
|
||||
#import "AppKit/NSRulerView.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSCursor.h"
|
||||
|
||||
@interface NSRulerView (GNUstepInternal)
|
||||
- (NSRect)_markersRect;
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
|
||||
#include "GSGuiPrivate.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
#define _SAVE_PANEL_X_PAD 5
|
||||
#define _SAVE_PANEL_Y_PAD 4
|
||||
|
|
|
@ -30,26 +30,26 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSColorList.h"
|
||||
#include "AppKit/NSCell.h"
|
||||
#include "AppKit/NSClipView.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSInterfaceStyle.h"
|
||||
#include "AppKit/NSRulerView.h"
|
||||
#include "AppKit/NSScroller.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSTableHeaderView.h"
|
||||
#include "AppKit/NSTableView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/PSOperators.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSColorList.h"
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSClipView.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSInterfaceStyle.h"
|
||||
#import "AppKit/NSRulerView.h"
|
||||
#import "AppKit/NSScroller.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTableHeaderView.h"
|
||||
#import "AppKit/NSTableView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/PSOperators.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
@interface NSClipView (Private)
|
||||
- (void) _scrollToPoint: (NSPoint)aPoint;
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
* USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSMenu.h>
|
||||
#include <AppKit/NSSegmentedCell.h>
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSFont.h>
|
||||
#include <AppKit/NSStringDrawing.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <GNUstepGUI/GSTheme.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSMenu.h"
|
||||
#import "AppKit/NSSegmentedCell.h"
|
||||
#import "AppKit/NSStringDrawing.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
@interface NSSegmentItem : NSObject
|
||||
{
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
* USA.
|
||||
*/
|
||||
|
||||
#include <AppKit/NSControl.h>
|
||||
#include <AppKit/NSSegmentedControl.h>
|
||||
#include <AppKit/NSSegmentedCell.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#import "AppKit/NSControl.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSSegmentedControl.h"
|
||||
#import "AppKit/NSSegmentedCell.h"
|
||||
|
||||
static Class segmentedControlCellClass;
|
||||
|
||||
|
|
|
@ -31,10 +31,10 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include "AppKit/NSSelection.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import "AppKit/NSSelection.h"
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
|
||||
//
|
||||
// Global instances of these selections
|
||||
|
|
|
@ -27,12 +27,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSSound.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "AppKit/NSPasteboard.h"
|
||||
#import "AppKit/NSSound.h"
|
||||
|
||||
#include "GNUstepGUI/GSSoundSource.h"
|
||||
#include "GNUstepGUI/GSSoundSink.h"
|
||||
#import "GNUstepGUI/GSSoundSource.h"
|
||||
#import "GNUstepGUI/GSSoundSink.h"
|
||||
|
||||
// Private NSConditionLock conditions used for streaming
|
||||
enum
|
||||
|
|
|
@ -25,15 +25,15 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSConnection.h>
|
||||
#include "AppKit/NSWorkspace.h"
|
||||
#include "AppKit/NSSpeechSynthesizer.h"
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSError.h>
|
||||
#import <Foundation/NSConnection.h>
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
#import "AppKit/NSSpeechSynthesizer.h"
|
||||
|
||||
// Keys for properties...
|
||||
NSString *NSVoiceIdentifier = @"NSVoiceIdentifier";
|
||||
|
|
|
@ -32,26 +32,26 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDecimalNumber.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSDecimalNumber.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSSplitView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSSplitView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
static NSNotificationCenter *nc = nil;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSStepperCell.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
@interface NSStepperCell (Private)
|
||||
- (void) _increment;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#import "AppKit/NSFont.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSTableHeaderCell.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
@implementation NSTableHeaderCell
|
||||
|
||||
|
|
|
@ -29,22 +29,22 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include "AppKit/NSTableHeaderCell.h"
|
||||
#include "AppKit/NSTableHeaderView.h"
|
||||
#include "AppKit/NSTableColumn.h"
|
||||
#include "AppKit/NSTableView.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import "AppKit/NSTableHeaderCell.h"
|
||||
#import "AppKit/NSTableHeaderView.h"
|
||||
#import "AppKit/NSTableColumn.h"
|
||||
#import "AppKit/NSTableView.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
#import "GNUstepGUI/GSTheme.h"
|
||||
|
||||
/*
|
||||
* Number of pixels in either direction that will be counted as a hit
|
||||
|
|
|
@ -36,12 +36,12 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "AppKit/NSText.h"
|
||||
#import "AppKit/NSText.h"
|
||||
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
#include "AppKit/NSPanel.h"
|
||||
#include "AppKit/NSSpellChecker.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSPanel.h"
|
||||
#import "AppKit/NSSpellChecker.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
|
||||
|
||||
static Class abstract;
|
||||
|
|
|
@ -36,13 +36,13 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "AppKit/NSCell.h"
|
||||
#include "AppKit/NSFileWrapper.h"
|
||||
#include "AppKit/NSImage.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSTextContainer.h"
|
||||
#include "AppKit/NSTextAttachment.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSCell.h"
|
||||
#import "AppKit/NSFileWrapper.h"
|
||||
#import "AppKit/NSImage.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSTextContainer.h"
|
||||
#import "AppKit/NSTextAttachment.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
|
||||
|
||||
@implementation NSTextAttachmentCell
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#import "AppKit/NSColor.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSTextTable.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
@implementation NSTextBlock
|
||||
|
||||
|
|
|
@ -27,15 +27,15 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include "AppKit/NSLayoutManager.h"
|
||||
#include "AppKit/NSTextContainer.h"
|
||||
#include "AppKit/NSTextStorage.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "GNUstepGUI/GSLayoutManager.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import "AppKit/NSLayoutManager.h"
|
||||
#import "AppKit/NSTextContainer.h"
|
||||
#import "AppKit/NSTextStorage.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "GNUstepGUI/GSLayoutManager.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
@interface NSTextContainer (TextViewObserver)
|
||||
- (void) _textViewFrameChanged: (NSNotification*)aNotification;
|
||||
|
|
|
@ -32,20 +32,20 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <Foundation/NSFormatter.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#import <Foundation/NSFormatter.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSCursor.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSTextField.h"
|
||||
#include "AppKit/NSTextFieldCell.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSKeyValueBinding.h"
|
||||
#include "GSBindingHelpers.h"
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSCursor.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSTextField.h"
|
||||
#import "AppKit/NSTextFieldCell.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
#import "GSBindingHelpers.h"
|
||||
|
||||
static NSNotificationCenter *nc;
|
||||
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#include "AppKit/NSTextList.h"
|
||||
#import "AppKit/NSTextList.h"
|
||||
|
||||
|
||||
@implementation NSTextList
|
||||
|
|
|
@ -24,14 +24,14 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSPortCoder.h>
|
||||
#include "AppKit/NSAttributedString.h"
|
||||
#include "AppKit/NSTextStorage.h"
|
||||
#include "GNUstepGUI/GSLayoutManager.h"
|
||||
#include "GSTextStorage.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSException.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSPortCoder.h>
|
||||
#import "AppKit/NSAttributedString.h"
|
||||
#import "AppKit/NSTextStorage.h"
|
||||
#import "GNUstepGUI/GSLayoutManager.h"
|
||||
#import "GSTextStorage.h"
|
||||
|
||||
@implementation NSTextStorage
|
||||
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#include "AppKit/NSTextTable.h"
|
||||
#import "AppKit/NSTextTable.h"
|
||||
|
||||
@implementation NSTextTable
|
||||
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#include "AppKit/NSTextTable.h"
|
||||
#import "AppKit/NSTextTable.h"
|
||||
|
||||
@implementation NSTextTableBlock
|
||||
|
||||
|
|
|
@ -30,15 +30,15 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "AppKit/NSApplication.h"
|
||||
#include "AppKit/NSCursor.h"
|
||||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSTokenField.h"
|
||||
#include "AppKit/NSTokenFieldCell.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "AppKit/NSKeyValueBinding.h"
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include "GSBindingHelpers.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import "AppKit/NSApplication.h"
|
||||
#import "AppKit/NSCursor.h"
|
||||
#import "AppKit/NSGraphics.h"
|
||||
#import "AppKit/NSTokenField.h"
|
||||
#import "AppKit/NSTokenFieldCell.h"
|
||||
#import "AppKit/NSWindow.h"
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
#import "GSBindingHelpers.h"
|
||||
|
||||
static NSNotificationCenter *nc = nil;
|
||||
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSCharacterSet.h>
|
||||
#include "AppKit/NSControl.h"
|
||||
#include "AppKit/NSEvent.h"
|
||||
#include "AppKit/NSTokenField.h"
|
||||
#include "AppKit/NSTokenFieldCell.h"
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSCharacterSet.h>
|
||||
#import "AppKit/NSControl.h"
|
||||
#import "AppKit/NSEvent.h"
|
||||
#import "AppKit/NSTokenField.h"
|
||||
#import "AppKit/NSTokenFieldCell.h"
|
||||
|
||||
|
||||
@implementation NSTokenFieldCell
|
||||
|
|
|
@ -30,12 +30,11 @@
|
|||
#ifndef _NSToolbarFrameworkPrivate_h_INCLUDE
|
||||
#define _NSToolbarFrameworkPrivate_h_INCLUDE
|
||||
|
||||
#include "AppKit/NSMenuView.h"
|
||||
#include "AppKit/NSToolbar.h"
|
||||
#include "AppKit/NSToolbarItem.h"
|
||||
#include "GNUstepGUI/GSToolbarView.h"
|
||||
|
||||
#include <GNUstepGUI/GSWindowDecorationView.h>
|
||||
#import "AppKit/NSMenuView.h"
|
||||
#import "AppKit/NSToolbar.h"
|
||||
#import "AppKit/NSToolbarItem.h"
|
||||
#import "GNUstepGUI/GSToolbarView.h"
|
||||
#import "GNUstepGUI/GSWindowDecorationView.h"
|
||||
|
||||
@interface GSToolbarView (GNUstepPrivate)
|
||||
- (void) _reload;
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSArray.h>
|
||||
#include "AppKit/NSToolbarItemGroup.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import "AppKit/NSToolbarItemGroup.h"
|
||||
|
||||
@implementation NSToolbarItemGroup
|
||||
// FIXME: Most of the implementation is missing.
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSKeyValueObserving.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <AppKit/NSUserDefaultsController.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSKeyValueObserving.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import "AppKit/NSUserDefaultsController.h"
|
||||
|
||||
static id shared = nil;
|
||||
|
||||
|
|
|
@ -59,12 +59,12 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "nsimage-tiff.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include "GSGuiPrivate.h"
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue