darling-cocotron/AppKit
2010-03-02 15:44:18 +00:00
..
AppKit.xcodeproj X11 cleanup, OpenGL enabled windows for QuartzCore, OpenGL rendered windows 2010-01-10 03:19:27 +00: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 More reliable mechanism for finding the main menu in a nib, fixed warning in NSNetServices 2010-03-02 14:44:43 +00:00
NSAnimation Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSCollectionView - Issue #382, implemented NSWindowDidResizeNotification, NSWindowDidMoveNotification , NSWindowWillStartLiveResizeNotification, NSWindowDidEndLiveResizeNotification 2009-09-13 02:52:22 +00:00
NSColor.subproj - add FreeBSD targets to all frameworks 2009-12-16 19:27:00 +00: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 - add FreeBSD targets to all frameworks 2009-12-16 19:27:00 +00:00
NSController Issue #341, enable -Werror-implicit-function-declaration and cleaned up missing prototypes 2009-08-06 19:27:34 +00:00
NSDrawer.subproj change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSEvent.subproj (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSFontPanel.nib gdb po and -description method will return UTF8 strings 2009-02-16 15:18:36 +00:00
NSInterfacePart - 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
NSKeyboardBinding NSKeyBinding* classes renamed to NSKeyboardBinding* so as to not interfere with private NSKeyBinding class in Apple's Foundation 2009-07-27 17:11:21 +00:00
NSKeyValueBinding Andy Balholm's NSCachingBinder changes 2009-08-05 20:08:31 +00:00
NSMenu.subproj (fixes issue #106) by Markus Hitter, NSAlert layout fixes 2009-11-14 21:23:09 +00:00
NSOpenGL X11 cleanup, OpenGL enabled windows for QuartzCore, OpenGL rendered windows 2010-01-10 03:19:27 +00:00
NSSegmentedControl - 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
NSSystemInfoPanel - Issue #322 fix by Glenn Ganz, fixed infinite loop in NSMutableString 2009-07-02 18:28:11 +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 Implemented NSTextView selectedRanges, setSelectedRanges:,setSelectedRanges:affinity:stillSelecting:, delegate textView:willChangeSelectionFromCharacterRanges:toCharacterRanges: 2009-10-20 18:09:28 +00:00
NSToolbar.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
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 X11 cleanup, OpenGL enabled windows for QuartzCore, OpenGL rendered windows 2010-01-10 03:19:27 +00:00
X11.subproj (fixes issue #511) by tobias at platen-software.de 2010-03-02 15:44:18 +00:00
AppKit.h opengl header fixes in OpenGL and AppKit, NSCollectionView/Item rough in 2009-08-21 20:00:16 +00: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
NSActionCell.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
NSActionCell.m - Issue #382, implemented NSWindowDidResizeNotification, NSWindowDidMoveNotification , NSWindowWillStartLiveResizeNotification, NSWindowDidEndLiveResizeNotification 2009-09-13 02:52:22 +00: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 - NSAlert implemented 2008-05-13 18:43:48 +00:00
NSAlert.m change use of -[NSWindow _setStyleMask:] to setStyleMask: 2010-01-08 01:48:11 +00: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 minor fixes for previous commits 2009-08-18 17:13:51 +00:00
NSApplication.m change use of -[NSWindow _setStyleMask:] to setStyleMask: 2010-01-08 01:48:11 +00:00
NSAttributedString.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
NSAttributedString.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
NSBezierPath.h Issue #303 fix, missing method in NSBezierPath header 2009-06-17 02:13:50 +00:00
NSBezierPath.m Modify NSBezierPath appendBezierPathWithRoundedRect: to construct path in same order as Cocoa, starting with top line, remove unneeded lineto's 2009-06-17 16:28:26 +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 fixes for X11.subproj 2009-11-13 21:03:17 +00:00
NSBitmapImageRep.m patch by Andy Balholm, TIFF and document fixes 2009-12-02 16:18:17 +00:00
NSBox.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
NSBox.m closing i363: release contentview after addSubView 2009-08-25 15:15:04 +00: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 -[NSFileManager_win32 attributesOfFileSystemForPath:error:] implementation 2009-10-06 14:34:04 +00: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 #366, implement NSButton setButtonType: in terms of NSButtonCell setButtonType:, add more NSButtonCell API 2009-08-24 19:08:04 +00: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 #366, implement NSButton setButtonType: in terms of NSButtonCell setButtonType:, add more NSButtonCell API 2009-08-24 19:08:04 +00:00
NSButtonCell.m (fixes issue #425) by Markus Hitter, BezelStyle button shouldn't background drawing 2009-11-06 00:47:16 +00: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 - Fixed leaks in KGContext_builtin, NSCachedImageRep, KGContext_builtin_gdi 2008-08-20 17:52:47 +00:00
NSCell.h - added frame style drawing to NSImageCell 2009-09-16 20:40:16 +00:00
NSCell.m (fixes issue #425) by Markus Hitter, BezelStyle button shouldn't background drawing 2009-11-06 00:47:16 +00: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
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 change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSColorList.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
NSColorList.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
NSColorPanel.h - 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
NSColorPanel.m - 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
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 - 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
NSComboBox.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
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 change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00: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 Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSControl.h remove @optional from NSControl.h due to compiler problems 2010-01-04 14:48:10 +00:00
NSControl.m (fixes issue #425) by Markus Hitter, BezelStyle button shouldn't background drawing 2009-11-06 00:47:16 +00: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 - 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
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 (fixes issue #397) check for NULL implementation of sheetDidEnd:. (fixes issue #412) missing #import by Steve Nicholson 2009-11-05 19:41:06 +00:00
NSDatePickerCell.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
NSDatePickerCell.m - 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
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 (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSDockTile.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSDockTile.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSDocument.h Andy Balholm's NSWindowController,NSDocument,NSDocumentController,NSWindow and NSApplication changes 2009-08-05 21:11:32 +00:00
NSDocument.m patch by Andy Balholm, TIFF and document fixes 2009-12-02 16:18:17 +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
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
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 - Fixed case sensitivity on ObjC* #import's for case sensitive file systems submitted by halfactivist. 2007-03-11 19:28:02 +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 (fixes issue #507) by Gary Palter 2010-03-02 14:34:17 +00:00
NSFontDescriptor.h - Fixed Info.plist path in Darwin target in ApplicationServices.xcodeproj 2009-01-26 02:26:32 +00:00
NSFontDescriptor.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
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 (fixes issue #478) by Gary Palter 2010-03-02 15:07:51 +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
NSGradient.h (fixes issue #445) by Glenn Ganz, NSDateFormatter case sensitivity bug 2009-11-10 18:22:27 +00:00
NSGradient.m (fixes issue #438) by Steve Nicholson, NSGradient drawInRect:angle: fix 2009-11-05 14:21:18 +00:00
NSGraphics.h NSFrameRectWithWidth fixed, NSFrameRectWithWidthUsingOperation() implemented 2009-10-29 17:31:29 +00:00
NSGraphics.m NSFrameRectWithWidth fixed, NSFrameRectWithWidthUsingOperation() implemented 2009-10-29 17:31:29 +00:00
NSGraphicsContext.h Added NSOpenGLDrawable abstract class, moved NSOpenGLDrawable_gdiView to Win32/, removed use of windows.h in NSOpenGL 2008-12-08 02:19:34 +00:00
NSGraphicsContext.m (fixes issue 392) fix by m.schneider at xabient.de, NSGraphicsContext _currentContext() nil checks 2009-10-19 20:16:08 +00: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 - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +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 - Issue #183 fix, KGImageSource_TIFF, KGImageSource_PNG clamps color channel for premultiplied alpha 2008-12-01 02:43:19 +00:00
NSImage.m - initial CFData implementation 2009-12-01 22:27:05 +00:00
NSImageCell.h added target/action to NSImageView 2009-09-04 17:58:20 +00:00
NSImageCell.m - added frame style drawing to NSImageCell 2009-09-16 20:40:16 +00:00
NSImageNameRefreshTemplate.pdf - Fixed exception/crash problem in -[NSObjectToObservers postNotification:] 2008-11-11 03:36:57 +00:00
NSImageRep.h - added -[NSBitmapImageRep CGImage], -[NSBitmapImageRep setPixel:atX:y], -[NSBitmapImageRep setColor:atX:y:], fixed plane allocation bugs. 2008-09-15 15:27:21 +00:00
NSImageRep.m NSImageRep fix for case-sensitivity on file extensions and JPEG reader fix 2009-08-31 16:31:26 +00:00
NSImageView.h added target/action to NSImageView 2009-09-04 17:58:20 +00:00
NSImageView.m - added frame style drawing to NSImageCell 2009-09-16 20:40:16 +00: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
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
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 - Issue #382, implemented NSWindowDidResizeNotification, NSWindowDidMoveNotification , NSWindowWillStartLiveResizeNotification, NSWindowDidEndLiveResizeNotification 2009-09-13 02:52:22 +00: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 - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00:00
NSMutableParagraphStyle.m - Added Dirk Theisen's -[NSArray initWithContentsOfFile:] 2007-05-29 04:00:51 +00: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
NSOutlineMarkerCell.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSOutlineMarkerCell.m - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSOutlineView.h (fixes issue 395) implemented -[NSOutlineView parentForItem:] 2009-10-19 20:03:14 +00:00
NSOutlineView.m (fixes issue 395) implemented -[NSOutlineView parentForItem:] 2009-10-19 20:03:14 +00: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 - Johannes Fortmann's Nov 8, 2007 patch and NSControllerSelectionProxy.h/.m for binding and controllers 2007-11-11 02:21:42 +00:00
NSParagraphStyle.h - license boilerplate fixes 2008-04-15 14:03:15 +00:00
NSParagraphStyle.m change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSPasteboard.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPasteboard.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
NSPathCell.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPathCell.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPathComponentCell.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPathComponentCell.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPathControl.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPathControl.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPDFImageRep.h i376 partial fix, imageRepWithContentsOfFile: implemented, NSRectFill* function fixes for blend modes 2009-08-26 19:04:20 +00:00
NSPDFImageRep.m - moved CG* basic types to CFBase.h 2009-11-12 18:07:15 +00:00
NSPopUpButton.h NSPredicate "contains" fixed 2009-02-09 20:32:41 +00:00
NSPopUpButton.m NSPredicate "contains" fixed 2009-02-09 20:32:41 +00:00
NSPopUpButtonCell.h Issue #324, NSPopButtonCell, NSMenu improvements by Mathew at customcraftcreations.com, modified 2009-07-28 19:41:41 +00:00
NSPopUpButtonCell.m Issue #324, NSPopButtonCell, NSMenu improvements by Mathew at customcraftcreations.com, modified 2009-07-28 19:41:41 +00: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 Issue #324, NSPopButtonCell, NSMenu improvements by Mathew at customcraftcreations.com, modified 2009-07-28 19:41:41 +00: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 Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPredicateEditor.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPredicateEditor.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPredicateEditorRowTemplate.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPredicateEditorRowTemplate.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00: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 -More PDF generation and related cleanup. Text output works. Font dictionaries need more work to get more accurate fonts on display. Shadings might work, untested. 2007-10-22 19:00:18 +00:00
NSPrintInfo.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-09 19:24:50 +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 change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSRadioButton.tiff Original 2006-12-22 04:41:44 +00: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 Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSRuleEditor.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00: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 - license boilerplate fixes 2008-04-15 14:03:15 +00:00
NSSavePanel.m Alexei Svitkine's patch for issue 233 2008-12-21 18:15:12 +00:00
NSScreen.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSScreen.m build fix for Linux foundation 2008-10-15 16:47:22 +00:00
NSScroller.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSScroller.m change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSScrollView.h - nil and Nil defined as 0 instead of ((Class)0) and ((id)0) 2009-03-26 03:18:11 +00:00
NSScrollView.m change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00: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 - 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
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 - 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
NSSheetContext.h - Sheet animation synchronous, run loop will run until done. 2008-12-21 03:25:34 +00:00
NSSheetContext.m - Sheet animation synchronous, run loop will run until done. 2008-12-21 03:25:34 +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 - 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
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 Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSSplitView.m (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00: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
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 + Johannes Fortmann's bindings patch: 2007-05-19 03:47:03 +00:00
NSTableColumn.m change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00: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 Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSTableHeaderCell.m - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00: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 change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSTableView.h -[NSFileManager_win32 attributesOfFileSystemForPath:error:] implementation 2009-10-06 14:34:04 +00:00
NSTableView.m (fixes issue #437) by Steve Nicholson, NSTableView drag&drop fix 2009-11-05 19:25:51 +00:00
NSTabView.h implemented -[NSTabView selectLastTabViewItem] 2009-04-15 19:51:55 +00:00
NSTabView.m change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00: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 change imports to use NSKeyedArchiver.h 2009-06-19 18:12:28 +00:00
NSText.h Issue #339, minSize,setMinSize: not implemented in NSText,NSTextView by Glenn Ganz 2009-08-02 04:35:31 +00:00
NSText.m Issue #339, minSize,setMinSize: not implemented in NSText,NSTextView by Glenn Ganz 2009-08-02 04:35:31 +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 Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSTextField.m issue #443) implemented control:textView:doCommandBySelector: delegate method in NSTextField 2009-11-08 19:49:12 +00:00
NSTextFieldCell.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSTextFieldCell.m - added frame style drawing to NSImageCell 2009-09-16 20:40:16 +00: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
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 (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSTrackingArea.h er, fixed NSTrackingAreaOptions type 2010-01-07 19:21:25 +00:00
NSTrackingArea.m (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +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
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 (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSView.m (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSViewController.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSViewController.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00: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 - Issue 47 fix by Rolf Jansen, %f formatting bug fixes 2007-10-15 18:08:57 +00:00
NSWindow-Private.h change use of -[NSWindow _setStyleMask:] to setStyleMask: 2010-01-08 01:48:11 +00:00
NSWindow.h (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
NSWindow.m change use of -[NSWindow _setStyleMask:] to setStyleMask: 2010-01-08 01:48:11 +00: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
NSWindowBackgroundView.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSWindowBackgroundView.m - add FreeBSD targets to all frameworks 2009-12-16 19:27:00 +00:00
NSWindowController.h - Issue #110 patch from steph...@sente.ch, nib unarchiving issues 2008-05-14 18:44:15 +00:00
NSWindowController.m i361 fix by Gary Byers implements NSApplication orderedWindows, orderedDocuments 2009-08-18 16:28:04 +00:00
NSWorkspace.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
NSWorkspace.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