darling-cocotron/AppKit
2010-11-03 22:37:40 -04:00
..
AppKit.xcodeproj NSOutlineView change to use NSButtonCell instead of custom marker cell, appearance change to OS X style triangle 2010-11-03 15:25:29 -04:00
CoreData_ added NSPersistentDocument, NSManagedProxy back into source in AppKit 2010-10-22 14:34:13 -04:00
English.lproj - NSToolbar/NSToolbarItem overhaul. Better layout including visibility priority, streamlined sizing interaction between items, toolbar and window, better overflow menu tracking. Customization palette work in progress. Probably some regressions if anyone was using it. 2009-02-17 19:12:02 +00:00
nib.subproj nib loading fixes 2010-11-02 23:44:11 -04:00
NSAnimation Fix over-release crash when animation is stopped from the didEnd delgate method 2010-10-28 02:31:39 -04:00
NSCollectionView - Common mode behavior added to NSRunLoop 2010-03-15 18:51:01 +00:00
NSColor.subproj NSColor color space conversion fix 2010-10-21 16:45:56 -04:00
NSColorPanel.nib - NSColorPanel support for an opacity slider, NSColorPicker, NSColorPanel cleanup, switch to arrow sliders with tick marks (visual not correct) 2009-10-07 17:19:32 +00:00
NSColorPicker.subproj - enable -Wreturn-type, -Wswitch, -Wmissing-braces, -Wparentheses, -Wunused-function, -Wunused-label for Foundation and AppKit Release configurations, and fixed all accompanying warnings. 2010-03-23 15:02:22 +00:00
NSController NSDictionaryController fixes, NSController fixes 2010-11-03 00:07:41 -04:00
NSDrawer.subproj NSWindow/Win32Window setLevel: implemented and used in AppKit for proper window levels 2010-11-01 21:13:23 -04:00
NSEvent.subproj (fixes issue #578) windowNumber's no longer NSWindow *, missed cast in old code 2010-06-04 22:00:36 -04:00
NSFontPanel.nib gdb po and -description method will return UTF8 strings 2009-02-16 15:18:36 +00:00
NSInterfacePart NSOutlineView change to use NSButtonCell instead of custom marker cell, appearance change to OS X style triangle 2010-11-03 15:25:29 -04:00
NSKeyboardBinding remove <- from file so the XML parser doesn't yell about an unencoded < 2010-10-25 21:45:55 -04:00
NSKeyValueBinding fix leak in bindings 2010-10-28 22:15:05 -04:00
NSMenu.subproj NSWindow/Win32Window setLevel: implemented and used in AppKit for proper window levels 2010-11-01 21:13:23 -04:00
NSOpenGL NSOpenGLContext type fix 2010-11-03 00:16:27 -04:00
NSSegmentedControl NSSegmentedControl, Cell, Item fixes 2010-10-21 16:57:02 -04:00
NSSystemInfoPanel - NSBitmapImageRep use of CF* for CF types 2010-03-09 18:14:48 +00:00
NSTextTable - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSTextView.subproj NSTextFieldCell fixes for rounded bezel, NSLayoutManager fix for string sizing 2010-10-22 15:26:19 -04:00
NSToolbar.subproj rename NSWindowBackgroundView to NSThemeFrame to maintain private API compatibility 2010-11-01 22:49:13 -04:00
RTF.subproj - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
Win32.subproj OpenGL fixes/additions 2010-11-03 15:48:20 -04:00
X11.subproj X11 updates for Onyx2D changes 2010-11-01 21:18:47 -04:00
_NSRuleEditorViewSliceHolder.h _NSRuleEditorViewSliceHolder skeleton 2010-10-21 17:30:56 -04:00
_NSRuleEditorViewSliceHolder.m _NSRuleEditorViewSliceHolder skeleton 2010-10-21 17:30:56 -04:00
AppKit.h add NSDictionaryController to AppKit.h 2010-10-21 17:32:02 -04:00
AppKitExport.h - C++ compatibility patch from Johannes Fortmann 2007-07-30 13:30:20 +00:00
Info.plist - add FreeBSD targets to all frameworks 2009-12-16 19:27:00 +00:00
NSAccessibility.h - CFCopyDescription fix 2010-03-16 20:38:14 +00:00
NSAccessibility.m - CFCopyDescription fix 2010-03-16 20:38:14 +00:00
NSActionCell.h -[NSScreen userSpaceScaleFactor] 2010-03-05 03:26:27 +00:00
NSActionCell.m - Issue #382, implemented NSWindowDidResizeNotification, NSWindowDidMoveNotification , NSWindowWillStartLiveResizeNotification, NSWindowDidEndLiveResizeNotification 2009-09-13 02:52:22 +00:00
NSActionTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSActionTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSAddTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSAddTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSAdvanced.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSAdvanced.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSAffineTransform.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSAffineTransform.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSAlert.h typo fix and close sheet fix for NSAlert 2010-10-21 16:42:13 -04:00
NSAlert.m typo fix and close sheet fix for NSAlert 2010-10-21 16:42:13 -04:00
NSAlertPanel.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSAlertPanel.m (fixes issue #106) by Markus Hitter, NSAlert layout fixes 2009-11-14 21:23:09 +00:00
NSAlertPanelExclamation.tiff Original 2006-12-22 04:41:44 +00:00
NSApplication.h imported patch NSApplicationDelegateProtocol.patch 2010-03-29 21:48:07 +02:00
NSApplication.m NSWindow/Win32Window setLevel: implemented and used in AppKit for proper window levels 2010-11-01 21:13:23 -04:00
NSAttributedString.h underline constants and image resource fixes 2010-10-21 16:39:32 -04:00
NSAttributedString.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSBezierPath.h Issue #303 fix, missing method in NSBezierPath header 2009-06-17 02:13:50 +00:00
NSBezierPath.m - enable -Wreturn-type, -Wswitch, -Wmissing-braces, -Wparentheses, -Wunused-function, -Wunused-label for Foundation and AppKit Release configurations, and fixed all accompanying warnings. 2010-03-23 15:02:22 +00:00
NSBitmapImageRep-Private.h - added -[NSBitmapImageRep CGImage], -[NSBitmapImageRep setPixel:atX:y], -[NSBitmapImageRep setColor:atX:y:], fixed plane allocation bugs. 2008-09-15 15:27:21 +00:00
NSBitmapImageRep.h - Mike Shields' NSBox custom type implementation 2010-05-11 11:28:47 -04:00
NSBitmapImageRep.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
NSBox.h isTransparent functionality for NSBox 2010-10-21 16:44:08 -04:00
NSBox.m isTransparent functionality for NSBox 2010-10-21 16:44:08 -04:00
NSBrowser.h - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSBrowser.m NSOutlineView change to use NSButtonCell instead of custom marker cell, appearance change to OS X style triangle 2010-11-03 15:25:29 -04:00
NSBrowserCell.h - transparency fix for KGImageSource_GIF 2009-01-26 02:03:43 +00:00
NSBrowserCell.m -[NSFileManager_win32 attributesOfFileSystemForPath:error:] implementation 2009-10-06 14:34:04 +00:00
NSBrowserCellArrow.tiff Original 2006-12-22 04:41:44 +00:00
NSButton.h - NSAlert implemented 2008-05-13 18:43:48 +00:00
NSButton.m Remove the isFlipped method so regular non-image buttons draw correctly 2010-10-25 21:37:47 -04:00
NSButtonCell_disclosure_highlighted.tif - Added Rolf Jansen's NSCell, NSButtonCell, NSButton patches for more button types and mixed state 2007-04-06 01:43:26 +00:00
NSButtonCell_disclosure_normal.tif - Added Rolf Jansen's NSCell, NSButtonCell, NSButton patches for more button types and mixed state 2007-04-06 01:43:26 +00:00
NSButtonCell_disclosure_selected.tif - Added Rolf Jansen's NSCell, NSButtonCell, NSButton patches for more button types and mixed state 2007-04-06 01:43:26 +00:00
NSButtonCell.h NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSButtonCell.m map windows virtual keys to mac virtual keys for -[NSEvent keyCode] 2010-11-01 15:10:14 -04:00
NSCachedImageRep.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSCachedImageRep.m header fix in NSCachedImageRep 2010-11-01 16:50:25 -04:00
NSCell.h NSCell fixes 2010-10-22 15:37:19 -04:00
NSCell.m NSCell fixes 2010-10-22 15:37:19 -04:00
NSCellUndoManager.h Andy Balholm's Undo in text fields patch 2009-07-19 16:32:58 +00:00
NSCellUndoManager.m Andy Balholm's Undo in text fields patch 2009-07-19 16:32:58 +00:00
NSCIImageRep.h - some POSIX pthread functions 2010-03-08 19:43:05 +00:00
NSCIImageRep.m - some POSIX pthread functions 2010-03-08 19:43:05 +00:00
NSClipView.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSClipView.m remove NSLog in NSClipView 2010-11-01 16:51:45 -04:00
NSColorList.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSColorList.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSColorPanel.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSColorPanel.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSColorSpace.h - nil and Nil defined as 0 instead of ((Class)0) and ((id)0) 2009-03-26 03:18:11 +00:00
NSColorSpace.m - nil and Nil defined as 0 instead of ((Class)0) and ((id)0) 2009-03-26 03:18:11 +00:00
NSColorWell.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSColorWell.m Fixed NSColorWell initWithFrame: default values 2009-10-07 17:34:39 +00:00
NSComboBox.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSComboBox.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSComboBoxCell.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSComboBoxCell.m remove retain in NSComboBoxCell on dataSource 2010-11-01 16:52:36 -04:00
NSComboBoxCellDown.tiff Original 2006-12-22 04:41:44 +00:00
NSComboBoxView.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSComboBoxView.m - Issue #115 patch by steph...@sente.ch, split -[NSColor set] into -[NSColor setFill] and -[NSColor setStroke] 2008-05-16 18:59:00 +00:00
NSComboBoxWindow.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSComboBoxWindow.m NSWindow/Win32Window setLevel: implemented and used in AppKit for proper window levels 2010-11-01 21:13:23 -04:00
NSControl.h NSControl fixes, NSPDFImageRep fixes 2010-10-22 15:22:22 -04:00
NSControl.m NSControl fixes, NSPDFImageRep fixes 2010-10-22 15:22:22 -04:00
NSCursor.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSCursor.m issue #600 cursor fixes 2010-09-12 11:37:55 -04:00
NSCursorRect.h (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSCursorRect.m (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSCustomImageRep.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSCustomImageRep.m -[NSBitmapImageRep initWithData:] fixes 2009-01-05 20:41:56 +00:00
NSDatePicker.h - Issue #27, integrated cacaodev's NSComparisonPredicate changes (regex comparisons not added as we have no regex yet) 2007-04-29 13:45:20 +00:00
NSDatePicker.m NSDatePicker/Cell functional 2010-10-21 16:48:27 -04:00
NSDatePickerCell.h NSDatePicker/Cell functional 2010-10-21 16:48:27 -04:00
NSDatePickerCell.m NSDatePicker/Cell functional 2010-10-21 16:48:27 -04:00
NSDisplay.h (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSDisplay.m - Common mode behavior added to NSRunLoop 2010-03-15 18:51:01 +00:00
NSDockTile.h NSImageCell fixes for scaling, new scaling constants, -[NSCell setControlView:] implemented, NSDockTile skeleton, NSPopUpButton selectTag accessors for bindings 2010-03-04 20:25:51 +00:00
NSDockTile.m NSImageCell fixes for scaling, new scaling constants, -[NSCell setControlView:] implemented, NSDockTile skeleton, NSPopUpButton selectTag accessors for bindings 2010-03-04 20:25:51 +00:00
NSDocument.h Andy Balholm's NSWindowController,NSDocument,NSDocumentController,NSWindow and NSApplication changes 2009-08-05 21:11:32 +00:00
NSDocument.m - enable -Wreturn-type, -Wswitch, -Wmissing-braces, -Wparentheses, -Wunused-function, -Wunused-label for Foundation and AppKit Release configurations, and fixed all accompanying warnings. 2010-03-23 15:02:22 +00:00
NSDocumentController.h Andy Balholm's NSWindowController,NSDocument,NSDocumentController,NSWindow and NSApplication changes 2009-08-05 21:11:32 +00:00
NSDocumentController.m (fixes issue #476) 2009-12-30 20:56:33 +00:00
NSDragging.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSDraggingManager.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSDraggingManager.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSEnterFullScreenTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSEnterFullScreenTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSEPSImageRep.h i376 partial fix, imageRepWithContentsOfFile: implemented, NSRectFill* function fixes for blend modes 2009-08-26 19:04:20 +00:00
NSEPSImageRep.m i376 partial fix, imageRepWithContentsOfFile: implemented, NSRectFill* function fixes for blend modes 2009-08-26 19:04:20 +00:00
NSErrors.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSExitFullScreenTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSExitFullScreenTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSFileWrapper.h - Fixed case sensitivity on ObjC* #import's for case sensitive file systems submitted by halfactivist. 2007-03-11 19:28:02 +00:00
NSFileWrapper.m - enable -Wreturn-type, -Wswitch, -Wmissing-braces, -Wparentheses, -Wunused-function, -Wunused-label for Foundation and AppKit Release configurations, and fixed all accompanying warnings. 2010-03-23 15:02:22 +00:00
NSFont.h - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSFont.m NSFont text matrix fix for unflipped contexts 2010-10-28 21:48:39 -04:00
NSFontDescriptor.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSFontDescriptor.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSFontFamily.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSFontFamily.m - build font family list lazily 2009-03-08 14:22:13 +00:00
NSFontManager.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSFontManager.m - unbordered windows use opaque Win32 layered windows 2010-03-10 18:19:26 +00:00
NSFontMetric.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSFontMetric.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSFontPanel.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSFontPanel.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSFontPanelCell.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSFontPanelCell.m - Issue #115 patch by steph...@sente.ch, split -[NSColor set] into -[NSColor setFill] and -[NSColor setStroke] 2008-05-16 18:59:00 +00:00
NSFontTypeface.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSFontTypeface.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSForm.h - Issue 39 fix for NSDateFormatter, check for error being NULL in NSDateFormatter getObjectValue: 2007-08-26 18:29:25 +00:00
NSForm.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSFormCell.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSFormCell.m - added frame style drawing to NSImageCell 2009-09-16 20:40:16 +00:00
NSGlyphGenerator.h - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00:00
NSGlyphGenerator.m - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSGlyphInfo.h - Issue #27, integrated cacaodev's NSComparisonPredicate changes (regex comparisons not added as we have no regex yet) 2007-04-29 13:45:20 +00:00
NSGlyphInfo.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSGoLeftTemplate.ai - pthread.h additions 2010-03-22 14:10:49 +00:00
NSGoLeftTemplate.pdf - pthread.h additions 2010-03-22 14:10:49 +00:00
NSGoRightTemplate.ai - pthread.h additions 2010-03-22 14:10:49 +00:00
NSGoRightTemplate.pdf - pthread.h additions 2010-03-22 14:10:49 +00:00
NSGradient.h NSGradient fixes and optimization 2010-03-03 19:18:35 +00:00
NSGradient.m NSGradient fixes and optimization 2010-03-03 19:18:35 +00:00
NSGraphics.h NSGraphics fixes, Foundation header fixes 2010-10-22 14:32:35 -04:00
NSGraphics.m NSGraphics fixes, Foundation header fixes 2010-10-22 14:32:35 -04:00
NSGraphicsContext.h NSGraphicsContext setPatternPhase 2010-10-21 16:49:27 -04:00
NSGraphicsContext.m NSGraphicsContext setPatternPhase 2010-10-21 16:49:27 -04:00
NSGraphicsContextFunctions.h - KGImageSource_TIFF returns DPI properties and will return multiple images if requested 2008-08-12 16:16:19 +00:00
NSHelpManager.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSHelpManager.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSHighlightedBrowserCellArrow.tiff Original 2006-12-22 04:41:44 +00:00
NSHighlightedRadioButton.tiff Original 2006-12-22 04:41:44 +00:00
NSHighlightedSwitch.tiff Original 2006-12-22 04:41:44 +00:00
NSImage.h add template property to NSImage 2010-10-28 22:17:48 -04:00
NSImage.m NSImage fixes 2010-11-03 00:12:11 -04:00
NSImageCell.h NSImageCell fixes for scaling, new scaling constants, -[NSCell setControlView:] implemented, NSDockTile skeleton, NSPopUpButton selectTag accessors for bindings 2010-03-04 20:25:51 +00:00
NSImageCell.m NSImageView/Cell tweaks 2010-11-01 22:38:19 -04:00
NSImageRep.h NSCopying for NSImageRep 2010-11-01 22:12:42 -04:00
NSImageRep.m NSCopying for NSImageRep 2010-11-01 22:12:42 -04:00
NSImageView.h added target/action to NSImageView 2009-09-04 17:58:20 +00:00
NSImageView.m NSImageView/Cell tweaks 2010-11-01 22:38:19 -04:00
NSInfo.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSInfo.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSInterfaceStyle.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSInterfaceStyle.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSInvalidDataFreestandingTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSInvalidDataFreestandingTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSLevelIndicator.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSLevelIndicator.m - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSLevelIndicatorCell.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSLevelIndicatorCell.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSLockLockedTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSLockLockedTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSLockUnlockedTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSLockUnlockedTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSMatrix.h - Issue 39 fix for NSDateFormatter, check for error being NULL in NSDateFormatter getObjectValue: 2007-08-26 18:29:25 +00:00
NSMatrix.m - Mike Shields' NSBox custom type implementation 2010-05-11 11:28:47 -04:00
NSMeasurementUnit.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSMeasurementUnit.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSModalSessionX.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSModalSessionX.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSMutableAttributedString.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSMutableAttributedString.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSMutableParagraphStyle.h NSMutableParagraphStyle setParagraphStyle: 2010-10-21 16:50:57 -04:00
NSMutableParagraphStyle.m NSMutableParagraphStyle setParagraphStyle: 2010-10-21 16:50:57 -04:00
NSOpenPanel.h - Issue #229, Ken Aspeslagh's Fix for uninitialized variable in Win32DraggingManager 2008-12-14 04:44:30 +00:00
NSOpenPanel.m fix for issue 233 2008-12-21 12:17:21 +00:00
NSOutlineView.h NSOutlineView change to use NSButtonCell instead of custom marker cell, appearance change to OS X style triangle 2010-11-03 15:25:29 -04:00
NSOutlineView.m NSOutlineView change to use NSButtonCell instead of custom marker cell, appearance change to OS X style triangle 2010-11-03 15:25:29 -04:00
NSOutlineViewClosed.tiff Original 2006-12-22 04:41:44 +00:00
NSOutlineViewOpen.tiff Original 2006-12-22 04:41:44 +00:00
NSPageLayout.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPageLayout.m - -[NSView print:] and -[NSDocument printDocument:] functional (if you implement printOperationWithSettings:error in NSDocument), brings up the print panel and paginates. Some NSView printing methods added, work on NSPrintOperation to autopaginate. There are a number of problems to sort out still. 2007-07-19 16:16:41 +00:00
NSPanel.h - Johannes Fortmann's Nov 8, 2007 patch and NSControllerSelectionProxy.h/.m for binding and controllers 2007-11-11 02:21:42 +00:00
NSPanel.m Substantial NSOpenGL/CGL/Win32Window changes for alpha blended NSOpenGLView's in alpha blend windows. Includes: 2010-04-26 22:56:25 -04:00
NSParagraphStyle.h - license boilerplate fixes 2008-04-15 14:03:15 +00:00
NSParagraphStyle.m -[NSScreen userSpaceScaleFactor] 2010-03-05 03:26:27 +00:00
NSPasteboard.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSPasteboard.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSPathCell.h NSPathControl, NSPathCell, NSPathComponentCell fixes for layout compatibility 2010-11-03 22:37:40 -04:00
NSPathCell.m NSPathControl, NSPathCell, NSPathComponentCell fixes for layout compatibility 2010-11-03 22:37:40 -04:00
NSPathComponentCell.h NSPathControl, NSPathCell, NSPathComponentCell fixes for layout compatibility 2010-11-03 22:37:40 -04:00
NSPathComponentCell.m NSPathControl, NSPathCell, NSPathComponentCell fixes for layout compatibility 2010-11-03 22:37:40 -04:00
NSPathControl.h (fixes issue #576) case sensitive file system fix 2010-06-08 09:41:02 -04:00
NSPathControl.m NSPathControl, NSPathCell, NSPathComponentCell fixes for layout compatibility 2010-11-03 22:37:40 -04:00
NSPDFImageRep.h NSControl fixes, NSPDFImageRep fixes 2010-10-22 15:22:22 -04:00
NSPDFImageRep.m NSScroller, NSView minor improvements 2010-11-03 15:18:22 -04:00
NSPopUpButton.h NSPopUpButton and NSPopUpBotton fixes and additions, reworked selection and title synchronization behavior. (fixes issue #528) 2010-03-17 18:15:20 +00:00
NSPopUpButton.m NSPopUpButton fixes for binding to a dictionary controller 2010-11-03 22:35:20 -04:00
NSPopUpButtonCell.h fix for last commit 2010-11-03 22:34:00 -04:00
NSPopUpButtonCell.m NSPopUpButtonCell fixes 2010-11-03 22:33:37 -04:00
NSPopUpButtonCellPopUp.tiff Original 2006-12-22 04:41:44 +00:00
NSPopUpButtonCellPullDown.tiff Original 2006-12-22 04:41:44 +00:00
NSPopUpView.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPopUpView.m Fix Window resizing issues related to NSPopUpButton 2010-05-28 09:05:04 -04:00
NSPopUpWindow.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPopUpWindow.m NSWindow/Win32Window setLevel: implemented and used in AppKit for proper window levels 2010-11-01 21:13:23 -04:00
NSPredicateEditor.h NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSPredicateEditor.m NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSPredicateEditorRowTemplate.h NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSPredicateEditorRowTemplate.m NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSPreferencesGeneral.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSPreferencesGeneral.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSPrinter.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPrinter.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPrintInfo.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSPrintInfo.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSPrintOperation.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSPrintOperation.m (fixes issue #457) 2009-11-30 21:44:17 +00:00
NSPrintPanel.h - -[NSView print:] and -[NSDocument printDocument:] functional (if you implement printOperationWithSettings:error in NSDocument), brings up the print panel and paginates. Some NSView printing methods added, work on NSPrintOperation to autopaginate. There are a number of problems to sort out still. 2007-07-19 16:16:41 +00:00
NSPrintPanel.m - -[NSView print:] and -[NSDocument printDocument:] functional (if you implement printOperationWithSettings:error in NSDocument), brings up the print panel and paginates. Some NSView printing methods added, work on NSPrintOperation to autopaginate. There are a number of problems to sort out still. 2007-07-19 16:16:41 +00:00
NSProgressIndicator.h - NSKeyUnarchiver fixed to return 0 if key not present for double/float/int/bool value (double/float were returning NaN) 2008-02-17 05:18:42 +00:00
NSProgressIndicator.m NSProgressIndicator fixes for display when stopped 2010-11-03 22:32:52 -04:00
NSRadioButton.tiff Original 2006-12-22 04:41:44 +00:00
NSRefreshTemplate.ai fixed display problem with PDF image resources, resized/renamed NSRefreshTemplate, included .ai file 2010-03-29 16:42:38 -04:00
NSRefreshTemplate.pdf fixed display problem with PDF image resources, resized/renamed NSRefreshTemplate, included .ai file 2010-03-29 16:42:38 -04:00
NSRemoveTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSRemoveTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSResponder.h (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSResponder.m (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSRuleEditor.h NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSRuleEditor.m Fixed a bunch of warnings 2010-10-28 02:53:25 -04:00
NSRuleEditorButtonCell.h NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSRuleEditorButtonCell.m NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSRuleEditorViewSliceRow.h NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSRuleEditorViewSliceRow.m NSRuleEditor, NSPredicateEditor skeletons 2010-10-21 16:54:23 -04:00
NSRulerMarker.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSRulerMarker.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSRulerMarkerTab.tiff Original 2006-12-22 04:41:44 +00:00
NSRulerView.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSRulerView.m - Issue #115 patch by steph...@sente.ch, split -[NSColor set] into -[NSColor setFill] and -[NSColor setStroke] 2008-05-16 18:59:00 +00:00
NSSavePanel.h NSSavePanel, NSSearchFieldCell fixes 2010-10-22 15:14:54 -04:00
NSSavePanel.m NSSavePanel, NSSearchFieldCell fixes 2010-10-22 15:14:54 -04:00
NSScreen.h -[NSScreen userSpaceScaleFactor] 2010-03-05 03:26:27 +00:00
NSScreen.m imported patch NSScreen.patch 2010-03-29 21:48:09 +02:00
NSScroller.h NSScroller, NSView minor improvements 2010-11-03 15:18:22 -04:00
NSScroller.m make NSScroller not opaque 2010-11-03 22:28:44 -04:00
NSScrollView.h (fixes issue #505) NSScrollView setAutohidesScrollers implementation, and handling of drawsBackground, NSClipView handling of drawsBackground 2010-03-04 02:58:41 +00:00
NSScrollView.m NSScrollView fixes for hiding scrollers better and setting scroller 2010-11-01 22:07:56 -04:00
NSSearchField.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSSearchField.m - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSSearchFieldCell.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSSearchFieldCell.m NSSearchFieldCell change for template 2010-11-01 16:40:25 -04:00
NSSecureTextField.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSSecureTextField.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSSecureTextFieldCell.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSSecureTextFieldCell.m Issue #279 fixes for NSSecureTextFieldCell 2009-05-07 01:00:48 +00:00
NSShadow.h - Renamed&Moved the NSXML* classes into NSPropertyList/NSOldXML*. These are being replaced by classes that adhere to the API documentation but are still needed to read plists while the new classes are being worked on. 2007-03-19 02:52:21 +00:00
NSShadow.m NSColor concrete subclass consolidation 2010-03-11 22:07:47 +00:00
NSSheetContext.h - Sheet animation synchronous, run loop will run until done. 2008-12-21 03:25:34 +00:00
NSSheetContext.m - some POSIX pthread functions 2010-03-08 19:43:05 +00:00
NSSlider.h Issue #373 NSSlider(Cell) fixes, more API, themed appearance. NSString getParagraphStart: implemented, getLineStart: improved 2009-08-23 17:21:14 +00:00
NSSlider.m i373, NSSliderCell fix to send target/action for moveUp/Down/Left/Right, fix up/down direction 2009-08-24 02:27:20 +00:00
NSSliderCell.h Issue #373 NSSlider(Cell) fixes, more API, themed appearance. NSString getParagraphStart: implemented, getLineStart: improved 2009-08-23 17:21:14 +00:00
NSSliderCell.m NSSliderCell tick mark fixes 2010-11-01 22:05:20 -04:00
NSSound.h Moved Win32 NSSSound code to NSSound_win32 2008-12-08 03:55:01 +00:00
NSSound.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSSpellChecker.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSSpellChecker.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSSplitView.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSSplitView.m Make NSSplitView not opaque all the time 2010-11-01 22:04:28 -04:00
NSSplitViewHDimple.tiff Original 2006-12-22 04:41:44 +00:00
NSSplitViewVDimple.tiff Original 2006-12-22 04:41:44 +00:00
NSStatusBar.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSStatusBar.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSStatusItem.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSStatusItem.m Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSStepper.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSStepper.m - Issue #382, implemented NSWindowDidResizeNotification, NSWindowDidMoveNotification , NSWindowWillStartLiveResizeNotification, NSWindowDidEndLiveResizeNotification 2009-09-13 02:52:22 +00:00
NSStepperCell.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSStepperCell.m - Issue #382, implemented NSWindowDidResizeNotification, NSWindowDidMoveNotification , NSWindowWillStartLiveResizeNotification, NSWindowDidEndLiveResizeNotification 2009-09-13 02:52:22 +00:00
NSStopProgressFreestandingTemplate.ai NSStopProgressFreestandingTemplate added 2010-11-01 16:38:21 -04:00
NSStopProgressFreestandingTemplate.pdf NSStopProgressFreestandingTemplate added 2010-11-01 16:38:21 -04:00
NSStopProgressTemplate.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSStopProgressTemplate.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSStringDrawer.h (fixes issue #106) by Markus Hitter, NSAlert layout fixes 2009-11-14 21:23:09 +00:00
NSStringDrawer.m (fixes issue #106) by Markus Hitter, NSAlert layout fixes 2009-11-14 21:23:09 +00:00
NSStringDrawing.h (fixes issue 407) by Erlend Böe 2009-10-29 15:21:40 +00:00
NSStringDrawing.m (fixes issue #106) by Markus Hitter, NSAlert layout fixes 2009-11-14 21:23:09 +00:00
NSSwitch.tiff Original 2006-12-22 04:41:44 +00:00
NSTableColumn.h NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSTableColumn.m NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSTableCornerView.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSTableCornerView.m - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSTableHeaderCell.h NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSTableHeaderCell.m NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSTableHeaderView.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSTableHeaderView.m - some POSIX pthread functions 2010-03-08 19:43:05 +00:00
NSTableView.h NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSTableView.m NSButton, NSButtonCell fixes, recessed bezel, NSTableView, Column fixes 2010-10-22 14:47:24 -04:00
NSTabView.h implemented -[NSTabView selectLastTabViewItem] 2009-04-15 19:51:55 +00:00
NSTabView.m Committing all the changes made to get apps running with relatively good stability. 2010-08-30 15:51:14 -04:00
NSTabViewItem.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSTabViewItem.m NSTabViewItem _labelColor private API 2010-10-22 14:48:49 -04:00
NSText.h (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSText.m (fixes issue #499) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes 2010-03-02 16:33:55 +00:00
NSTextAttachment.h - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00:00
NSTextAttachment.m - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00:00
NSTextAttachmentCell.h - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00:00
NSTextAttachmentCell.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSTextField.h NSTextField setTitleWithMnemonic and mouse tracking fixes for NSSearchField 2010-10-22 14:49:57 -04:00
NSTextField.m NSTextField setTitleWithMnemonic and mouse tracking fixes for NSSearchField 2010-10-22 14:49:57 -04:00
NSTextFieldCell.h NSTextFieldCell fixes for rounded bezel, NSLayoutManager fix for string sizing 2010-10-22 15:26:19 -04:00
NSTextFieldCell.m NSTextFieldCell fixes for rounded bezel, NSLayoutManager fix for string sizing 2010-10-22 15:26:19 -04:00
NSTextList.h - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00:00
NSTextList.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSThemeFrame.h rename NSWindowBackgroundView to NSThemeFrame to maintain private API compatibility 2010-11-01 22:49:13 -04:00
NSThemeFrame.m Implement NSWindow -isMovableByWindowBackground 2010-11-02 23:36:15 -04:00
NSTokenAttachmentCell.h add private Apple private API class NSTokenAttachmentCell 2010-11-03 22:27:47 -04:00
NSTokenAttachmentCell.m add private Apple private API class NSTokenAttachmentCell 2010-11-03 22:27:47 -04:00
NSTokenField.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSTokenField.m - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSTokenFieldCell.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSTokenFieldCell.m - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSToolTipWindow.h (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSToolTipWindow.m rename NSWindowBackgroundView to NSThemeFrame to maintain private API compatibility 2010-11-01 22:49:13 -04:00
NSTrackingArea.h - CFCopyDescription fix 2010-03-16 20:38:14 +00:00
NSTrackingArea.m - CFCopyDescription fix 2010-03-16 20:38:14 +00:00
NSTreeNode.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSTreeNode.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSUser.ai bunch of stock images 2010-10-21 16:10:07 -04:00
NSUser.pdf bunch of stock images 2010-10-21 16:10:07 -04:00
NSUserInterfaceValidation.h - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes. 2007-11-08 15:58:54 +00:00
NSView.h NSScroller, NSView minor improvements 2010-11-03 15:18:22 -04:00
NSView.m fix NSView lockFocus/unlockFocus so that it doesnt change gState of child 2010-11-03 22:24:55 -04:00
NSViewController.h NSViewController implementation 2010-03-03 19:15:50 +00:00
NSViewController.m NSViewController loading from nib 2010-10-21 16:11:11 -04:00
NSWindow-Drag.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSWindow-Drag.m rename NSWindowBackgroundView to NSThemeFrame to maintain private API compatibility 2010-11-01 22:49:13 -04:00
NSWindow-Private.h fix NSWindow-Private.h for previous commit 2010-03-10 19:05:51 +00:00
NSWindow.h implement private API frameViewClassForStyleMask:, fix initial first responder behavior, send mouse moved events to window if arent under any view, send scroll wheel events to view under mouse, not first responder 2010-11-03 22:22:02 -04:00
NSWindow.m implement private API frameViewClassForStyleMask:, fix initial first responder behavior, send mouse moved events to window if arent under any view, send scroll wheel events to view under mouse, not first responder 2010-11-03 22:22:02 -04:00
NSWindowAnimationContext.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSWindowAnimationContext.m - Sheet animation synchronous, run loop will run until done. 2008-12-21 03:25:34 +00:00
NSWindowController.h nib name vs. path behavior fixes for NSWindowController 2010-03-08 20:33:47 +00:00
NSWindowController.m nib name vs. path behavior fixes for NSWindowController 2010-03-08 20:33:47 +00:00
NSWorkspace.h - CFCopyDescription fix 2010-03-16 20:38:14 +00:00
NSWorkspace.m - CFCopyDescription fix 2010-03-16 20:38:14 +00:00