libs-gui/Source
2023-01-30 10:48:03 -05:00
..
.cvsignore
CompatibilityHeaders.make Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
DocMakefile Minor change: Add all new headers to DocMakefile 2022-02-21 14:22:47 -05:00
externs.m Add defines for export of classes to DLL when building on WIndows 2022-09-29 12:09:13 -04:00
Functions.m Quick fix. Remove unecessary warning about storyboard in NSApplicationMain function 2021-04-23 07:04:47 -04:00
GNUmakefile Add collectionview layout subclasses 2023-01-30 10:48:02 -05:00
GNUmakefile.postamble * Update release notes to prepare for upcoming release. 2013-12-23 16:57:18 +00:00
GNUmakefile.preamble Allow GUI to build when base has been configured without libxml2 2015-11-01 23:09:40 +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 tabview enum to header, fix signture issue. 2021-10-13 08:26:37 -04:00
GSAutocompleteWindow.m match delegates to actual Apple signature 2021-10-11 01:39:08 +02:00
GSAutoLayoutVFLParser.h Address feedback on GSAutoLayoutVFLParser 2022-11-12 12:09:29 +11:00
GSAutoLayoutVFLParser.m Fix GCC compiler warnings for GSAutoLayoutVFLParser.m 2022-11-22 08:21:05 +11:00
GSBindingHelpers.h * Source/NSControl.m (-textDidChange:): If there is a binding with 2021-03-27 21:20:28 +01:00
GSCharacterPanel.m fix compilation with ICU 68 2020-12-21 16:35:10 +01:00
GSCodingFlags.h Document purpose and origin of coding flags. 2019-12-31 18:33:50 +01:00
GSDisplayServer.m hidewindow methods was renamed to hideApplication. 2019-04-06 22:36:56 +03:00
GSDragView.m * Source/GSDragView.m (_setCursor): Do not hold cursors array - 2019-04-17 17:44:54 +03: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 Add missing import. 2020-03-21 15:48:25 +01:00
GSGhostscriptImageRep.m * Source/GSGhostscriptImageRep.m: Add missing ASSIGN 2012-01-10 18:39:34 +00:00
GSGModelLoader.m Use [GSModelLoaderFactory modelLoaderForData:] to generically implement methods that unarchive a model purely from data since we cannot use the file extension to determine which loader to instantiate. 2021-04-24 08:51:32 -04:00
GSGormLoader.m Use [GSModelLoaderFactory modelLoaderForData:] to generically implement methods that unarchive a model purely from data since we cannot use the file extension to determine which loader to instantiate. 2021-04-24 08:51:32 -04:00
GSGormLoading.m * Source/GSGormLoading.m (GSWindowTemplate initWithCoder:): 2014-07-24 21:09:05 +00:00
GSGuiPrivate.h Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
GSHbox.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
GSHelpAttachment.m Fix minor issues with move of NSFileWrapper 2019-09-11 12:31:38 -04:00
GSHelpManagerPanel.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
GSHorizontalTypesetter.m Updating documentation for the upcoming 0.29.0 release. 2021-01-16 20:37:24 +01: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 Added version checks for ImageMagick 7, to be safe! 2021-09-28 02:50:18 +02: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 * Headers/Additions/GNUstepGUI/GSLayoutManager.h, 2022-11-05 21:01:53 +01:00
GSMemoryPanel.m Fix all current compiler warnings on FreeBSD/x86-64. 2013-01-30 09:48:54 +00:00
GSModelLoaderFactory.m Add interface and abstract implementation of modelLoaderForData: 2021-04-24 06:06:45 -04:00
GSNibLoader.m Use [GSModelLoaderFactory modelLoaderForData:] to generically implement methods that unarchive a model purely from data since we cannot use the file extension to determine which loader to instantiate. 2021-04-24 08:51:32 -04:00
GSNibLoading.m Move toolbar ivar from NSWindowTemplate5 to NSWindowTemplate. 2020-01-22 20:29:19 +01: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 Refactor resize bar notch width to be a constant and private inside GSTheme, making it accessible through -[GSTheme resizebarNotchWidth]. 2022-03-31 23:43:52 +02:00
GSStoryboardTransform.h Fix compiler warnings mit gcc. 2020-08-07 19:44:13 +02:00
GSStoryboardTransform.m Use enum for behavior 2020-07-28 07:44:47 -04:00
GSTable.m Correct issues with missing or incorrect self 2011-03-14 22:59:20 +00:00
GSTextFinder.h Change GSTextFinder parent class back to NSObject, start implementing NSTextFinder in terms of GSTextFinder. 2020-08-04 06:52:54 -04:00
GSTextFinder.m * Source/GSTextFinder.m: Fix Ignore Case option to work. 2015-08-26 21:10:12 +00:00
GSTextStorage.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSTextStorage.m Fix some clang static analyser warnings reported by 2017-04-16 11:54:21 +00:00
GSTheme.m Theme alteration for Riccardo, plus some formatting tweaks 2015-11-01 15:38:47 +00:00
GSThemeDrawing.m Refactor resize bar notch width to be a constant and private inside GSTheme, making it accessible through -[GSTheme resizebarNotchWidth]. 2022-03-31 23:43:52 +02: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 revert GSThemeTools.m 2020-04-24 06:57:22 -04:00
GSThemeWindow.m Add more theme methods for theming windows. 2015-06-26 00:13:05 +00:00
GSTitleView.m * Source/GSTitleView.m (mouseDown:): add additional sanity checks 2020-02-03 02:22:27 +02:00
GSToolbarCustomizationPalette.h Replace #include -> #import 2011-03-04 11:33:22 +00:00
GSToolbarCustomizationPalette.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
GSToolbarView.m Add fix to prevent iterating past the number of visible back views. 2021-10-27 15:00:38 -04:00
GSToolTips.h Fix implementation of tracking rectangles to use the coordinate system 2012-10-06 19:42:56 +00:00
GSToolTips.m Add extra pixels to tooltip 2021-10-27 11:59:39 -04: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
GSXib5KeyedUnarchiver.h Move _customClasses to GSXibKeyedUnarchiver and implement logic to build the _customClasses array for use in Gorm when loading the xib file. 2022-03-26 11:19:59 -04:00
GSXib5KeyedUnarchiver.m Fix issue with loading collectionview. Correct sprious calls to reloadData and tile method. Fix call back to delegate when item is clicked 2023-01-30 10:48:03 -05:00
GSXibElement.m * Source/NSControl.m (-textDidChange:): If there is a binding with 2021-03-27 21:20:28 +01:00
GSXibKeyedUnarchiver.m Move check of index in 'key' before the xpath call 2022-03-29 20:06:53 -04:00
GSXibLoader.m Use [GSModelLoaderFactory modelLoaderForData:] to generically implement methods that unarchive a model purely from data since we cannot use the file extension to determine which loader to instantiate. 2021-04-24 08:51:32 -04:00
GSXibLoading.m Add to the description of IBConnector so that it shows more detail. 2021-04-26 19:57:39 -04:00
linking.m Remove compiler warnings from clang. 2010-04-10 17:48:46 +00:00
NSAccessibility.m NSAccessibility: declare base Accessibility APIs 2017-07-25 22:33:12 +01:00
NSAccessibilityCustomAction.m * Source/NSImageCell.m, 2022-06-12 22:13:06 +02:00
NSAccessibilityCustomRotor.m Flesh out skeleton of NSAccessibility* classes. 2020-06-15 05:24:53 -04:00
NSAccessibilityElement.m Initial commit for NSAccessibilityCustom*.[hm] classes. 2020-06-15 04:12:35 -04:00
NSActionCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSAffineTransform.m Change DPS/PS functions to CGFloat and NSInteger. 2013-02-05 19:18:49 +00:00
NSAlert.m Fix NSAlert appearing without a button. New behavior sets 'OK' if none are set. 2020-07-20 23:11:19 -04:00
NSAnimation.m GC fixups by Josh Freeman 2016-03-28 06:17:35 +00:00
NSAnimationContext.m fix typo 2015-10-15 15:15:43 +00:00
NSAppearance.m Add dealloc 2020-01-19 16:11:06 -05:00
NSApplication.m Rollback last quickfix 2020-08-30 03:26:21 -04:00
NSArrayController.m HACK to get KVO to work on the array controller class. 2020-01-24 16:50:47 +01:00
NSAttributedString.m Add defines for export of classes to DLL when building on WIndows 2022-09-29 12:09:13 -04:00
NSBezierPath.m Fix address and license name in all files. 2019-12-09 18:45:15 -05: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 * Source/NSBitmapImageRep+ICNS.m (_imageRepsWithICNSData:): Try to 2019-02-26 21:31:11 +01: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 reapply checks about structs more carefully 2021-10-13 12:42:18 +02: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 16bit (#123) 2021-11-08 22:46:25 +01: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 16bit (#123) 2021-11-08 22:46:25 +01:00
NSBitmapImageRepPrivate.h Extract protocol into private header file and use it from both places. 2016-06-04 20:36:46 +00:00
NSBox.m Fix memory leak in NSBox 2022-02-11 16:09:35 -07:00
NSBrowser.m Check [bc isLoaded] before making window first responder 2021-11-18 13:17:56 -05:00
NSBrowserCell.m Remove uneeded class variables. 2015-06-27 04:00:05 +00:00
NSBundleAdditions.m Quick fix for compilation error 2022-01-12 01:45:49 -05:00
NSButton.m Remove unneeded import 2022-09-01 15:39:45 -04:00
NSButtonCell.m Move logic to detect if it's a radio button to NSButtonCell, also simplify logic to flip the button state and prevent switch to off if button is currently on and is a radio button. This is consistent with 10.7+ behavior 2022-09-01 09:22:45 -04: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
NSButtonTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSCachedImageRep.m A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSCandidateListTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSCIImageRep.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSClickGestureRecognizer.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSClipView.m * Source/NSClipView.m (-setBounds:, -setBoundsSize:): Use 2013-12-08 14:16:17 +00:00
NSCollectionView.m Implement selectAll:, deselectAll:, selectItemsAtIndex:..., deselectItemsAtIndexPaths: 2023-01-30 10:48:03 -05:00
NSCollectionViewCompositionalLayout.m Add collectionview layout subclasses 2023-01-30 10:48:02 -05:00
NSCollectionViewFlowLayout.m Add code to return the item properly from layoutAttributesForElementsInRect:, add missing NSCopying declaration to NSCollectionViewItem.h, minor cleanup in NSCollectionViewCompositionalLayout 2023-01-30 10:48:02 -05:00
NSCollectionViewGridLayout.m Change encode/init to use encode/decode functions to handle integers 2023-01-30 10:48:02 -05:00
NSCollectionViewItem.m Add indexpath methods 2023-01-30 10:48:02 -05:00
NSCollectionViewLayout.m Switch to using maptables to track some metadata bout items so that we can match items up when we need to find them by indexPath or point. Remove uneeded ivar from layout. Add call to delegate when selecting item 2023-01-30 10:48:03 -05:00
NSCollectionViewTransitionLayout.m Update flow layout. Fix decoding issue with Xib interpretation for NSCollectionViewLayout. 2023-01-30 10:48:02 -05:00
NSColor.m * Source/NSColor.m: Protect against theme colour list missing out 2020-10-04 22:39:39 +02:00
NSColorList.m * Headers/AppKit/NSColor.h, 2015-04-02 22:54:42 +00:00
NSColorPanel.m * Headers/AppKit/NSColorPanel.h: Change -alpha to CGFloat. 2016-11-21 22:33:53 +00:00
NSColorPicker.m few compiler warning fixes plus a lot of #import replacement. 2010-05-24 10:48:14 +00:00
NSColorPickerTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSColorSampler.m use AUTORELEASE 2020-03-20 04:54:02 -04:00
NSColorSpace.m Another bit of #include -> #import replacement. 2010-03-24 22:41:21 +00:00
NSColorWell.m * Source/NSColorPanel.m (-_initWithoutGModel): Correct target for 2016-11-21 20:54:13 +00:00
NSComboBox.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 00:49:04 +00:00
NSComboBoxCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSControl.m * Source/NSControl.m (-textDidChange:): If there is a binding with 2021-03-27 21:20:28 +01:00
NSController.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSCursor.m * Headers/AppKit/NSCursor.h: 2019-04-17 17:46:16 +03:00
NSCustomImageRep.m * Source/NSEvent.m, 2013-03-17 19:53:50 +00:00
NSCustomTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSDataAsset.m fix years 2020-01-19 20:43:49 -05: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
NSDatePicker.m Add minimal version of predicate editor copied over from mySTEP. 2020-01-07 21:25:21 +01:00
NSDatePickerCell.m Add minimal version of predicate editor copied over from mySTEP. 2020-01-07 21:25:21 +01:00
NSDockTile.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSDocument.m * Source/NSDocument.m (-revertToContentsOfURL:ofType:error:): Add 2018-03-30 17:01:12 +02:00
NSDocumentController.m Fix compilation error under gcc 2020-05-08 05:37:39 -04:00
NSDocumentFrameworkPrivate.h * Source/NSDocumentFrameworkPrivate.h, 2014-12-08 16:03:49 +00:00
NSDrawer.m Set size to size of the view that was added as the content view 2023-01-14 03:34:04 -05:00
NSEPSImageRep.m Removed all instances of include in new files. 2019-12-04 12:02:49 -05:00
NSEvent.m Add phase method forgotten in last commit. 2017-07-22 20:38:39 +02:00
NSFileWrapperExtensions.m Add missing file. 2019-09-14 09:31:22 -04:00
NSFont.m * Source/NSWindow.m (-initWithContentRect:...defer:): Call 2020-05-08 22:41:09 +02:00
NSFontAssetRequest.m Fix potential call of null block 2022-12-29 09:01:33 +00:00
NSFontCollection.m Add missing import. 2020-03-21 15:48:25 +01:00
NSFontDescriptor.m * Source/NSFontDescriptor.m: Correct key for encoding and decoding. 2020-02-09 20:19:51 +01: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
NSGestureRecognizer.m * Headers/AppKit/NSGestureRecognizer.h 2019-12-06 22:50:13 +01:00
NSGlyphGenerator.m Yet another bit of #include -> #import replacement. Replace includes of Foundation.h. 2010-03-25 09:11:50 +00:00
NSGlyphInfo.m Add comment to NSGlyphInfo 2021-10-15 11:35:48 -04:00
NSGradient.m abs() -> fabs() 2015-05-26 17:57:19 +00:00
NSGraphicsContext.m * Source/NSGraphicsContext.m (+graphicsContextWithGraphicsPort:flipped:): 2018-09-14 22:18:16 +02:00
NSGridView.m * Source/NSImageCell.m, 2022-06-12 22:13:06 +02:00
NSGroupTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSHelpManager.m if a Help viewer is found and the file is opened, do not beep 2021-05-07 02:46:45 +02:00
NSHelpPanel.m force origin to (0,0) as suggested by Fred for a Subview 2021-06-17 23:16:20 +02:00
nsimage-tiff.h 16bit (#123) 2021-11-08 22:46:25 +01:00
NSImage.m Clean up -[NSImage initWithCoder:], reduce amount of releases of self. 2017-12-07 19:07:43 +00:00
NSImageCell.m * Source/NSImageCell.m, 2022-06-12 22:13:06 +02:00
NSImageRep.m Working implementation of NSEPSImageRep 2019-12-02 14:23:08 -05:00
NSImageView.m * Source/NSImageView.m (-initWithCoder:): Set default for 2015-03-10 23:16:44 +00:00
NSInputManager.m * Source/NSInputManager.m: Add binding processing code for 2015-08-22 22:09:01 +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/NSControl.m (-textDidChange:): If there is a binding with 2021-03-27 21:20:28 +01:00
NSLayoutAnchor.m Add implementations to dimension 2020-07-09 00:57:36 -04:00
NSLayoutConstraint.m Address feedback on GSAutoLayoutVFLParser 2022-11-12 12:09:29 +11:00
NSLayoutGuide.m Add implementations to dimension 2020-07-09 00:57:36 -04:00
NSLayoutManager.m * Headers/Additions/GNUstepGUI/GSLayoutManager.h, 2019-12-10 19:23:04 +02:00
NSLevelIndicator.m Replace some occurences of int with NSInteger 2011-12-17 17:16:09 +00:00
NSLevelIndicatorCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSMagnificationGestureRecognizer.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSMatrix.m initialize colors as Fred suggested 2020-04-24 06:20:19 -04:00
NSMediaLibraryBrowserController.m Skeleton for NSMediaLibraryBrowserController 2020-04-14 09:58:45 -04:00
NSMenu.m * Source/NSMenu.m: Rename method on NSMenuPanel for the Wayland 2021-12-26 14:50:50 +01:00
NSMenuItem.m First set of changes based on pathces by Josh Freeman 2015-09-19 16:45:36 +00:00
NSMenuItemCell.m (drawKeyEquivalentWithFrame:inView:): use NCell's textColor instead of check 2019-04-10 12:08:33 +03:00
NSMenuView.m * Source/NSMenuView.m (-mouseDown:): Protect against _window going 2020-11-29 23:04:50 +01: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 Use [GSModelLoaderFactory modelLoaderForData:] to generically implement methods that unarchive a model purely from data since we cannot use the file extension to determine which loader to instantiate. 2021-04-24 08:51:32 -04: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 Remove now obsolete GSXibParser. 2019-12-09 14:22:33 +01:00
NSNibConnector.m Get master to guild again after breakage of last commit. 2020-01-19 17:21:51 +01:00
NSNibControlConnector.m Get master to guild again after breakage of last commit. 2020-01-19 17:21:51 +01:00
NSNibOutletConnector.m Get master to guild again after breakage of last commit. 2020-01-19 17:21:51 +01: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 NSOpenGLView.m: Fix docstring for -[NSOpenGLView initWithFrame:pixelFormat:]. 2018-07-08 12:43:29 +00:00
NSOpenPanel.m * Headers/AppKit/NSTableView.h: Add _isValidating 2012-09-11 04:16:51 +00:00
NSOutlineView.m Some int -> NSInteger and float -> CGFloat transitions. 2016-10-08 21:17:53 +00:00
NSPageController.m Fix compiler warnings mit gcc. 2020-08-07 19:44:13 +02:00
NSPageLayout.m * Source/NSPrinter.m (-addPPDKeyword:withScanner:withPPDPath:): 2018-07-14 20:21:32 +02:00
NSPanel.m First set of NSInteger/NSUInteger cleanup in gui. 2013-01-27 20:28:35 +00:00
NSPanGestureRecognizer.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSParagraphStyle.m * Source/NSParagraphStyle.m (-description): Add method. 2014-12-08 10:51:39 +00:00
NSPasteboard.m * Source/NSPasteboard.m (-_pasteboardWithTarget:name:): Correct 2021-02-21 20:45:56 +01:00
NSPasteboardItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSPathCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSPathComponentCell.m Eliminate include 2020-05-07 18:30:23 -04:00
NSPathControl.m Add space 2020-05-08 01:29:59 -04:00
NSPathControlItem.m add release implmentation 2020-05-07 18:53:15 -04:00
NSPDFImageRep.m Quick fix mispelled method name. 2020-06-08 04:01:28 -04:00
NSPDFInfo.m Hot fixes: Failure to close extern 'c' section in NSPathControlItem.h corrected. Replace 'or' with 'orientation' as some compilers will reject this as a reserved word. 2020-06-24 10:28:49 -04:00
NSPDFPanel.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSPersistentDocument.m Fix compiler warnings mit gcc. 2020-08-07 19:44:13 +02:00
NSPickerTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSPICTImageRep.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSPopover.m Remove uneeded method declaration. 2021-10-03 05:17:00 -04:00
NSPopoverTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSPopUpButton.m Add some more bindings 2020-01-10 20:53:53 +01:00
NSPopUpButtonCell.m Select the first item of a NSPopUpButtonCell's new menu 2022-02-26 15:30:26 +01:00
NSPredicateEditor.m Add encoding / decoding for NSPredicateEditor for non-keyed archiving 2020-08-03 05:51:27 -04:00
NSPredicateEditorRowTemplate.m Add minimal version of predicate editor copied over from mySTEP. 2020-01-07 21:25:21 +01:00
NSPressGestureRecognizer.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSPrinter.m * Source/NSPrinter.m (-addPPDKeyword:withScanner:withPPDPath:): 2018-07-14 20:21:32 +02:00
NSPrintInfo.m * Source/NSPrinter.m (-addPPDKeyword:withScanner:withPPDPath:): 2018-07-14 20:21:32 +02: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 Merge some of the changes from the testplant branch. 2017-03-05 22:12:15 +00:00
NSResponder.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSRotationGestureRecognizer.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSRuleEditor.m Improve predicate editor decoding. 2020-01-11 19:33:24 +01: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
NSRunningApplication.m Add stub for -[NSWorkspace frontmostApplication] 2021-03-17 21:18:24 +00:00
NSSavePanel.m * Source/NSApplication.m (-targetForAction:to:from:): Warn about 2018-01-23 20:56:52 +01:00
NSScreen.m * Source/NSScreen.m: remove +screen comment - not ready yet. 2020-03-05 12:25:56 +02:00
NSScroller.m NSScroller: define scroller styles 2017-07-31 11:22:59 +01:00
NSScrollView.m Add NSScrollView keys for init/encodeWithCoder 2021-10-27 12:34:58 -04:00
NSScrubber.m Fix issues pointed out by Fred. More fixes to come. 2020-04-13 14:14:14 -04:00
NSScrubberItemView.m Fix all of the issues mentioned by Fred. 2020-04-15 18:34:04 -04:00
NSScrubberLayout.m Skeleton out scrubber layout 2020-04-14 09:38:09 -04:00
NSSearchField.m * Source/NSSearchField.m, 2020-12-12 19:18:29 +01:00
NSSearchFieldCell.m * Source/NSSearchFieldCell.m: Correct encoding/decoding that was 2021-02-12 19:47:50 +01:00
NSSecureTextField.m Remove 'heron' from headers 2019-12-03 17:26:19 -05:00
NSSegmentedCell.m Correct license on NSSegmentedControl to reflect the LGPL as it should. 2020-03-17 00:23:04 -04:00
NSSegmentedControl.m Correct license on NSSegmentedControl to reflect the LGPL as it should. 2020-03-17 00:23:04 -04:00
NSSelection.m Remove 'heron' from headers 2019-12-03 17:26:19 -05:00
NSShadow.m Yet another bit of #include -> #import replacement. Replace includes of Foundation.h. 2010-03-25 09:11:50 +00:00
NSSharingService.m NSSharingService: define class 2017-07-25 22:33:12 +01:00
NSSharingServicePickerToolbarItem.m Add user interface compression 2020-04-14 11:54:02 -04:00
NSSharingServicePickerTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSSlider.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-17 22:44:47 +00:00
NSSliderAccessory.m NSSliderAccessory skeleton implementation 2020-07-31 05:12:53 -04:00
NSSliderCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSSliderTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSSound.m Replace direct use of the isa pointer with a call to object_getClass() 2011-07-14 07:17:24 +00:00
NSSpeechRecognizer.m Eliminate duplicate entries in GNUmakefile, remove 'blocking' capability in speech recognizer code for now. 2020-02-17 01:35:57 -05:00
NSSpeechSynthesizer.m Make changes suggested by fred 2020-02-05 22:56:16 -05:00
NSSpellChecker.m add a preference to disable spellchecker (#115) 2021-10-18 22:29:50 +02:00
NSSplitView.m * Source/NSMenu.m: Rename method on NSMenuPanel for the Wayland 2021-12-26 14:50:50 +01:00
NSSplitViewController.m Cleanup 2020-07-26 02:15:53 -04:00
NSSplitViewItem.m Fix compiler warnings mit gcc. 2020-08-07 19:44:13 +02:00
NSStackView.m * Source/NSImageCell.m, 2022-06-12 22:13:06 +02:00
NSStatusBar.m Add code by Nikolaus Schaller <hns@computer.org>, reformatted and 2013-08-17 13:39:16 +00:00
NSStatusBarButton.m NSStatusBarButton implementation 2020-07-31 02:40:41 -04:00
NSStatusItem.m * Headers/AppKit/NSStatusItem.h 2014-05-30 12:28:59 +00:00
NSStepper.m * Images/common_StepperDown.tiff, 2020-01-10 15:46:22 +02:00
NSStepperCell.m Add macros for encoding/decoding. 2021-01-10 22:40:29 +01:00
NSStepperTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05:00
NSStoryboard.m Correct issue with placeholder returning nil 2020-07-18 23:58:50 -04:00
NSStoryboardSegue.m Use enum for behavior 2020-07-28 07:44:47 -04:00
NSStringDrawing.m * Source/NSStringDrawing.m: Initialize all the cache entries as 2020-05-09 21:22:41 +02:00
NSSwitch.m Add NSEnabled decoding. it is encoded in NSControl, but is NOT used when it is decoded, so we have to retrieve the value here in NSSwitch. 2020-04-26 04:47:25 -04:00
NSTableColumn.m * Source/NSTableView.m (-_numRows): Take column value binding into 2021-01-22 22:48:13 +01:00
NSTableHeaderCell.m * Headers/Additions/GNUstepGUI/GSTheme.h: 2013-10-04 02:23:16 +00:00
NSTableHeaderView.m Merge some of the changes from the testplant branch. 2017-03-05 22:12:15 +00:00
NSTableView.m Remove exception when [indexes lastIndex] > numberOfColumns 2021-10-13 13:54:43 -04:00
NSTabView.m Add remaining changes contributed by testplant. 2021-10-27 15:18:23 -04:00
NSTabViewController.m Implement logic for canPropagate... 2020-07-28 09:10:20 -04:00
NSTabViewItem.m Show tabview properly 2020-07-26 06:07:02 -04:00
NSText.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 21:37:29 +00:00
NSTextAlternatives.m NSTextAlternatives: implement text alternatives class 2017-07-31 11:22:59 +01:00
NSTextAttachment.m Migrate NSFileWraper to base. 2019-09-10 09:55:07 -04:00
NSTextBlock.m A bunch of format string fixes and some casts to force formats 2015-05-26 17:15:16 +00:00
NSTextCheckingController.m Eliminate warnings in NSTextFinder 2020-08-21 13:37:22 -04:00
NSTextContainer.m Add remaining changes contributed by testplant. 2021-10-27 15:18:23 -04:00
NSTextField.m Update encoding/decoding 2023-01-30 10:48:02 -05:00
NSTextFieldCell.m Add remaining changes contributed by testplant. 2021-10-27 15:18:23 -04:00
NSTextFinder.m Eliminate warnings in NSTextFinder 2020-08-21 13:37:22 -04:00
NSTextInputContext.m Fix method name. 2020-08-09 08:02:41 -04:00
NSTextList.m Add _startingItemNumber-related TODOs to NSTextList. 2017-07-31 11:26:43 +01:00
NSTextStorage.m update signatures to match Apple (#120) 2021-10-26 16:17:45 +02: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 Fix click on TextAttachmentCells, where the left side was not respected. 2022-10-11 23:26:51 +02:00
NSTextView_actions.m More CGFloat, NSUInteger and NSInteger changes. 2013-02-16 21:37:29 +00:00
NSTitlebarAccessoryViewController.m Add NSTitlebarAccessoryViewController 2020-07-31 20:54:25 -04: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/NSToolbarFrameworkPrivate.h, 2020-12-06 22:10:13 +01:00
NSToolbarFrameworkPrivate.h height is CGFloat 2020-12-12 02:20:01 +01:00
NSToolbarItem.m Remove some warnings and unused functions, finish implementation of encoding. 2020-04-24 04:29:15 -04:00
NSToolbarItemGroup.m Replace #include -> #import 2011-03-04 11:33:22 +00:00
NSTouch.m Add skeletons 2020-01-20 15:48:02 -05:00
NSTouchBar.m Add skeletons 2020-01-20 15:48:02 -05:00
NSTouchBarItem.m Fix address and license name in all files. 2019-12-09 18:45:15 -05: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
NSUserInterfaceCompression.m Fix issue with NSSet and NSString. 2020-04-14 14:07:23 -04:00
NSUserInterfaceItemSearching.m Add NSUserInterfaceItemSearching code. 2020-04-14 13:23:25 -04:00
NSView.m Remove extra line 2022-02-14 14:16:42 -07:00
NSViewController.m Add indexpath methods 2023-01-30 10:48:02 -05:00
NSViewPrivate.h Move NSView private method to NSView.m and their declarations into NSViewPrivate.h 2020-07-25 09:28:01 -04:00
NSVisualEffectView.m NSVisualEffectView: create class stub 2017-07-25 22:33:12 +01:00
NSWindow.m * Source/NSWindow.m (GSOrderedWindows): Don't try to handle 2021-01-22 14:53:15 +01:00
NSWindowController.m Add remaining changes contributed by testplant. 2021-10-27 15:18:23 -04:00
NSWorkspace.m Add defines for export of classes to DLL when building on WIndows 2022-09-29 12:09:13 -04:00
tiff.m 16bit (#123) 2021-11-08 22:46:25 +01: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