libs-gui/Source
ericwa 240f754c33 * Headers/Additions/GNUstepGUI/GSTheme.h: Remove GSScrollViewBottomCorner
part name, instead themes should just provide a part called NSScrollView.

	Add -scrollViewScrollersOverlapBorders method.

	* Source/GSTheme.m: Remove GSScrollViewBottomCorner part name.
	* Source/GSThemeDrawing.m: Add -scrollViewScrollersOverlapBorders.
	* Source/GSThemeDrawing.m (-drawBrowserRect:...): If
	-scrollViewScrollersOverlapBorders is enabled, fill the browser background
	with the NSScrollView tile.
	* Source/GSThemeDrawing.m (-drawScrollViewRect:...): If
	-scrollViewScrollersOverlapBorders is enabled, fill the scroll view background
	with the NSScrollView tile.
	* Source/NSScroller.m (-rectForPart:): Change the meaning of the
	GSScrollerKnobOvershoot default so the knob only overlaps the buttons
	by this much (rather than both ends of the track). Turns out this is more
	useful for themes.
	* Source/NSScrollView.m (-tile): Add support for
	-[GSTheme scrollViewScrollersOverlapBorders]
	* Source/NSBrowser.m (-tile): Add support for
	-[GSTheme scrollViewScrollersOverlapBorders] and
	-[GSTheme scrollViewUseBottomCorner]

	The overall point of these additions is to support NSScrollView and
	NSBrowser looking like: http://jesseross.com/clients/gnustep/ui/concepts/


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37238 72102866-910b-0410-8b05-ffd578937521
2013-10-15 23:26:51 +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 * Headers/AppKit/NSPopover.h, 2013-04-21 21:32:36 +00:00
Functions.m Improve NSDrawThreePartImage implementation 2013-07-03 22:03:59 +00:00
GNUmakefile 2013-09-18 18:17-EDT Gregory John Casamento <greg.casamento@gmail.com> 2013-09-18 22:19:12 +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
GSAutocompleteWindow.h Add autocomplete in NSTextView. 2013-06-19 18:40:28 +00:00
GSAutocompleteWindow.m Check the scrollview style to display the autocomplete window. 2013-09-29 07:14:01 +00:00
GSBindingHelpers.h * Headers/AppKit/NSKeyValueBinding.h, 2012-03-12 12:24:17 +00:00
GSCharacterPanel.m Reworked version of patches by Marcian Lytwyn 2012-12-16 22:51:23 +00:00
GSDisplayServer.m * Headers/Additions/GNUstepGUI/GSDisplayServer.h 2013-08-30 11:27:10 +00:00
GSDragView.m Fix compiler warnings reported by 2013-02-18 20:29:10 +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: Add missing ASSIGN 2012-01-10 18:39:34 +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 * Source/GSHorizontalTypesetter.m: Change floats into CGFloats to 2013-03-05 22:33:57 +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 (value_from_info_plist_for_key): Use 2012-10-12 15:19:29 +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 Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
GSMemoryPanel.m Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +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 Fix clang compiler warnings as reported by Sebastian Reitenbach 2012-01-23 14:27:58 +00:00
GSNibLoading.m * Source/GSNibLoading.m: Remove method [NSKeyedUnarchiver 2013-05-13 21:01:47 +00:00
GSPDFPrintOperation.m * Source/GSPDFPrintOperation.m: Update -_print and -deliverResult 2013-02-28 09:40:36 +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 Do not call openFile: if only one file is supplied, as noted in 10.3 release notes. 2012-08-07 16:10:27 +00:00
GSSlideView.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSSlideView.m Resolve clang warnings about wrong format specifiers for NSLog. 2013-02-14 08:58:05 +00:00
GSStandardWindowDecorationView.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 00:08:33 +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 * Headers/Additions/GNUstepGUI/GSTheme.h: Remove GSScrollViewBottomCorner 2013-10-15 23:26:51 +00:00
GSThemeDrawing.m * Headers/Additions/GNUstepGUI/GSTheme.h: Remove GSScrollViewBottomCorner 2013-10-15 23:26:51 +00:00
GSThemeInspector.m * Source/GSThemeInspector.m: Add missing include. 2012-02-01 18:42:10 +00:00
GSThemeMenu.m Revert last change and implement a better solution. 2013-09-27 04:33:30 +00:00
GSThemeOpenSavePanels.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSThemePanel.m centerScanRect button to avoid blurring 2012-02-01 22:07:41 +00:00
GSThemePrivate.h * Source/GSThemeTools.m (-initWithNinePatchImage:): Parse the 2013-10-12 18:24:33 +00:00
GSThemeTools.m * Source/GSThemeTools.m (-initWithNinePatchImage:): Parse the 2013-10-12 18:24:33 +00:00
GSTitleView.m * Source/GSTitleView.m: Use the GSTheme 2013-10-07 06:23:02 +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 Fix implementation of tracking rectangles to use the coordinate system 2012-10-06 19:42:56 +00:00
GSToolTips.m Remove commented out old code. 2013-03-20 22:15:26 +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 More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 00:08:33 +00:00
GSXibLoader.m * Source/GSXibLoader.m: Add -replaceObject:withObject: method. 2013-04-23 21:40:34 +00:00
GSXibLoading.m * Source/GSXibLoader.m: Add _preProcessXib: method to perform 2012-08-31 16:27:06 +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 Correct coding/decoding after type changes. 2013-02-17 16:53:48 +00:00
NSAffineTransform.m Change DPS/PS functions to CGFloat and NSInteger. 2013-02-05 19:18:49 +00:00
NSAlert.m Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
NSAnimation.m warning fix 2013-09-17 09:39:47 +00:00
NSApplication.m * Source/NSCollectionView.m (-_moveUpAndExpandSelection:): 2013-04-21 16:57:58 +00:00
NSArrayController.m * Headers/AppKit/NSKeyValueBinding.h, 2013-04-15 20:20:38 +00:00
NSAttributedString.m * Source\NSAttributedString.m (-fixFontAttributeInRange:): In 2013-08-30 15:30:22 +00:00
NSBezierPath.m * Source/NSBezierPath.m (-elementAtIndex:associatedPoints:): Fix 2013-03-08 08:59:18 +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 Prepare for additional argument to function DGifOpen in newer libgif versions. 2013-09-13 15:50:05 +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 2013-02-21 08:53:31 +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 Correct problems found by valgrind. 2013-02-22 15:39:29 +00:00
NSBox.m * Source/GSThemeDrawing.m (-drawBoxInClipRect:...): 2013-10-08 23:42:30 +00:00
NSBrowser.m * Headers/Additions/GNUstepGUI/GSTheme.h: Remove GSScrollViewBottomCorner 2013-10-15 23:26:51 +00:00
NSBrowserCell.m * Source/NSBrowserCell.m (-drawInteriorWithFrame:inView:): Don't 2013-09-27 13:10:23 +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 * Source/NSButtonCell.m: 2013-10-15 18:41:17 +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 Change DPS/PS functions to CGFloat and NSInteger. 2013-02-05 19:18:49 +00:00
NSCell.m * Source/NSCell.m (-highlight:withFrame:inView:): 2013-09-28 21:38:29 +00:00
NSClipView.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 00:49:04 +00:00
NSCollectionView.m * Source/NSCollectionView.m (-_moveUpAndExpandSelection:): 2013-04-21 16:57:58 +00:00
NSCollectionViewItem.m * Source/NSTableView.m (-selectedColumnIndexes, 2013-04-21 13:28:47 +00:00
NSColor.m * Source/NSColor.m: 2013-10-04 07:18:27 +00:00
NSColorList.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSColorPanel.m * Source/NSColorPanel.m (-_magnify:): Use a local auto release 2013-05-11 20:32:20 +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 (-drawRect:): Remove incorrect intersection 2013-10-12 04:48:04 +00:00
NSComboBox.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 00:49:04 +00:00
NSComboBoxCell.m Fix memory leak in GSComboWindow. 2013-06-22 22:47:35 +00:00
NSControl.m Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
NSController.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSCursor.m * Source/NSCursor.m (-mouseEntered:, -mouseExited:): 2013-08-27 21:00:42 +00:00
NSCustomImageRep.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSDataLink.m Fixed different issues spotted by the static code analysis. 2011-03-06 22:58:56 +00:00
NSDataLinkManager.m Commit minor changes to NSDataLink. 2012-09-11 04:05:33 +00:00
NSDataLinkPanel.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSDocument.m Set save panel accessory view before calling -prepareSavePanel: to 2012-11-12 08:14:03 +00:00
NSDocumentController.m be ready for coming osx compatibility fix in base 2012-08-10 08:33:03 +00:00
NSDocumentFrameworkPrivate.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSDrawer.m First set of NSInteger/NSUInteger cleanup in gui. 2013-01-27 20:28:35 +00:00
NSEPSImageRep.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSEvent.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSFileWrapper.m be ready for coming osx compatibility fix in base 2012-08-10 08:33:03 +00:00
NSFont.m * Headers/AppKit/NSTextContainer.h, 2013-01-19 18:22:45 +00:00
NSFontDescriptor.m Small consistency updates. 2012-06-23 15:09:08 +00:00
NSFontManager.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSFontPanel.m * Headers/AppKit/NSBrowser.h 2013-01-30 22:13:32 +00:00
NSForm.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSFormCell.m Add -resetCursorRect:inView: in NSFormCell.m 2013-05-14 18:39:36 +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 Change DPS/PS functions to CGFloat and NSInteger. 2013-02-05 19:18:49 +00:00
NSHelpManager.m Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
NSHelpPanel.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
nsimage-tiff.h * Source/tiff.m: 2011-04-21 22:19:06 +00:00
NSImage.m * Source/NSImage.m: Better protection against representation being nil. 2013-09-29 16:37:59 +00:00
NSImageCell.m * Source/NSImageCell.m (-drawInteriorWithFrame:inView:): Only 2012-01-31 02:27:18 +00:00
NSImageRep.m * Source/NSImage.m: Missing -retain inside the method 2013-09-23 17:12:25 +00:00
NSImageView.m * Headers/AppKit/NSImageView.h, 2012-01-18 21:03:37 +00:00
NSInputManager.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 21:37:29 +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 * Headers/AppKit/NSKeyValueBinding.h, 2012-03-12 12:24:17 +00:00
NSLayoutManager.m NSLayoutManager: advancementbuf[0] was not being filled. Most backends, including cairo, ignore advancements, so the bug was not immediately apparent until opal backend started using the advancements. 2013-09-17 21:58:21 +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 Change NSEvent to CGFloat, NSUInteger and NSInteger. 2013-02-13 08:40:36 +00:00
NSMenu.m Use arrow cursor in transient menus. 2013-07-12 05:03:34 +00:00
NSMenuItem.m Correct coding/decoding after type changes. 2013-02-17 16:53:48 +00:00
NSMenuItemCell.m * Source/NSButtonCell.m: 2013-10-15 18:41:17 +00:00
NSMenuView.m * Source/NSMenuView.m (heightForItem:, yOriginForItem:): 2013-10-03 00:35:27 +00:00
NSMovie.m * Source/NSEvent.m, 2013-03-17 19:53:50 +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 Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
NSObjectController.m * Headers/AppKit/NSTreeController.h, 2013-08-19 19:10:22 +00:00
NSOpenGLContext.m * TextConverters/RTF/RTFProducer.m (-_addAttributesString:): 2012-08-07 20:50:45 +00:00
NSOpenGLPixelFormat.m * Headers/AppKit/NSOpenGL.h, 2012-12-26 19:19:50 +00:00
NSOpenGLView.m * Headers/AppKit/NSOpenGL.h, 2012-12-26 19:19:50 +00:00
NSOpenPanel.m * Headers/AppKit/NSTableView.h: Add _isValidating 2012-09-11 04:16:51 +00:00
NSOutlineView.m * Source/NSViewController.m: Retain the view. 2013-03-17 22:36:34 +00:00
NSPageLayout.m * Headers/AppKit/NSPageLayout.h 2013-02-08 17:50:25 +00:00
NSPanel.m First set of NSInteger/NSUInteger cleanup in gui. 2013-01-27 20:28:35 +00:00
NSParagraphStyle.m bump version of NSParagraphStyle, and fix the decoder 2013-05-17 15:50:53 +00:00
NSPasteboard.m * Source/NSPasteboard.m (NSURL-writeToPasteboard:): Revert the 2012-04-24 16:54:53 +00:00
NSPopover.m * Headers/AppKit/NSPopover.h: correct delegate method 2013-04-24 09:25:56 +00:00
NSPopUpButton.m * Headers/AppKit/NSKeyValueBinding.h, 2013-04-15 20:20:38 +00:00
NSPopUpButtonCell.m * Source/NSButtonCell.m: 2013-10-15 18:41:17 +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 Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
NSProgressIndicator.m Add the timers for NSModalPanelRunLoopMode as well. 2013-02-22 11:28:06 +00:00
NSResponder.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSRulerMarker.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSRulerView.m Correct coding/decoding after type changes. 2013-02-17 16:53:48 +00:00
NSSavePanel.m * Headers/AppKit/NSSavePanel.h, 2013-08-12 18:10:38 +00:00
NSScreen.m Merged changes from gnustep_testplant_branch branch and cleaned them up 2012-08-17 13:16:12 +00:00
NSScroller.m * Headers/Additions/GNUstepGUI/GSTheme.h: Remove GSScrollViewBottomCorner 2013-10-15 23:26:51 +00:00
NSScrollView.m * Headers/Additions/GNUstepGUI/GSTheme.h: Remove GSScrollViewBottomCorner 2013-10-15 23:26:51 +00:00
NSSearchField.m Some coding standard changes for NSSearchField 2010-12-27 13:44:18 +00:00
NSSearchFieldCell.m Handle correctly the mouse cursor in NSSearchField. 2013-05-06 22:58:46 +00:00
NSSecureTextField.m * Source/NSSecureTextField.m: Add GSSimpleSecureGlyphGenerator and 2012-01-24 10:40:13 +00:00
NSSegmentedCell.m Correct coding/decoding after type changes. 2013-02-17 16:53:48 +00:00
NSSegmentedControl.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 00:08:33 +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 More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 22:44:47 +00:00
NSSliderCell.m * Source/NSSliderCell.m (-drawKnob:): Don't fill the knob 2013-10-14 04:16:30 +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 silence more warnings 2013-09-17 23:19:12 +00:00
NSStatusBar.m Add code by Nikolaus Schaller <hns@computer.org>, reformatted and 2013-08-17 13:39:16 +00:00
NSStatusItem.m Add code by Nikolaus Schaller <hns@computer.org>, reformatted and 2013-08-17 13:39:16 +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 * Source/NSStringDrawing.m(is_size_match): Disable matches 2013-01-06 21:49:59 +00:00
NSTableColumn.m * Source/NSTableColumn.m (-initWithCoder:): Make columns 2013-03-08 11:51:51 +00:00
NSTableHeaderCell.m * Headers/Additions/GNUstepGUI/GSTheme.h: 2013-10-04 02:23:16 +00:00
NSTableHeaderView.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 22:44:47 +00:00
NSTableView.m * Source/NSTableView.m (-tile): Check the GSScrollViewNoInnerBorder 2013-10-15 20:33:46 +00:00
NSTabView.m * Headers/Additions/GNUstepGUI/GSTheme.h: Add -tabViewContentRectForBounds: 2013-10-15 07:27:44 +00:00
NSTabViewItem.m * Source/NSTabViewItem.m (-drawLabel:inRect:): Center label vertically 2013-10-15 07:08:01 +00:00
NSText.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 21:37:29 +00:00
NSTextAttachment.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextBlock.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 22:44:47 +00:00
NSTextContainer.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 22:44:47 +00:00
NSTextField.m Merged changes from gnustep_testplant_branch branch and cleaned them up 2012-08-17 13:16:12 +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 Merge selected changes from testplant branch. 2012-10-13 18:43:38 +00:00
NSTextTable.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 22:44:47 +00:00
NSTextTableBlock.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTextView.m Add autocomplete in NSTextView. 2013-06-19 18:40:28 +00:00
NSTextView_actions.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 21:37:29 +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 * Source/GSThemeDrawing.m (-toolbarBorderColor): Change default to 2012-03-22 23:11:44 +00:00
NSToolbarFrameworkPrivate.h Fix clang compiler warnings as reported by Sebastian Reitenbach 2012-01-23 14:27:58 +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
NSTrackingArea.m 2013-09-18 18:17-EDT Gregory John Casamento <greg.casamento@gmail.com> 2013-09-18 22:19:12 +00:00
NSTreeController.m * Headers/AppKit/NSTreeController.h, 2013-08-19 19:10:22 +00:00
NSTreeNode.m * Headers/AppKit/NSTreeController.h, 2013-08-19 19:10:22 +00:00
NSUserDefaultsController.m * Source/NSUserDefaultsController.m 2011-11-13 16:43:26 +00:00
NSView.m fixes for bug reported by marcus 2013-07-04 07:54:52 +00:00
NSViewController.m * Source/NSViewController.m: Retain the view. 2013-03-17 22:36:34 +00:00
NSViewPrivate.h Improve keyboard navigation by automatically computing a key view loop 2012-10-04 09:20:08 +00:00
NSWindow.m Fix last commit. 2013-10-09 19:45:55 +00:00
NSWindowController.m * Source/GSXibLoader.m (GSXibKeyedUnarchiver -_preProcessXib:): 2013-02-14 09:22:56 +00:00
NSWorkspace.m Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +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