libs-gui/Source
Gregory John Casamento 0f5697ae8d Add NSAnimationContext skeleton code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/bitmarkets_changes@38636 72102866-910b-0410-8b05-ffd578937521
2015-06-14 21:38:17 +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 Fix bug in last commit where I removed a duplicate entry, but the 2014-06-09 10:43:20 +00:00
Functions.m * Source/Functions.m (NSFrameRectWithWidth): Use one pixel width 2013-12-01 20:58:06 +00:00
GNUmakefile Add NSAnimationContext skeleton code. 2015-06-14 21:38:17 +00:00
GNUmakefile.postamble * Update release notes to prepare for upcoming release. 2013-12-23 16:57:18 +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 Fix last revert. 2015-02-24 06:14:50 +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 A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +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 * Source/GSGormLoading.m (GSWindowTemplate initWithCoder:): 2014-07-24 21:09:05 +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 * Headers/AppKit/NSTextAttachment.h 2014-02-23 21:07:20 +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 * Headers/Additions/GNUstepGUI/GSModelLoaderFactory.h, 2013-12-01 12:26:12 +00:00
GSNibLoader.m Fix clang compiler warnings as reported by Sebastian Reitenbach 2012-01-23 14:27:58 +00:00
GSNibLoading.m * Source/NSParagraphStyle.m (+defaultParagraphStyle): Comment 2014-11-04 21:22:26 +00:00
GSPDFPrintOperation.m * Source/GSPDFPrintOperation.m: Update -_print and -deliverResult 2013-02-28 09:40:36 +00:00
GSPrinting.m Add print panels to theme. 2015-02-01 20:46:37 +00:00
GSPrintOperation.m Removed dead assignments found by static code analyser. 2011-03-13 15:26:20 +00:00
GSServicesManager.m * Source/GSServicesManager.m: Call the more modern 2013-11-01 20:34:29 +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 * Source/GSTextStorage.m 2015-01-31 18:19:29 +00:00
GSTheme.m * Source/GSThemePrivate.h: 2013-10-16 05:14:32 +00:00
GSThemeDrawing.m * Source/GSThemeDrawing.m (-drawTableViewRow:clipRect:inView:): 2014-01-26 22:01:07 +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
GSThemePrintPanels.m Move declarations of GSPrintPanel and GSPageLayout to theme and remove uneeded classes since they are not used and only override allocWithZone:. 2015-02-03 20:26:10 +00:00
GSThemePrivate.h * Source/GSThemePrivate.h: 2013-10-16 05:14:32 +00:00
GSThemeTools.m * Source/GSThemeDrawing.m: 2013-10-16 07:19:45 +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 2013-04-02 Frank Le Grand <frank.legrand@testplant.com> 2014-04-02 20:55:19 +00:00
GSToolbarView.m Use protocol not class for NSMenuItem 2015-01-05 14:01:47 +00:00
GSToolTips.h Fix implementation of tracking rectangles to use the coordinate system 2012-10-06 19:42:56 +00:00
GSToolTips.m revert last commits. 2015-02-23 23:26:23 +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 * Source/GSWindowDecorationView.m (-changeWindowHeight:): Add 2014-07-04 18:10:38 +00:00
GSXibElement.m Addition of XIBObject base class for handling objects parsed out of the XIB file. 2014-04-16 21:29:08 +00:00
GSXibLoader.m A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
GSXibLoading.m Add object container. 2014-03-25 08:07:54 +00:00
GSXibObjectContainer.m Add object container. 2014-03-25 08:07:54 +00:00
GSXibParser.m Addition of XIBObject base class for handling objects parsed out of the XIB file. 2014-04-16 21:29:08 +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 Better support for setting errors inside -dataOfType:error: and -readFromData:ofType:error:. 2015-05-10 19:10:56 +00:00
NSAnimation.m A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSAnimationContext.m Add NSAnimationContext skeleton code. 2015-06-14 21:38:17 +00:00
NSApplication.m * Source/NSSavePanel.m: Fix problem with the title shown in 2015-03-27 21:33:24 +00:00
NSArrayController.m * Source/NSCollectionView.m (-tile): Prevent _numberOfColumns 2015-03-08 22:23:06 +00:00
NSAttributedString.m * Source/NSAttributedString.m (-fixFontAttributeInRange:): Don't 2014-01-11 18:09:54 +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 * Source/NSBitmapImageRep+GIF.m: Handle EGifOpen similar to 2015-05-28 21:44:19 +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 Transform 0..255 compression factor to 0..1 quality to match Cocoa specs 2014-05-21 14:52:09 +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: Better cleanup on error. 2013-10-20 20:41:52 +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 (-copyWithZone): Changed the call 2015-01-23 17:16:08 +00:00
NSBox.m floor rects 2015-01-05 14:24:28 +00:00
NSBrowser.m * Source/NSBrowser.m (-selectionIndexPaths): Actually do the correction. 2013-11-24 11:08:02 +00:00
NSBrowserCell.m * Source/NSBrowserCell.m (-drawInteriorWithFrame:inView:): Don't 2013-09-27 13:10:23 +00:00
NSBundleAdditions.m * Headers/Additions/GNUstepGUI/GSModelLoaderFactory.h, 2013-12-01 12:26:12 +00:00
NSButton.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSButtonCell.m * ChangeLog: Correct version number in last commit. 2015-05-22 20:41:31 +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 A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSCell.m * Source/NSCell.m (-copyWithZone:): Fix copy and paste error. 2015-02-20 22:41:31 +00:00
NSClipView.m * Source/NSClipView.m (-setBounds:, -setBoundsSize:): Use 2013-12-08 14:16:17 +00:00
NSCollectionView.m * Source/NSCollectionView.m (-newItemForRepresentedObject:): 2015-03-12 22:13:42 +00:00
NSCollectionViewItem.m * Source/NSCollectionView.m (-newItemForRepresentedObject:): 2015-03-12 22:13:42 +00:00
NSColor.m * Headers/AppKit/NSColor.h, 2015-04-02 22:54:42 +00:00
NSColorList.m * Headers/AppKit/NSColor.h, 2015-04-02 22:54:42 +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 last revert. 2015-02-24 06:14:50 +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 Add class method +count in NSCursor to handle cursors on Windows. 2015-03-12 05:34:08 +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 Better support for setting errors inside -dataOfType:error: and -readFromData:ofType:error:. 2015-05-10 19:10:56 +00:00
NSDocumentController.m * Source/NSDocumentFrameworkPrivate.h, 2014-12-08 16:03:49 +00:00
NSDocumentFrameworkPrivate.h * Source/NSDocumentFrameworkPrivate.h, 2014-12-08 16:03:49 +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 A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSFileWrapper.m Add some OSX 10.6 methods. 2013-10-17 21:05:15 +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 * Source/NSFontPanel.m 2014-01-26 12:01:38 +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 abs() -> fabs() 2015-05-26 17:57:19 +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 (-lockFocusOnRepresentation:): Allow image 2014-10-05 19:59:37 +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 * Source/NSImageView.m (-initWithCoder:): Set default for 2015-03-10 23:16:44 +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 * Source/GSTextStorage.m 2015-01-31 18:19:29 +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 return value for NSMenu itemAtIndex change from 2015-05-26 17:11:17 +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:): Use 2013-10-25 22:34:18 +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 * Images/NSRemoveTemplate.tiff: Add file. 2015-03-15 23:31:43 +00:00
NSPageLayout.m Allow override of the print panels from the theme or from the printing bundle. 2015-02-02 23:39:08 +00:00
NSPanel.m First set of NSInteger/NSUInteger cleanup in gui. 2013-01-27 20:28:35 +00:00
NSParagraphStyle.m * Source/NSParagraphStyle.m (-description): Add method. 2014-12-08 10:51:39 +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 Fix to load PPD files. 2015-03-08 06:02:38 +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 A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +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 * Source/NSSavePanel.m: Fix problem with the title shown in 2015-03-27 21:33:24 +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 * Source/GSThemeDrawing.m (-drawScrollViewRect:inView:): Use 2013-12-03 21:37:41 +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/GSTextStorage.m 2015-01-31 18:19:29 +00:00
NSSplitView.m A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSStatusBar.m Add code by Nikolaus Schaller <hns@computer.org>, reformatted and 2013-08-17 13:39:16 +00:00
NSStatusItem.m * Headers/AppKit/NSStatusItem.h 2014-05-30 12:28:59 +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 * Headers/AppKit/NSTableView.h, 2014-12-08 15:08:53 +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 * Headers/AppKit/NSTextAttachment.h 2014-02-23 21:07:20 +00:00
NSTextBlock.m A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSTextContainer.m Remove some extra parameters from debug outputs 2015-05-26 17:08:41 +00:00
NSTextField.m * Source/GSXibLoader.m (-awake:inContainer:withContext:): Allow 2014-05-03 21:45:47 +00:00
NSTextFieldCell.m Yet another set of #include -> #import replacement. 2010-03-31 08:14:50 +00:00
NSTextList.m * Source/NSParagraphStyle.m, 2014-10-25 17:59:36 +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 * Source/NSTextView.m: Fix bizarre behavior with undo/redo 2015-01-11 21:53:19 +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 A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSToolbarItemGroup.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTrackingArea.m * configure.ac: Try to improve the ICU detection. 2013-11-22 22:44:37 +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 Remove some extra parameters from debug outputs 2015-05-26 17:08:41 +00:00
NSViewController.m * Source/NSCollectionView.m (+initialize): Add binding for 2015-03-06 22:40:27 +00:00
NSViewPrivate.h Improve keyboard navigation by automatically computing a key view loop 2012-10-04 09:20:08 +00:00
NSWindow.m abs() -> fabs() 2015-05-26 17:57:19 +00:00
NSWindowController.m * Source/NSWindowController.m (-setWindow:): Clear the window 2014-02-05 22:55:53 +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: Correct check for old libtiff version based on 2015-01-23 13:29:38 +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