libs-gui/Source
ericwa 450a7402db * Source/GSTheme.m: Remove code which sets and unsets images
on theme activation/deactivation.
* Source/NSImage.m (+imageNamed:): Factor out code for finding
the path for a name to a separate method, +pathForImageNamed.
The code is unchanged otherwise, except for fixing the retrieval
of images from the theme bundle, which was broken.
* Source/NSImage.m (-setName:): Remove code for creating theme
proxy. Subscribe/unscribe to theme change notification when
the receiver is added/removed from the name dictionary.
* Source/NSImage.m (-themeDidActivate:): Method called in
response to a GSThemeDidActivateNotification on images with
a name set. It does a path lookup in the same way that
+imageNamed: would, and checks if the path has changed due
to the theme change. If it has, all reps are discarded and
the image at the new path is loaded. This avoids the need for
the theme proxy objects.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34474 72102866-910b-0410-8b05-ffd578937521
2012-01-10 04:38:10 +00:00
..
.cvsignore
CompatibilityHeaders.make Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
DocMakefile Remove the GSFusedSilica files as they are obsolete now. 2011-02-20 20:10:57 +00:00
externs.m Add new MacOSX strings for NSPrintInfo. 2011-06-11 20:34:49 +00:00
Functions.m * Source/Functions.m (NSDrawNinePartImage): Pixel-align drawing rect using 2011-08-17 16:24:17 +00:00
GNUmakefile Add a new character picker panel. It's accessible 2011-07-06 18:39:49 +00:00
GNUmakefile.postamble Removed obsolete manual dependency rules in gnustep-gui GNUmakefile.postamble 2010-02-11 22:40:50 +00:00
GNUmakefile.preamble Fix failure to locate tools 2008-12-06 08:01:09 +00:00
GSAnimator.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSBindingHelpers.h Remove direct usage of isa. 2011-02-20 18:24:44 +00:00
GSCharacterPanel.m * Source/GSCharacterPanel.m: Implement -[NSApplication orderFrontCharacterPalette:] 2011-09-07 19:31:22 +00:00
GSDisplayServer.m * Source/GSDisplayServer.m: 2011-07-03 23:43:07 +00:00
GSDragView.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
GSEPSPrintOperation.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSFastEnumeration.h Added GSFastEnumeration.h from -base to -gui so we can use fast enumeration there too. 2010-10-22 13:11:14 +00:00
GSFontInfo.m dopt to the fact that NSAffineTransform now uses a matrix of CGFloats. 2010-02-20 16:30:27 +00:00
GSGhostscriptImageRep.m * Source/GSGhostscriptImageRep.m: Search for gs by enumerating directories 2011-07-19 21:51:25 +00:00
GSGModelLoader.m Removed dead assignments found by static code analyser. 2011-03-13 15:26:20 +00:00
GSGormLoader.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSGormLoading.m Removed dead assignments found by static code analyser. 2011-03-13 15:26:20 +00:00
GSGuiPrivate.h * Headers/Additions/GNUstepGUI/GSTheme.h: New GSThemeMargins struct. 2011-08-15 23:12:37 +00:00
GSHbox.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
GSHelpAttachment.m Add some support for help links and markers in RTF documents. These 2011-01-03 11:48:57 +00:00
GSHelpManagerPanel.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSHorizontalTypesetter.m 2011-08-28 Christopher Armstrong <carmstrong@fastmail.com.au> 2011-08-28 09:25:02 +00:00
GSIconManager.h Patch by German Arias <german@xelalug.org>. 2009-12-21 17:27:56 +00:00
GSIconManager.m Don't touch icon positions when the icon manager is not used, so that 2010-01-27 23:43:41 +00:00
GSImageMagickImageRep.m * Source/GSImageMagickImageRep.m: Don't call DestroyImage on a 2011-07-13 03:34:38 +00:00
GSInfoPanel.m * Source/GSInfoPanel.m: Fix app icon button size at 48x48 and use 2011-11-11 23:16:50 +00:00
GSKeyBindingAction.h few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSKeyBindingAction.m tidyup 2011-02-28 14:24:57 +00:00
GSKeyBindingTable.h few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSKeyBindingTable.m tidyup 2011-02-28 14:24:57 +00:00
GSLayoutManager.m Removed a few compiler warnings found by gcc 4.6 2011-12-22 09:16:04 +00:00
GSMemoryPanel.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
GSModelLoaderFactory.m Get the class NSNib to work and use it in NSBundleAdditions. 2010-03-22 09:08:50 +00:00
GSNibLoader.m Get the class NSNib to work and use it in NSBundleAdditions. 2010-03-22 09:08:50 +00:00
GSNibLoading.m Removed a few compiler warnings found by gcc 4.6 2011-12-22 09:16:04 +00:00
GSPDFPrintOperation.m Remove compiler warnings from clang. 2010-04-10 17:48:46 +00:00
GSPrinting.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSPrintOperation.m Removed dead assignments found by static code analyser. 2011-03-13 15:26:20 +00:00
GSServicesManager.m Fix dead initialisation found by static analyser. 2011-03-10 23:21:04 +00:00
GSSlideView.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSSlideView.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSStandardWindowDecorationView.m * Source/GSStandardWindowDecorationView.m: Use bounds rect instead 2011-04-18 20:49:39 +00:00
GSTable.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
GSTextFinder.h Implement a standard find panel for NSTextView. 2010-08-02 18:57:00 +00:00
GSTextFinder.m Fix warnigns reported by clang. 2011-04-08 23:21:55 +00:00
GSTextStorage.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSTextStorage.m Small GC fixups. Make sure that we're actually using GC-tracked memory when we think that we are. 2011-06-29 15:41:14 +00:00
GSTheme.m * Source/GSTheme.m: Remove code which sets and unsets images 2012-01-10 04:38:10 +00:00
GSThemeDrawing.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
GSThemeInspector.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSThemeMenu.m Merge original in-window menu branch. 2011-10-01 11:17:16 +00:00
GSThemeOpenSavePanels.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSThemePanel.m Remove compiler warnings from clang. 2010-04-10 17:48:46 +00:00
GSThemePrivate.h Draw borders using image tiles, if available. 2010-02-07 21:42:50 +00:00
GSThemeTools.m * Source/NSBitmapImageRep.m: 2011-10-26 00:21:57 +00:00
GSTitleView.m Yet another set of #include -> #import replacement. 2010-03-31 08:14:50 +00:00
GSToolbarCustomizationPalette.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSToolbarCustomizationPalette.m * Source/GSNibLoading.m: 2011-11-18 20:15:53 +00:00
GSToolbarView.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
GSToolTips.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSToolTips.m * Source/GSToolTips.m (-_timedOut:): Guard against nil tooltip string 2011-07-21 07:12:07 +00:00
GSTrackingRect.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSTypesetter.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSVbox.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
GSWindowDecorationView.m Merge original in-window menu branch. 2011-10-01 11:17:16 +00:00
GSXibLoader.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
libgnustep-gui.def * Source/libgnustep-gui.def: Export GSTheme class. 2009-08-26 22:55:41 +00:00
linking.m Remove compiler warnings from clang. 2010-04-10 17:48:46 +00:00
NSActionCell.m Change tag to NSInteger. 2010-03-23 21:26:24 +00:00
NSAffineTransform.m * Source/GSDragView.m (-init): Set the window background colour to clear. 2011-06-28 20:59:24 +00:00
NSAlert.m Verify if there is error information to be displayed in an Alert panel 2011-12-02 23:15:07 +00:00
NSAnimation.m * Source/NSAnimation.m (NSViewAnimation -dealloc): Use DESTROY 2011-07-24 18:53:07 +00:00
NSApplication.m * Source/NSImage.m (-setScalesWhenResized:): Disable this method 2011-11-12 00:40:18 +00:00
NSArrayController.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSAttributedString.m * Source/externs.m: Correct the strings for NSPrintPanel. 2011-06-06 11:33:40 +00:00
NSBezierPath.m Rewrote NSBezierPath to allow subclasses. 2011-10-04 13:32:50 +00:00
NSBitmapImageRep+GIF.h few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSBitmapImageRep+GIF.m avoid obsolete macros 2011-02-28 15:43:25 +00:00
NSBitmapImageRep+ICNS.h Method to get all images from an ICNS file. 2011-05-18 20:07:02 +00:00
NSBitmapImageRep+ICNS.m Remove comment about libicns being GPL, it is now LGPL 2.1. 2011-06-10 08:48:12 +00:00
NSBitmapImageRep+JPEG.h few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSBitmapImageRep+JPEG.m avoid obsolete macros 2011-02-28 15:43:25 +00:00
NSBitmapImageRep+PNG.h few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSBitmapImageRep+PNG.m * Source/NSBitmapImageRep+PNG.m: 2011-11-06 22:31:23 +00:00
NSBitmapImageRep+PNM.h few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSBitmapImageRep+PNM.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSBitmapImageRep.m * Source/NSBitmapImageRep.m (+imageRepWithData:): Add missing 2011-10-27 17:07:54 +00:00
NSBox.m Big improvement of XIB loading. Now all XIB files from the bug reports 2011-10-24 14:44:29 +00:00
NSBrowser.m * Source/GSGuiPrivate.h: New rounding rounding function 2011-07-12 21:12:22 +00:00
NSBrowserCell.m * Source/NSBrowserCell.m (-drawInteriorWithFrame:inView:): 2011-12-21 06:43:42 +00:00
NSBundleAdditions.m avoid calls to non-standard method 2011-03-05 16:18:04 +00:00
NSButton.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSButtonCell.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSButtonImageSource.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSButtonImageSource.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSCachedImageRep.m * Source/NSImage.m: Throw an exception if you attempt to lock focus on an image with 2011-09-08 18:42:31 +00:00
NSCell.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSClipView.m * Source/GSGuiPrivate.h: New rounding rounding function 2011-07-12 21:12:22 +00:00
NSColor.m * Source/NSBitmapImageRep.m: 2011-10-26 00:21:57 +00:00
NSColorList.m Make sure the system colors are set up properly before computing the 2011-01-20 19:36:49 +00:00
NSColorPanel.m * Source/NSColorPanel.m: Always send action and colorChanged: when 2011-11-01 20:31:24 +00:00
NSColorPicker.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSColorSpace.m Another bit of #include -> #import replacement. 2010-03-24 22:41:21 +00:00
NSColorWell.m * Source/NSColorWell.m (-objectValue, -setObjectValue:, 2011-11-07 15:30:33 +00:00
NSComboBox.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSComboBoxCell.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSControl.m Remove useless KVB code. I hope to commit better code later on. 2011-10-31 17:12:39 +00:00
NSController.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSCursor.m * Source/NSMatrix.m (_shiftModifier:): Use correct column index 2011-03-12 19:01:54 +00:00
NSCustomImageRep.m * Source/NSImage.m (-nativeDrawInRect:...): Deal with a zero rep size 2011-08-15 20:11:11 +00:00
NSDataLink.m Fixed different issues spotted by the static code analysis. 2011-03-06 22:58:56 +00:00
NSDataLinkManager.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSDataLinkPanel.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
NSDocument.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
NSDocumentController.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSDocumentFrameworkPrivate.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSDrawer.m Make the same change in NSDrawer and also switch to CGFloat. 2011-12-17 20:29:09 +00:00
NSEPSImageRep.m Fix memory leaks found by static analyser. 2011-03-10 23:03:01 +00:00
NSEvent.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSFileWrapper.m Add keyed coding. This is still rather useless until we get a proper 2011-06-13 22:22:29 +00:00
NSFont.m Change direct references to the isa pointer to calls to object_getClass(). In 2011-05-25 11:19:09 +00:00
NSFontDescriptor.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
NSFontManager.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSFontPanel.m * Source/NSFontPanel.m: Add a tooltip on the character panel button 2011-09-08 05:59:20 +00:00
NSForm.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
NSFormCell.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
NSGlyphGenerator.m Yet another bit of #include -> #import replacement. Replace includes of Foundation.h. 2010-03-25 09:11:50 +00:00
NSGradient.m tidyup 2011-02-28 14:24:57 +00:00
NSGraphicsContext.m * Source/NSBitmapImageRep.m: 2011-10-26 00:21:57 +00:00
NSHelpManager.m avoid calls to non-standard method 2011-03-05 16:18:04 +00:00
NSHelpPanel.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
nsimage-tiff.h * Source/tiff.m: 2011-04-21 22:19:06 +00:00
NSImage.m * Source/GSTheme.m: Remove code which sets and unsets images 2012-01-10 04:38:10 +00:00
NSImageCell.m * Source/NSImageCell.m: if drawing on a view use -centerScanRect: 2011-12-14 18:52:42 +00:00
NSImageRep.m * Headers/AppKit/NSImageRep.h: Add 2011-08-18 23:57:50 +00:00
NSImageView.m ne more static analyser fix, this time in NSImageView. 2011-03-06 23:11:03 +00:00
NSInputManager.m Turn release messages sent to autorelease pools into drain messages. No 2011-05-27 12:42:37 +00:00
NSInputServer.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSInterfaceStyle.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSKeyValueBinding.m * Source/NSKeyValueBinding.m ([GSKeyValueBinding-transformValue:withOptions:]): 2011-11-07 20:46:55 +00:00
NSLayoutManager.m Fix two incorrect comparisons in NSLayoutManager which were causing 2012-01-01 11:29:20 +00:00
NSLevelIndicator.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSLevelIndicatorCell.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSMatrix.m Remove useless KVB code. I hope to commit better code later on. 2011-10-31 17:12:39 +00:00
NSMenu.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSMenuItem.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSMenuItemCell.m Improved the menu theming to support some common menu look variations. 2011-11-16 10:32:15 +00:00
NSMenuView.m Started rewrite that simplifies menu tracking code. 2011-10-01 14:09:56 +00:00
NSMovie.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
NSMovieView.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSNib.m Rewrite of top level object handling in NIB/Gorm/Xib loading. 2010-03-28 21:33:08 +00:00
NSNibAXAttributeConnector.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSNibAXRelationshipConnector.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSNibBindingConnector.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSObjectController.m Minor correction. 2011-05-30 00:40:15 +00:00
NSOpenGLContext.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSOpenGLPixelFormat.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSOpenGLView.m Commit OpenGL patch by Julian Mayer <julian@corecode.at>. 2011-11-28 17:16:10 +00:00
NSOpenPanel.m * Source/NSOpenPanel.m: Use the NSSavePanel _allowedFileTypes ivar 2011-09-07 07:46:28 +00:00
NSOutlineView.m * Source/NSOutlineView.m (-_openItem:): Changed i fron NSUInteger 2011-12-18 21:06:31 +00:00
NSPageLayout.m * Source/NSPrinter.m: 2011-12-15 06:51:02 +00:00
NSPanel.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
NSParagraphStyle.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSPasteboard.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSPopUpButton.m Remove useless KVB code. I hope to commit better code later on. 2011-10-31 17:12:39 +00:00
NSPopUpButtonCell.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSPrinter.m Raise an exception if the PPD file cannot be read. Change make based on 2012-01-03 09:18:51 +00:00
NSPrintInfo.m * Source/NSPrinter.m: 2011-12-15 06:51:02 +00:00
NSPrintOperation.m * Source/NSPrintOperation.m (_print): Fix read of uninitialized 2011-12-31 22:37:55 +00:00
NSPrintPanel.m * Source/NSPrintPanel.m: 2011-12-15 18:31:34 +00:00
NSProgressIndicator.m * Source/NSProgressIndicator.m (-encodeWithCoder:, initWithCoder:) 2011-10-06 08:47:59 +00:00
NSResponder.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSRulerMarker.m Removed dead assignments found by static code analyser. 2011-03-13 15:26:20 +00:00
NSRulerView.m * Source/GSGuiPrivate.h: New rounding rounding function 2011-07-12 21:12:22 +00:00
NSSavePanel.m * Source/NSSavePanel.m (-browser:createRowsForColumn:inMatrix:): 2011-12-22 19:08:47 +00:00
NSScreen.m * Source/NSScreen.m (-userSpaceScaleFactor): Use the DPI 2011-07-30 20:44:06 +00:00
NSScroller.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
NSScrollView.m * Source/NSScrollView.m (-encodeWithCoder:, -initWithCoder:): 2011-10-15 20:29:02 +00:00
NSSearchField.m Some coding standard changes for NSSearchField 2010-12-27 13:44:18 +00:00
NSSearchFieldCell.m remove c99-ism 2011-03-28 13:48:29 +00:00
NSSecureTextField.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
NSSegmentedCell.m Lots of minimal changes. 2011-07-23 13:43:33 +00:00
NSSegmentedControl.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSSelection.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSShadow.m Yet another bit of #include -> #import replacement. Replace includes of Foundation.h. 2010-03-25 09:11:50 +00:00
NSSlider.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSSliderCell.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSSound.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
NSSpeechSynthesizer.m add missing import 2011-03-28 14:04:25 +00:00
NSSpellChecker.m * Source/NSSpellChecker.m: Use NSLog rather than a popup alert when the spell 2011-09-07 19:56:36 +00:00
NSSplitView.m Declare a few MacOSX 10.5 methods and make 2011-05-27 08:35:24 +00:00
NSStepper.m Move stepper drawing code into GSTheme. 2009-11-09 13:01:48 +00:00
NSStepperCell.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
NSStringDrawing.m Reinstate Fred's change with the additional correction to the string 2011-12-02 21:36:58 +00:00
NSTableColumn.m Clean up last change. 2011-10-31 16:58:27 +00:00
NSTableHeaderCell.m Don't wrap text in table view headers by default. Partially fixes #30020. 2011-03-09 09:00:46 +00:00
NSTableHeaderView.m * Source/NSTableHeaderView.m (-initWithCoder:): Remove unneeded 2011-12-18 23:57:39 +00:00
NSTableView.m * Source/NSTableView.m (-_isCellEditableColumn:row:): Tweak 2011-12-19 00:18:58 +00:00
NSTabView.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSTabViewItem.m Create a default content view for new tab view items. 2011-02-14 21:51:08 +00:00
NSText.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextAttachment.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextBlock.m Removed dead assignments found by static code analyser. 2011-03-13 15:26:20 +00:00
NSTextContainer.m Reinstate Fred's change with the additional correction to the string 2011-12-02 21:36:58 +00:00
NSTextField.m Lots of minimal changes. 2011-07-23 13:43:33 +00:00
NSTextFieldCell.m Yet another set of #include -> #import replacement. 2010-03-31 08:14:50 +00:00
NSTextList.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextStorage.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextTable.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextTableBlock.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextView.m Change the default text container inset for NSTextView to (0,0) to 2011-12-29 22:16:50 +00:00
NSTextView_actions.m Implement NSTextView -deleteToEndOfParagraph:, which was introduced in 2011-06-26 09:20:01 +00:00
NSTokenField.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTokenFieldCell.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSToolbar.m Removed a few compiler warnings found by gcc 4.6 2011-12-22 09:16:04 +00:00
NSToolbarFrameworkPrivate.h * Source/GSNibLoading.m: 2011-11-18 20:15:53 +00:00
NSToolbarItem.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSToolbarItemGroup.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSUserDefaultsController.m * Source/NSUserDefaultsController.m 2011-11-13 16:43:26 +00:00
NSView.m Undo last change as it broke Graphos printing 2011-12-23 21:22:41 +00:00
NSViewController.m Lots of minimal changes. 2011-07-23 13:43:33 +00:00
NSWindow.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSWindowController.m Move code to set the window frame autosave name of a window 2011-01-24 22:05:36 +00:00
NSWorkspace.m Add a few MacOSX methods with dummy implementations. 2011-06-11 15:48:08 +00:00
tiff.m * Source/tiff.m: 2011-04-21 22:19:06 +00:00
win32-def.top Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
win32-entry.c Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00