darling-cocotron/AppKit
2012-10-17 19:30:06 +02:00
..
AppKit.xcodeproj Fix AppKit libraries detection 2012-05-23 09:51:16 -07:00
CoreData_ added NSPersistentDocument, NSManagedProxy back into source in AppKit 2010-10-22 14:34:13 -04:00
de.lproj German localization tweaks 2012-02-16 16:54:47 -05:00
en.lproj Internationalize AppKit 2012-01-18 09:55:13 -08:00
fr.lproj French localization 2012-01-18 18:02:22 -08:00
nib.subproj Leaks fixes 2012-02-07 18:12:16 +01:00
NSAnimation Empty implementation of NSAnimationContext - added missing import 2010-12-08 19:24:27 +01:00
NSCollectionView - Common mode behavior added to NSRunLoop 2010-03-15 18:51:01 +00:00
NSColor.subproj NSColor_catalog isn't friend with key archivers - the superclass is actually doing the right thing 2012-09-27 18:57:18 +02:00
NSColorPicker.subproj Various bug fixes and tweaks in the NSColor* classes 2012-04-30 12:44:41 -04:00
NSController The shared NSUserDefaultsController should be retained in initWithCoder 2012-03-19 13:12:15 +01:00
NSDrawer.subproj Don't think twice about removing self as an observer in dealloc 2012-01-20 12:43:06 -08:00
NSEvent.subproj Provide a mechanism to automatically dismiss menus when the app is deactivated 2012-02-21 13:25:30 -05:00
NSInterfacePart Added attributed string support for menus 2011-07-18 17:27:01 -04:00
NSKeyboardBinding Get proper NSKeyDown events for char built using dead-keys - !! This is a temp fix - KeyUp content is now broken - If any Win32 Events guru wants to have a look at it... 2012-09-17 16:04:21 +02:00
NSKeyValueBinding The real fix for the NSTextFieldBinder bug - thanks Airy 2012-05-08 10:47:13 -04:00
NSMenu.subproj Don't dismiss menus if a cascading menu item is clicked 2012-09-26 07:33:23 -04:00
NSOpenGL some CGL locking 2011-04-25 14:09:56 -04:00
NSSegmentedControl don't trust the selectedSegment - it may be -1 2011-12-06 10:23:13 -05:00
NSSystemInfoPanel German localization 2012-01-24 10:54:24 -05: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 Switch the spellchecker to use temporary attributes 2012-10-17 19:30:06 +02:00
NSToolbar.subproj NSToolbarItem shouldn't say size changed when it hasn't 2012-09-25 15:57:31 -04:00
RTF.subproj Escape backslash character when writing RTF 2011-09-13 10:52:39 -07:00
Win32.subproj Offset in printing views 2012-09-28 22:15:37 +02:00
X11.subproj support the more modern NSDocument runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: API and retrieve data from the Windows page layout dialog 2011-11-03 15:36:09 -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 Internationalize AppKit 2012-01-18 09:55:13 -08: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 Internationalize AppKit 2012-01-18 09:55:13 -08:00
NSAlertPanelExclamation.tiff Original 2006-12-22 04:41:44 +00:00
NSApplication.h remove public use of pthread.h 2011-09-28 15:12:43 -04:00
NSApplication.m Provide a mechanism to automatically dismiss menus when the app is deactivated 2012-02-21 13:25:30 -05:00
NSAttributedString.h Merge with latest cocotron trunk - I hope I didn't kill anything... 2011-09-21 18:28:15 +02:00
NSAttributedString.m Merge with latest cocotron trunk - I hope I didn't kill anything... 2011-09-21 18:28:15 +02:00
NSBezierPath.h Issue #303 fix, missing method in NSBezierPath header 2009-06-17 02:13:50 +00:00
NSBezierPath.m Implement O2PathContainsPoint() 2012-08-31 14:28:03 -04: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 Merge with latest cocotron trunk - I hope I didn't kill anything... 2011-09-21 18:28:15 +02:00
NSBitmapImageRep.m Adding more jpeg extensions. 2012-09-19 14:25:45 -07:00
NSBox.h isTransparent functionality for NSBox 2010-10-21 16:44:08 -04:00
NSBox.m box title gets cut off 2012-01-19 13:40:46 -08:00
NSBrowser.h merge with pre-starting point 2011-01-28 17:07:18 -05:00
NSBrowser.m Undo NSBrowser interface changes to maintain binary compatibility 2011-01-26 14:33:53 -05:00
NSBrowserCell.h - transparency fix for KGImageSource_GIF 2009-01-26 02:03:43 +00:00
NSBrowserCell.m More leaks and retain loops fixes 2012-02-13 16:46:27 +01: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 Get proper NSKeyDown events for char built using dead-keys - !! This is a temp fix - KeyUp content is now broken - If any Win32 Events guru wants to have a look at it... 2012-09-17 16:04:21 +02: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 Implement orderedWindows/orderedDocument using direct retrieval of z-order. Implement runModal to execute on main thread if not. Fix NSCell/NSButtonCell title value storage behavior. Create platform window on main thread. Fix memory leak in drag&drop for Win32. Finer grained locking on cgl/window flushing 2011-03-28 16:19:16 -04:00
NSButtonCell.m Too long control titles should be clipped with "..." 2011-11-07 17:31:57 +01: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 [NSImage tiffRepresentation] is broken 2012-09-27 18:56:17 +02:00
NSCell.h Allow the mouse to leave the slider control bounds - it makes using it much nicer 2012-01-09 18:06:25 -05:00
NSCell.m Local fix for [nil 2012-01-10 14:30:02 +01: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 More redraww fixes 2011-11-15 14:34:29 +01: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 Make the color picker more appealing and add a color wheel picker 2011-11-01 12:10:41 -04:00
NSColorPanel.m Various bug fixes and tweaks in the NSColor* classes 2012-04-30 12:44:41 -04: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 Various bug fixes and tweaks in the NSColor* classes 2012-04-30 12:44:41 -04:00
NSColorWell.m Various bug fixes and tweaks in the NSColor* classes 2012-04-30 12:44:41 -04: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 Provide a mechanism to automatically dismiss menus when the app is deactivated 2012-02-21 13:25:30 -05: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 merge with snstevenicholson-work 2011-10-20 11:26:27 -04:00
NSControl.m Ensure bindings are cleared in NSControl dealloc - to avoid confusion 2012-02-17 14:13:30 -05:00
NSCursor.h custom cursor and tracking rect fixes 2011-01-20 16:53:06 -05:00
NSCursor.m Cursor retain bugfix by plasq (issue #675) 2011-05-25 22:50:07 +03: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 Implement needsPanelToBecomeKey behavior 2011-01-29 16:26:21 -05: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 support the more modern NSDocument runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: API and retrieve data from the Windows page layout dialog 2011-11-03 15:36:09 -04:00
NSDisplay.m support the more modern NSDocument runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: API and retrieve data from the Windows page layout dialog 2011-11-03 15:36:09 -04: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 Basic support for Image in PDF Context + support for printing to a PDF file 2012-01-18 15:59:12 -08:00
NSDocumentController.h Andy Balholm's NSWindowController,NSDocument,NSDocumentController,NSWindow and NSApplication changes 2009-08-05 21:11:32 +00:00
NSDocumentController.m Use pathExtension to get the path extension 2011-11-21 09:51:28 -05: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 Fixing Drag and Drop image 2011-06-30 15:41:18 +02: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 Allow the nib font name translation to be extended 2011-05-26 16:40:59 -04:00
NSFont.m Allow use of display name for fontWithName: 2012-10-05 15:17:49 +02:00
NSFontDescriptor.h Missing NSFont and related classes methods 2011-07-15 16:49:18 -04:00
NSFontDescriptor.m FontDescriptor symbolic traits are encoded within a traits dictionary 2011-11-23 17:19:39 -05:00
NSFontFamily.h Fix NSFont so it works with postscript name, as its Cocoa cousin 2012-01-27 13:53:41 +01:00
NSFontFamily.m Fix NSFont so it works with postscript name, as its Cocoa cousin 2012-01-27 13:53:41 +01: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 Fix NSFont so it works with postscript name, as its Cocoa cousin 2012-01-27 13:53:41 +01: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 Don't communicate with the font panel from within the font panel! 2012-05-02 19:32:06 -04: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 Fix NSFont so it works with postscript name, as its Cocoa cousin 2012-01-27 13:53:41 +01:00
NSFontTypeface.m Fix NSFont so it works with postscript name, as its Cocoa cousin 2012-01-27 13:53:41 +01: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 Added missing getter methods for NSGraphicsContext state 2011-08-03 22:45:41 +03:00
NSGraphicsContext.m Added missing getter methods for NSGraphicsContext state 2011-08-03 22:45:41 +03: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 tiffRepresentation] is broken 2012-09-27 18:56:17 +02: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 fixed bug with drawing image cells in flipped controls, e.g. NSTableView 2011-09-12 20:36:49 +03:00
NSImageRep.h NSCopying for NSImageRep 2010-11-01 22:12:42 -04:00
NSImageRep.m [NSImageRep imageRepsWithContentsOfFile:] should accept valid path without a known file extension, as it does in Cocoa 2012-03-19 15:31:25 +01:00
NSImageView.h added target/action to NSImageView 2009-09-04 17:58:20 +00:00
NSImageView.m valuePath and valueURL not working on NSImageView 2011-11-22 13:56:07 +01: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 Don't assign _currentEditor until we're ready to retain it - NSControl tests its value. 2012-02-29 12:14:46 -05: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 Internationalize AppKit 2012-01-18 09:55:13 -08:00
NSOutlineView.h NSTableView, NSOutlineView fixes, unify behavior and make layout behave better 2010-11-04 15:36:54 -04:00
NSOutlineView.m NSTableView, NSOutlineView fixes, unify behavior and make layout behave better 2010-11-04 15:36:54 -04: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 support the more modern NSDocument runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo: API and retrieve data from the Windows page layout dialog 2011-11-03 15:36:09 -04: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 Set appropriate levels for alerts and panels 2011-11-28 15:22:47 -05:00
NSParagraphStyle.h - license boilerplate fixes 2008-04-15 14:03:15 +00:00
NSParagraphStyle.m encode/decode attributed strings with keyed archiver 2011-11-19 11:46:11 -05: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 implemented propertyList setter/getter 2011-07-28 10:35:55 -04: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 AppKit lets you bind some NSValue to a popUpButton selectedValue (even if the docs says it's a string) 2011-11-25 18:36:34 +01:00
NSPopUpButton.m The sender depends on whether the menu items have an explicit action 2011-11-30 18:06:47 -05:00
NSPopUpButtonCell.h fix for last commit 2010-11-03 22:34:00 -04:00
NSPopUpButtonCell.m Make sure the selectedIndex is still valid after messing with the menu 2011-12-08 16:59:44 -05: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 NSPopUpView is using unsigned and signed values for selectedIndex 2011-11-08 10:17:21 -05:00
NSPopUpView.m Provide a mechanism to automatically dismiss menus when the app is deactivated 2012-02-21 13:25:30 -05: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 NSPopUp controls not showing attributed menu items 2011-07-19 09:17:09 -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 Basic support for Image in PDF Context + support for printing to a PDF file 2012-01-18 15:59:12 -08:00
NSPrintInfo.m Basic support for Image in PDF Context + support for printing to a PDF file 2012-01-18 15:59:12 -08: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 Read back from/to page from the print panel 2012-05-25 16:59:36 -07: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 Support thread animation in the progress indicator 2012-02-01 13:28:25 -05:00
NSProgressIndicator.m Support thread animation in the progress indicator 2012-02-01 13:28:25 -05: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 Get proper NSKeyDown events for char built using dead-keys - !! This is a temp fix - KeyUp content is now broken - If any Win32 Events guru wants to have a look at it... 2012-09-17 16:04:21 +02: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 make runModal: start in current directory 2011-09-12 18:27:02 -07: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 small AppKit fixes; fix for a pointer bug in NSUndoManager 2011-05-25 22:17:05 +03:00
NSScroller.m small AppKit fixes; fix for a pointer bug in NSUndoManager 2011-05-25 22:17:05 +03: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 small AppKit fixes; fix for a pointer bug in NSUndoManager 2011-05-25 22:17:05 +03: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 rough in more spelling, fix build warnings 2011-08-25 23:08:17 -04:00
NSSearchGlass.ai added NSSearchGlass icon for NSSearchField 2010-11-04 16:40:39 -04:00
NSSearchGlass.pdf added NSSearchGlass icon for NSSearchField 2010-11-04 16:40:39 -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 original change made in wrong copy of the header 2011-11-04 14:38:00 -04:00
NSSheetContext.m Provide a method for the animated OS X style sheets to be presented as normal dialogs 2011-11-04 13:46:35 -04: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 Allow the mouse to leave the slider control bounds - it makes using it much nicer 2012-01-09 18:06:25 -05:00
NSSliderCell.m Fix for numberOfTickMarks = 0 and allowsTickMarkValuesOnly = YES 2012-02-06 15:24:38 +01:00
NSSound.h Moved Win32 NSSSound code to NSSound_win32 2008-12-08 03:55:01 +00:00
NSSound.m don't leak sounds returned by soundNamed: 2011-12-08 09:55:19 -05:00
NSSpellChecker.h Clean up the spelling panel 2012-01-10 19:59:53 -05:00
NSSpellChecker.m Internationalize AppKit 2012-01-18 09:55:13 -08:00
NSSpellCheckerTagData.h rough in more spelling, fix build warnings 2011-08-25 23:08:17 -04:00
NSSpellCheckerTagData.m rough in more spelling, fix build warnings 2011-08-25 23:08:17 -04:00
NSSpellingViewController.h Clean up the spelling panel 2012-01-10 19:59:53 -05:00
NSSpellingViewController.m Can't replace a mispelled word with a new one typed into the spelling panel 2012-05-07 14:51:56 +02:00
NSSpellProtocol.h Rough in some spell checker classes and clean up warnings 2011-08-22 00:14:07 -04:00
NSSplitView.h Support divider style when drawing splitviews 2011-05-26 19:16:37 -04:00
NSSplitView.m Use a modern drawing routine to draw the splitter drag handle 2011-11-22 09:13:14 -05: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 NSStepperCell and NSSliderCell should pull in the NSValue instead of the NSContents 2011-12-07 10:58:21 -05: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 Ellipsis adding was a bit too aggressive - this change works with multi-line text fields 2011-11-08 16:49:33 -05:00
NSStringDrawer.m Ellipsis adding was a bit too aggressive - this change works with multi-line text fields 2011-11-08 16:49:33 -05: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 Binding implementation 2010-12-08 17:52:48 +01: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 Don't assign _currentEditor until we're ready to retain it - NSControl tests its value. 2012-02-29 12:14:46 -05:00
NSTabView.h implemented -[NSTabView selectLastTabViewItem] 2009-04-15 19:51:55 +00:00
NSTabView.m Binding implementation 2010-12-08 17:52:48 +01: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 rough in more spelling 2011-08-31 00:19:36 -04:00
NSText.m rough in more spelling 2011-08-31 00:19:36 -04: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 The real fix for the NSTextFieldBinder bug - thanks Airy 2012-05-08 10:47:13 -04:00
NSTextFieldCell.h NSTextFieldCell fixes for rounded bezel, NSLayoutManager fix for string sizing 2010-10-22 15:26:19 -04:00
NSTextFieldCell.m Ellipsis adding was a bit too aggressive - this change works with multi-line text fields 2011-11-08 16:49:33 -05: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 variety of small fixes 2011-01-10 11:44:35 -05: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 Fixes for tooltips 2012-01-10 14:12:09 +01:00
NSTrackingArea.h - CFCopyDescription fix 2010-03-16 20:38:14 +00:00
NSTrackingArea.m More leaks and retain loops fixes 2012-02-13 16:46:27 +01: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 Implement getRectsBeingDrawn and fix the shouldDrawRect: and clipping logic 2011-11-14 23:42:46 +01:00
NSView.m Offset in printing views 2012-09-28 22:15:37 +02:00
NSViewBackingLayer.h CoreAnimation work 2011-01-03 21:45:53 -05:00
NSViewBackingLayer.m CoreAnimation work 2011-01-03 21:45:53 -05: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 Don't register to NSApp Windows used for caching images - that's over retaining them 2012-02-29 15:45:04 +01:00
NSWindow.h merge with ac-work 2011-04-21 17:08:36 -04:00
NSWindow.m Make sure platform window sizing doesn't force the NSWindow into sizes it doesn't accept 2012-07-04 06:39:02 -07: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 More leaks fixes 2012-02-09 14:22:27 +01:00
NSWindowScripting.h Implement orderedWindows/orderedDocument using direct retrieval of z-order. Implement runModal to execute on main thread if not. Fix NSCell/NSButtonCell title value storage behavior. Create platform window on main thread. Fix memory leak in drag&drop for Win32. Finer grained locking on cgl/window flushing 2011-03-28 16:19:16 -04:00
NSWindowScripting.m locks on currentEvent 2011-08-10 23:04:35 -04:00
NSWorkspace.h fixed a leak and bad bitmap format specification - and added hidden file method 2011-07-28 14:07:56 -04:00
NSWorkspace.m fixed a leak and bad bitmap format specification - and added hidden file method 2011-07-28 14:07:56 -04:00