.. |
.cvsignore
|
|
|
CompatibilityHeaders.make
|
|
|
DocMakefile
|
add IBOutlet and IBAction to doc WordList
|
2023-11-20 22:25:37 +01:00 |
externs.m
|
Add externs for key bindings.
|
2023-02-23 16:17:44 -05:00 |
Functions.m
|
Quick fix. Remove unecessary warning about storyboard in NSApplicationMain function
|
2021-04-23 07:04:47 -04:00 |
GNUmakefile
|
Merge ChangeLog
|
2024-06-29 01:48:43 -04:00 |
GNUmakefile.postamble
|
|
|
GNUmakefile.preamble
|
|
|
gnustep-gui.pc.in
|
This commits updates the libs-gui build process to generate a gnustep-gui.pc file which is installed in /lib/pkgconfig and contains the GNUstep gui version number, the libraries to link (equivalent to gnustep-config --gui-libs) with and the C flags to use (equivalent to gnustep-config --objc-flags). (#246)
|
2024-03-27 23:39:23 +01:00 |
GSAnimator.m
|
|
|
GSAutocompleteWindow.h
|
Add tabview enum to header, fix signture issue.
|
2021-10-13 08:26:37 -04:00 |
GSAutocompleteWindow.m
|
use destroy instead of assigning nil, avoids warnings and make smore sense anyway
|
2023-09-13 00:40:58 +02:00 |
GSAutoLayoutEngine.h
|
Implement part of GSAutoLayoutEngine dependency management logic (#178)
|
2023-04-19 09:06:53 +02:00 |
GSAutoLayoutEngine.m
|
Remove some gcc compiler warnings
|
2023-12-28 14:45:16 +01: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
|
Remove NSString category per discussion with @fredkiefer
|
2024-06-29 21:48:27 -04:00 |
GSCassowarySolver.h
|
Implement layout constraint conversion to internal solver constraints
|
2023-05-28 18:33:44 +10:00 |
GSCassowarySolver.m
|
Implement layout constraint conversion to internal solver constraints
|
2023-05-28 18:33:44 +10:00 |
GSCharacterPanel.m
|
fix compilation with ICU 68
|
2020-12-21 16:35:10 +01:00 |
GSCodingFlags.h
|
|
|
GSControllerTreeProxy.h
|
Add value/setValue:
|
2024-07-06 23:03:31 -04:00 |
GSControllerTreeProxy.m
|
Add implementation for methods that add nodes at a given indexPath or set of indexPaths
|
2024-07-12 06:22:56 -04:00 |
GSCSConstraint.h
|
Implement layout constraint conversion to internal solver constraints
|
2023-05-28 18:33:44 +10:00 |
GSCSConstraint.m
|
Implement layout constraint conversion to internal solver constraints
|
2023-05-28 18:33:44 +10:00 |
GSCSConstraintOperator.h
|
Implement GSCSConstraint and suppoorting classes
|
2023-05-07 08:01:25 +10:00 |
GSCSEditInfo.h
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSEditInfo.m
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSEditVariableManager.h
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSEditVariableManager.m
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSFloatComparator.h
|
Implement part of GSAutoLayoutEngine dependency management logic (#178)
|
2023-04-19 09:06:53 +02:00 |
GSCSFloatComparator.m
|
Implement part of GSAutoLayoutEngine dependency management logic (#178)
|
2023-04-19 09:06:53 +02:00 |
GSCSLinearExpression.h
|
Implement GSCSConstraint and suppoorting classes
|
2023-05-07 08:01:25 +10:00 |
GSCSLinearExpression.m
|
Address PR feedback on #181
|
2023-05-09 06:26:26 +10:00 |
GSCSSolution.h
|
Implement part of GSAutoLayoutEngine dependency management logic (#178)
|
2023-04-19 09:06:53 +02:00 |
GSCSSolution.m
|
Implement GSCSConstraint and suppoorting classes
|
2023-05-07 08:01:25 +10:00 |
GSCSStrength.h
|
Implement GSCSConstraint and suppoorting classes
|
2023-05-07 08:01:25 +10:00 |
GSCSStrength.m
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSTableau.h
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSTableau.m
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSVariable.h
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSCSVariable.m
|
Implement GSCSTableau, GSCSEditInfo, GSCSEditVariableManager (#186)
|
2023-08-05 10:26:22 +02:00 |
GSDisplayServer.m
|
gnustep_global_lock is removed
|
2024-05-30 10:35:02 +01:00 |
GSDragView.m
|
|
|
GSEPSPrintOperation.m
|
|
|
GSFastEnumeration.h
|
|
|
GSFontInfo.m
|
|
|
GSGhostscriptImageRep.m
|
|
|
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
|
Update calls to awakeFromNib and add call to prepareForInterfaceBuilder if we are in Gorm
|
2023-11-27 02:26:16 -05:00 |
GSGuiPrivate.h
|
Add macros for encoding/decoding.
|
2021-01-10 22:40:29 +01:00 |
GSHbox.m
|
|
|
GSHelpAttachment.m
|
|
|
GSHelpManagerPanel.m
|
|
|
GSHorizontalTypesetter.m
|
Updating documentation for the upcoming 0.29.0 release.
|
2021-01-16 20:37:24 +01:00 |
GSIconManager.h
|
|
|
GSIconManager.m
|
|
|
GSImageMagickImageRep.m
|
use a constant for signature and use for now only the bytes needed for TGA
|
2024-05-21 14:38:26 +02:00 |
GSInfoPanel.m
|
|
|
GSKeyBindingAction.h
|
|
|
GSKeyBindingAction.m
|
|
|
GSKeyBindingTable.h
|
|
|
GSKeyBindingTable.m
|
|
|
GSLayoutManager.m
|
* Headers/Additions/GNUstepGUI/GSLayoutManager.h,
|
2022-11-05 21:01:53 +01:00 |
GSMemoryPanel.m
|
|
|
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
|
Update per comments by @fredkiefer
|
2023-11-27 06:58:43 -05:00 |
GSPDFPrintOperation.m
|
|
|
GSPrinting.m
|
|
|
GSPrintOperation.m
|
|
|
GSServicesManager.m
|
use destroy instead of assigning nil, avoids warnings and make smore sense anyway
|
2023-09-13 00:40:58 +02:00 |
GSSlideView.h
|
|
|
GSSlideView.m
|
|
|
GSStandardWindowDecorationView.m
|
Added the ability for GSTheme subclasses to provide custom implementations of GSWindowDecorator.
|
2023-09-22 21:17:15 -04: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
|
|
|
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
|
|
|
GSTextStorage.h
|
|
|
GSTextStorage.m
|
GSTextStorage: Add function prototypes (#249)
|
2024-04-01 22:53:23 +02:00 |
GSTheme.m
|
|
|
GSThemeDrawing.m
|
Whitespace cleanup, remove unneeded methods, remove NSLogs
|
2024-06-27 05:54:06 -04:00 |
GSThemeInspector.m
|
|
|
GSThemeMenu.m
|
Addressed request for change in NSMenu.m, and moved function of
|
2023-09-22 18:57:15 -04:00 |
GSThemeOpenSavePanels.m
|
|
|
GSThemePanel.m
|
|
|
GSThemePrintPanels.m
|
|
|
GSThemePrivate.h
|
|
|
GSThemeTools.m
|
|
|
GSThemeWindow.m
|
Added the ability for GSTheme subclasses to provide custom implementations of GSWindowDecorator.
|
2023-09-22 21:17:15 -04:00 |
GSTitleView.m
|
Remove some gcc compiler warnings
|
2023-12-28 14:45:16 +01:00 |
GSToolbarCustomizationPalette.h
|
|
|
GSToolbarCustomizationPalette.m
|
Remove unused variables (#247)
|
2024-04-01 21:05:46 +02: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
|
|
|
GSToolTips.m
|
Add extra pixels to tooltip
|
2021-10-27 11:59:39 -04:00 |
GSTrackingRect.m
|
|
|
GSTypesetter.m
|
|
|
GSVbox.m
|
|
|
GSWindowDecorationView.m
|
Added the ability for GSTheme subclasses to provide custom implementations of GSWindowDecorator.
|
2023-09-22 21:17:15 -04:00 |
GSXib5KeyedUnarchiver.h
|
Add GSInternal.h
|
2024-04-22 09:00:53 -04:00 |
GSXib5KeyedUnarchiver.m
|
Move code over from old branch, startint new branch since NSOutlineView was refactored
|
2024-06-19 01:46:27 -04:00 |
GSXibElement.m
|
* Source/NSControl.m (-textDidChange:): If there is a binding with
|
2021-03-27 21:20:28 +01:00 |
GSXibKeyedUnarchiver.m
|
Fix handling of custom classes for XIB v5. This corrects an issue in Gorm as well
|
2023-12-16 08:00:33 -05: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
|
Update calls to awakeFromNib and add call to prepareForInterfaceBuilder if we are in Gorm
|
2023-11-27 02:26:16 -05:00 |
linking.m
|
|
|
NSAccessibility.m
|
|
|
NSAccessibilityCustomAction.m
|
* Source/NSImageCell.m,
|
2022-06-12 22:13:06 +02:00 |
NSAccessibilityCustomRotor.m
|
fix some trailing semicolons
|
2023-11-17 16:53:43 +01:00 |
NSAccessibilityElement.m
|
|
|
NSActionCell.m
|
Add macros for encoding/decoding.
|
2021-01-10 22:40:29 +01:00 |
NSAffineTransform.m
|
|
|
NSAlert.m
|
Add beginSheet:completionHandler:-related methods:
|
2023-12-31 17:37:07 -06:00 |
NSAnimation.m
|
Don't use lazy locks any more
|
2024-05-30 11:15:19 +01:00 |
NSAnimationContext.m
|
|
|
NSAppearance.m
|
|
|
NSApplication.m
|
Stylistic fixes for -[NSAppearance effectiveAppearance]
|
2024-02-05 15:27:03 -06:00 |
NSArrayController.m
|
Get rid of white space and minor cleanup
|
2023-02-23 16:17:44 -05:00 |
NSAttributedString.m
|
Add defines for export of classes to DLL when building on WIndows
|
2022-09-29 12:09:13 -04:00 |
NSAutoresizingMaskLayoutConstraint.h
|
Implement NSAutoresizingMaskLayoutConstraint class
|
2023-02-04 19:24:03 +11:00 |
NSAutoresizingMaskLayoutConstraint.m
|
Remove some gcc compiler warnings
|
2023-12-28 14:45:16 +01:00 |
NSBezierPath.m
|
|
|
NSBitmapImageRep+GIF.h
|
|
|
NSBitmapImageRep+GIF.m
|
use defined() to check if a variable is defined, also, rename it to be clearer about a feature availability and not enabling one
|
2023-10-26 02:38:29 +02:00 |
NSBitmapImageRep+ICNS.h
|
|
|
NSBitmapImageRep+ICNS.m
|
|
|
NSBitmapImageRep+JPEG.h
|
|
|
NSBitmapImageRep+JPEG.m
|
reapply checks about structs more carefully
|
2021-10-13 12:42:18 +02:00 |
NSBitmapImageRep+PNG.h
|
|
|
NSBitmapImageRep+PNG.m
|
16bit (#123)
|
2021-11-08 22:46:25 +01:00 |
NSBitmapImageRep+PNM.h
|
|
|
NSBitmapImageRep+PNM.m
|
|
|
NSBitmapImageRep.m
|
update Adam's historic mail and copyright dates
|
2024-05-08 11:18:13 +02:00 |
NSBitmapImageRepPrivate.h
|
|
|
NSBox.m
|
NSBox: (re-)implement isOpaque (#254)
|
2024-04-04 22:23:14 +02:00 |
NSBrowser.m
|
Initial changes to NSBrowser for NSTreeController/binding integration
|
2024-07-06 22:02:10 -04:00 |
NSBrowserCell.m
|
|
|
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
|
|
|
NSButtonImageSource.m
|
|
|
NSButtonTouchBarItem.m
|
|
|
NSCachedImageRep.m
|
|
|
NSCandidateListTouchBarItem.m
|
|
|
NSCell.m
|
Add macros for encoding/decoding.
|
2021-01-10 22:40:29 +01:00 |
NSCIImageRep.m
|
|
|
NSClickGestureRecognizer.m
|
|
|
NSClipView.m
|
|
|
NSCollectionView.m
|
Remove some gcc compiler warnings
|
2023-12-28 14:45:16 +01:00 |
NSCollectionViewCompositionalLayout.m
|
Add collectionview layout subclasses
|
2023-01-30 10:48:02 -05:00 |
NSCollectionViewFlowLayout.m
|
Add better var names in flow layout
|
2023-02-07 21:39:05 -05:00 |
NSCollectionViewGridLayout.m
|
fix some trailing semicolons
|
2023-11-17 16:53:43 +01:00 |
NSCollectionViewItem.m
|
Correct spaces
|
2023-02-07 21:30:46 -05:00 |
NSCollectionViewLayout.m
|
Fix duplicate _size and use the _frame in the attributes class
|
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
|
|
|
NSColorPanel.m
|
|
|
NSColorPicker.m
|
|
|
NSColorPickerTouchBarItem.m
|
|
|
NSColorSampler.m
|
|
|
NSColorSpace.m
|
|
|
NSColorWell.m
|
|
|
NSComboBox.m
|
Put in methd in a private category to silence warning. Apple doesn't expose the method in its header, but we don't we don't know if it has it private. In case it is a GS extension, perhaps we should name it private with an _.
|
2023-09-12 23:49:05 +02: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
|
|
|
NSCursor.m
|
|
|
NSCustomImageRep.m
|
|
|
NSCustomTouchBarItem.m
|
|
|
NSDataAsset.m
|
|
|
NSDataLink.m
|
|
|
NSDataLinkManager.m
|
|
|
NSDataLinkPanel.m
|
|
|
NSDatePicker.m
|
|
|
NSDatePickerCell.m
|
|
|
NSDictionaryController.m
|
Update per comments by Fred before merge
|
2023-03-24 17:57:29 -04:00 |
NSDockTile.m
|
reduce scope of _imageRep from ivar to local to init
|
2023-07-27 14:35:25 +02:00 |
NSDocument.m
|
|
|
NSDocumentController.m
|
|
|
NSDocumentFrameworkPrivate.h
|
|
|
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
|
|
|
NSEvent.m
|
|
|
NSFileWrapperExtensions.m
|
|
|
NSFont.m
|
|
|
NSFontAssetRequest.m
|
fix warning, comparison with NULL
|
2023-09-13 01:11:48 +02:00 |
NSFontCollection.m
|
|
|
NSFontDescriptor.m
|
fix some trailing semicolons
|
2023-11-17 16:53:43 +01:00 |
NSFontManager.m
|
|
|
NSFontPanel.m
|
|
|
NSForm.m
|
|
|
NSFormCell.m
|
|
|
NSGestureRecognizer.m
|
|
|
NSGlyphGenerator.m
|
|
|
NSGlyphInfo.m
|
Minor fix in glyph info
|
2023-04-09 21:09:22 -04:00 |
NSGradient.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSGraphicsContext.m
|
gnustep_global_lock is removed
|
2024-05-30 10:35:02 +01:00 |
NSGridView.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSGroupTouchBarItem.m
|
|
|
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
|
some come indenting cleanup
|
2024-05-13 22:10:31 +02:00 |
NSImage.m
|
|
|
NSImageCell.m
|
* Source/NSImageCell.m,
|
2022-06-12 22:13:06 +02:00 |
NSImageRep.m
|
|
|
NSImageView.m
|
Add 10.12 imageViewWithImage to NSImageView, show outline view image to let the user know the item is expandable
|
2024-04-22 09:00:53 -04:00 |
NSInputManager.m
|
|
|
NSInputServer.m
|
|
|
NSInterfaceStyle.m
|
NSInterfaceStyle: Fix void-pointer-to-enum-cast warning (#248)
|
2024-04-01 16:49:46 +02:00 |
NSKeyValueBinding.m
|
Remove NSString category per discussion with @fredkiefer
|
2024-06-29 21:48:27 -04:00 |
NSLayoutAnchor.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSLayoutConstraint.m
|
Remove some gcc compiler warnings
|
2023-12-28 14:45:16 +01:00 |
NSLayoutGuide.m
|
Add implementations to dimension
|
2020-07-09 00:57:36 -04:00 |
NSLayoutManager.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSLevelIndicator.m
|
|
|
NSLevelIndicatorCell.m
|
Add macros for encoding/decoding.
|
2021-01-10 22:40:29 +01:00 |
NSMagnificationGestureRecognizer.m
|
|
|
NSMatrix.m
|
|
|
NSMediaLibraryBrowserController.m
|
|
|
NSMenu.m
|
Add -[NSMenu popUpMenuPositioningItem:atLocation:inView:]
|
2023-12-31 19:27:38 -06:00 |
NSMenuItem.m
|
Fix for #276
|
2024-06-03 16:55:33 +01:00 |
NSMenuItemCell.m
|
Initial implementation of new GSTheme hooks and default implementations.
|
2023-09-19 22:20:12 -04:00 |
NSMenuToolbarItem.m
|
Remove unneeded method, per discussion with @fredkiefer
|
2024-06-28 19:39:10 -04:00 |
NSMenuView.m
|
Addressed changes requested in PR 201
|
2023-09-22 15:20:23 -04:00 |
NSMovie.m
|
|
|
NSMovieView.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSNib.m
|
Add logic to get the column / row for a given view
|
2024-04-22 09:00:53 -04:00 |
NSNibAXAttributeConnector.m
|
|
|
NSNibAXRelationshipConnector.m
|
|
|
NSNibBindingConnector.m
|
Update drawing code to handle binding, add NSString private method to helpers, remove debugging code from binding connector and outline
|
2024-06-26 18:17:21 -04:00 |
NSNibConnector.m
|
|
|
NSNibControlConnector.m
|
|
|
NSNibOutletConnector.m
|
|
|
NSObjectController.m
|
Update add method, fix white space issue, remove duplicate methods
|
2024-07-02 04:05:53 -04:00 |
NSOpenGLContext.m
|
|
|
NSOpenGLPixelFormat.m
|
|
|
NSOpenGLView.m
|
|
|
NSOpenPanel.m
|
|
|
NSOutlineView.m
|
Update to use NSObservedKeyPathKey instead of string, add code to _setObjectValue:... in NSTableView to set the value when we have a binding
|
2024-07-10 06:31:55 -04:00 |
NSPageController.m
|
Fix compiler warnings mit gcc.
|
2020-08-07 19:44:13 +02:00 |
NSPageLayout.m
|
|
|
NSPanel.m
|
|
|
NSPanGestureRecognizer.m
|
|
|
NSParagraphStyle.m
|
Revert to defaultParagraphStyle tab stops from 10 years ago (#272)
|
2024-05-13 18:47:42 +02:00 |
NSPasteboard.m
|
Set timeout for pasteboard to 30 seconds rather than 2 (for slow providers).
|
2024-02-20 10:10:32 +00:00 |
NSPasteboardItem.m
|
|
|
NSPathCell.m
|
Add macros for encoding/decoding.
|
2021-01-10 22:40:29 +01:00 |
NSPathComponentCell.m
|
|
|
NSPathControl.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSPathControlItem.m
|
|
|
NSPDFImageRep.m
|
|
|
NSPDFInfo.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSPDFPanel.m
|
|
|
NSPersistentDocument.m
|
Fix compiler warnings mit gcc.
|
2020-08-07 19:44:13 +02:00 |
NSPickerTouchBarItem.m
|
|
|
NSPICTImageRep.m
|
|
|
NSPopover.m
|
Remove uneeded calls to orderOut: and setDelegate: as this is done in the close method
|
2023-10-08 06:23:26 -04:00 |
NSPopoverTouchBarItem.m
|
|
|
NSPopUpButton.m
|
|
|
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
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSPressGestureRecognizer.m
|
|
|
NSPrinter.m
|
|
|
NSPrintInfo.m
|
|
|
NSPrintOperation.m
|
|
|
NSPrintPanel.m
|
|
|
NSProgressIndicator.m
|
|
|
NSResponder.m
|
|
|
NSRotationGestureRecognizer.m
|
|
|
NSRuleEditor.m
|
|
|
NSRulerMarker.m
|
|
|
NSRulerView.m
|
use destroy instead of assigning nil, avoids warnings and make smore sense anyway
|
2023-09-13 00:40:58 +02:00 |
NSRunningApplication.m
|
Add stub for -[NSWorkspace frontmostApplication]
|
2021-03-17 21:18:24 +00:00 |
NSSavePanel.m
|
use destroy instead of assigning nil, avoids warnings and make smore sense anyway
|
2023-09-13 00:40:58 +02:00 |
NSScreen.m
|
|
|
NSScroller.m
|
Rename the new NSScroller methods to the names used by Apple
|
2024-02-05 15:26:42 -06:00 |
NSScrollView.m
|
Add scroller styling options.
|
2023-12-31 20:05:11 -06:00 |
NSScrubber.m
|
|
|
NSScrubberItemView.m
|
|
|
NSScrubberLayout.m
|
|
|
NSSearchField.m
|
* Source/NSSearchField.m,
|
2020-12-12 19:18:29 +01:00 |
NSSearchFieldCell.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSSecureTextField.m
|
|
|
NSSegmentedCell.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSSegmentedControl.m
|
|
|
NSSelection.m
|
|
|
NSShadow.m
|
Add shadow method to NSGraphicsContext and add set method to NSShadow
|
2023-12-28 06:47:25 -05:00 |
NSSharingService.m
|
|
|
NSSharingServicePickerToolbarItem.m
|
|
|
NSSharingServicePickerTouchBarItem.m
|
|
|
NSSlider.m
|
|
|
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
|
|
|
NSSound.m
|
|
|
NSSpeechRecognizer.m
|
|
|
NSSpeechSynthesizer.m
|
|
|
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
|
|
|
NSStatusBarButton.m
|
NSStatusBarButton implementation
|
2020-07-31 02:40:41 -04:00 |
NSStatusItem.m
|
|
|
NSStepper.m
|
|
|
NSStepperCell.m
|
Add macros for encoding/decoding.
|
2021-01-10 22:40:29 +01:00 |
NSStepperTouchBarItem.m
|
|
|
NSStoryboard.m
|
Correct issue with placeholder returning nil
|
2020-07-18 23:58:50 -04:00 |
NSStoryboardSegue.m
|
Cleanup classes.
|
2023-10-08 04:44:31 -04:00 |
NSStringDrawing.m
|
|
|
NSSwitch.m
|
* Source/NSSwitch.m (-drawRect:): Correct drawing as suggested by Austin Clow (dr_clow@me.com).
|
2023-08-13 20:27:48 +02:00 |
NSTableCellView.m
|
Fix issues mentioned by @fredkiefer
|
2024-04-22 09:00:53 -04:00 |
NSTableColumn.m
|
Update _setObjectValue:... to update items in arrangedObjects when there is a binding
|
2024-07-11 12:18:52 -04:00 |
NSTableHeaderCell.m
|
|
|
NSTableHeaderView.m
|
|
|
NSTableRowView.m
|
Fix whitespace in NSTableRowView.[hm]
|
2024-05-06 10:09:39 -04:00 |
NSTableView.m
|
Update _setObjectValue:... to update items in arrangedObjects when there is a binding
|
2024-07-11 12:18:52 -04:00 |
NSTableViewRowAction.m
|
Minor updates
|
2024-04-22 09:00:53 -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
|
|
|
NSTextAlternatives.m
|
|
|
NSTextAttachment.m
|
|
|
NSTextBlock.m
|
|
|
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
|
fix some trailing semicolons
|
2023-11-17 16:53:43 +01:00 |
NSTextInputContext.m
|
Fix method name.
|
2020-08-09 08:02:41 -04:00 |
NSTextList.m
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
NSTextStorage.m
|
update signatures to match Apple (#120)
|
2021-10-26 16:17:45 +02:00 |
NSTextTable.m
|
|
|
NSTextTableBlock.m
|
|
|
NSTextView.m
|
Revert questionable change to NSTextView
|
2024-05-04 06:26:19 -04:00 |
NSTextView_actions.m
|
|
|
NSTitlebarAccessoryViewController.m
|
Add NSTitlebarAccessoryViewController
|
2020-07-31 20:54:25 -04:00 |
NSTokenField.m
|
|
|
NSTokenFieldCell.m
|
|
|
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
|
|
|
NSToolbarItemGroup.m
|
|
|
NSTouch.m
|
|
|
NSTouchBar.m
|
|
|
NSTouchBarItem.m
|
|
|
NSTrackingArea.m
|
|
|
NSTreeController.m
|
Add removeSelectionIndexPaths:
|
2024-07-12 09:42:26 -04:00 |
NSTreeNode.m
|
Update loading mechanism and add new proxy class for tree node
|
2024-06-25 17:11:57 -04:00 |
NSUserDefaultsController.m
|
|
|
NSUserInterfaceCompression.m
|
|
|
NSUserInterfaceItemSearching.m
|
|
|
NSView.m
|
Add implementation of NSUserInterfaceItemIdentifier to NSView
|
2024-04-22 09:00:53 -04:00 |
NSViewController.m
|
Fix spaces / formatting issue for return types
|
2023-10-08 05:43:18 -04:00 |
NSViewPrivate.h
|
Implement part of GSAutoLayoutEngine dependency management logic (#178)
|
2023-04-19 09:06:53 +02:00 |
NSVisualEffectView.m
|
|
|
NSWindow.m
|
Add beginSheet:completionHandler:-related methods:
|
2023-12-31 17:37:07 -06:00 |
NSWindowController.m
|
Add remaining changes contributed by testplant.
|
2021-10-27 15:18:23 -04:00 |
NSWindowPrivate.h
|
Move layoutEngine ownership to NSWindow
|
2023-02-27 19:56:37 +11:00 |
NSWorkspace.m
|
gnustep_global_lock is removed
|
2024-05-30 10:35:02 +01:00 |
tiff.m
|
some come indenting cleanup
|
2024-05-13 22:10:31 +02:00 |
win32-def.top
|
|
|
win32-entry.c
|
|
|