darling-cocotron/AppKit
2014-02-14 18:13:20 +01:00
..
AppKit.xcodeproj Add support for the NSPrintOperation showsProgressPanel 2013-07-25 16:33:33 -04: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 Better encoding support 2013-11-04 18:23:42 +01:00
fr.lproj Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
nib.subproj Better encoding support 2013-11-04 18:23:42 +01:00
NSAnimation Empty implementation of NSAnimationContext - added missing import 2010-12-08 19:24:27 +01:00
NSCollectionView hand merge with glennganz-cocotron1 2012-02-20 08:25:12 -05:00
NSColor.subproj Make NSColor drawSwatchInRect: to display the hints for colors with transparency + fix for the Color panel opacity slider synchronization 2013-05-20 17:07:52 +02:00
NSColorPicker.subproj Various bug fixes and tweaks in the NSColor* classes 2012-04-30 12:44:41 -04:00
NSController memory leak + best practice improvements 2013-11-11 09:19:46 -05: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 Missing trackingArea method in the headers 2013-04-20 12:42:42 +02:00
NSInterfacePart Better popmenu menus : same look as other menu, support for images, validation... 2013-04-11 17:02:32 +02: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 peer binders aren't checked for the main property ("enabled" vs "enabled2") 2013-04-16 14:56:58 +02:00
NSMenu.subproj NSMenuItem should support encoded NSAction/NSTarget (and NSPopUpButton use that) 2014-01-17 18:24:25 +01:00
NSOpenGL crasher and child window fixes 2012-01-23 09:11:53 -05:00
NSSegmentedControl NSSegmentedControl sizeToFit doesn't work 2013-04-24 15:58:00 +02:00
NSSystemInfoPanel Better encoding support 2013-11-04 18:23:42 +01: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 Temporary attributes not being found when drawing glyphs 2014-01-16 13:29:33 -08:00
NSToolbar.subproj ToolbarItems with embedded views and no action are enabled by default 2013-10-25 12:20:56 -04:00
RTF.subproj Skip comment args in RTF files 2014-02-13 13:55:06 -08:00
UNIDATA Support for bidi in the layout manager/text editing 2012-12-07 19:04:05 +01:00
Win32.subproj Improve windows msg debugging 2014-01-15 13:26:56 -08:00
X11.subproj Make the fonts metrics/advances on Windows match the Mac ones - the important part is using the font at Em size and scale that to the font size 2013-12-09 18:03:21 +01: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 Better formatter support 2013-03-27 20:19:14 +01: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 merge with ac-2 2012-03-28 23:32:56 -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 Internationalize AppKit 2012-01-18 09:55:13 -08:00
NSAlertPanelExclamation.tiff Original 2006-12-22 04:41:44 +00:00
NSApplication.h hide phtread.h from NSApplication 2011-12-28 21:13:26 -05:00
NSApplication.m Another rewrite of key events on Windows - don't mix ToUnicode & TranslateMessage since they fight for the same state machine 2013-11-12 15:14:32 +01: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 NSAttributedString is not implementing RTFDFromRange:documentAttributes: when it can (at least mostly) 2013-06-13 10:37:37 -04: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 revert the NSFileManager change + optimisation - mainly trying to limit the number of file existence checks when looking for a resource - for some weird reason, this can be very expensive on Win32 2014-02-14 18:13:20 +01: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 Use the same image for sizing as displaying 2013-10-30 11:14:54 -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 [NSImage tiffRepresentation] is broken 2012-09-27 18:56:17 +02:00
NSCell.h NSCell is not detecting the RichText setting in the xib - causing the field editor to always return NSAttributedStrings for string values 2013-06-13 09:08:39 -04:00
NSCell.m endEditing should do something with the string! 2013-10-24 12:01:29 -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 Fix tiling when the doc view size change and autohiding of the scrollbars is on 2013-10-01 17:58:15 +02: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 Make NSColor drawSwatchInRect: to display the hints for colors with transparency + fix for the Color panel opacity slider synchronization 2013-05-20 17:07:52 +02: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 Just clicking on the NSComboBox menu item doesn't select the item clicked 2014-01-17 18:12:25 +01: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 Just clicking on the NSComboBox menu item doesn't select the item clicked 2014-01-17 18:12:25 +01: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 Better formatter support 2013-03-27 20:19:14 +01:00
NSControl.m Better formatter support 2013-03-27 20:19:14 +01: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 merge 2014-01-17 18:25:20 +01: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 Lazy load the contents data - not sure Cocoa is doing really that but that really helps when you have a directory with 2GB of big files whose mapping is taking all of the VM space 2013-12-05 15:39:05 +01:00
NSFileWrapper.m Lazy load the contents data - not sure Cocoa is doing really that but that really helps when you have a directory with 2GB of big files whose mapping is taking all of the VM space 2013-12-05 15:39:05 +01:00
NSFont.h Implement font fallback when a font can't render a char + fix unicode processing in Win32 2012-12-03 15:35:51 +01:00
NSFont.m Fixes for the RTF reader & writer to unicode chars + better handling of some unicode newline codes 2014-01-01 10:09:07 +01: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 Fix modifyFont:/convertFont: + make NSTextView modifyFont: aware of multiple fonts 2013-10-17 18:13:19 +02:00
NSFontManager.m Improper clearing of traits - x-or was toggling it back on instead of leaving it clear 2013-12-11 12:22:08 -08: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 Font panel apply doesn't do much - broken by previous NSFontManager fixes 2013-10-24 15:46:08 +02: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 Multi-color gradient blending is broken (it'll only blend between 2 colors) 2013-06-28 14:21:23 -04:00
NSGraphics.h NSGraphics fixes, Foundation header fixes 2010-10-22 14:32:35 -04:00
NSGraphics.m Add support for poof animation 2013-07-24 18:04:29 +02:00
NSGraphicsContext.h Added missing getter methods for NSGraphicsContext state 2011-08-03 22:45:41 +03:00
NSGraphicsContext.m NSGraphicsContext isDrawingToScreen should be NO only for non-bitmap context, not just for "real" screen ones 2013-10-30 12:42:33 +01: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 -[NSImage initWithCGImage:size:] API 2013-05-27 15:23:39 +02:00
NSImage.m revert the NSFileManager change + optimisation - mainly trying to limit the number of file existence checks when looking for a resource - for some weird reason, this can be very expensive on Win32 2014-02-14 18:13:20 +01: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 merge with ac-2 2012-03-28 23:32:56 -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 Better formatter support 2013-03-27 20:19:14 +01: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 dont save too many events when running a modal 2012-04-19 09:53:44 -04:00
NSModalSessionX.m Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
NSMutableAttributedString.h Implement font fallback when a font can't render a char + fix unicode processing in Win32 2012-12-03 15:35:51 +01:00
NSMutableAttributedString.m Try to avoid allocation on the stack for strings - it makes things easy to crash when playing with big strings 2014-01-15 17:06:00 +01: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 Adding missing API 2013-09-20 16:42:24 -04:00
NSPanel.m Adding missing API 2013-09-20 16:42:24 -04:00
NSParagraphStyle.h - license boilerplate fixes 2008-04-15 14:03:15 +00:00
NSParagraphStyle.m Support for bidi in the layout manager/text editing 2012-12-07 19:04:05 +01:00
NSPasteboard.h Add some of the new pasteboard types 2013-10-26 13:57:31 -04:00
NSPasteboard.m Add some of the new pasteboard types 2013-10-26 13:57:31 -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
NSPoof.png Original poof graphic for Cocotron 2013-09-22 14:38:46 -04:00
NSPoofAnimation.h Use the right headers 2013-07-24 19:36:57 +02:00
NSPoofAnimation.m Add support for poof animation 2013-07-24 18:04:29 +02: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 NSMenuItem should support encoded NSAction/NSTarget (and NSPopUpButton use that) 2014-01-17 18:24:25 +01:00
NSPopUpButtonCell.h Missing arrowPosition set/get 2013-04-15 12:52:54 -04:00
NSPopUpButtonCell.m Remove duplicate menu items in addItemWithTitle: 2014-01-17 15:57:47 -08: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 Better popmenu menus : same look as other menu, support for images, validation... 2013-04-11 17:02:32 +02:00
NSPopUpView.m Attributed string menu items are sometimes clipped 2014-01-16 19:59:13 +01: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 Better popmenu menus : same look as other menu, support for images, validation... 2013-04-11 17:02:32 +02: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 Missing print api 2013-05-01 15:10:36 -04:00
NSPrintInfo.m Missing print api 2013-05-01 15:10:36 -04:00
NSPrintOperation.h Add support for the NSPrintOperation showsProgressPanel 2013-07-25 16:33:33 -04:00
NSPrintOperation.m runOperation is ignoring the page range set in the print info 2013-09-20 16:04:14 +02:00
NSPrintPanel.h Add missing strings 2013-10-04 11:48:19 -04:00
NSPrintPanel.m Add missing strings 2013-10-04 11:48:19 -04:00
NSPrintProgressPanelController.h Add support for the NSPrintOperation showsProgressPanel 2013-07-25 16:33:33 -04:00
NSPrintProgressPanelController.m Add support for the NSPrintOperation showsProgressPanel 2013-07-25 16:33:33 -04: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 added missing scroll decls 2013-06-17 17:11:17 -05:00
NSResponder.m Filter only Apple Unicode for functions keys & ctrl chars - current code is filtering too much (including full size Roman chars used by Japanese) 2014-01-07 18:09:58 +01: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 Better support for rulers 2012-11-19 15:32:37 +01:00
NSRulerMarker.m Better handling of various textview/container offset by rulers & markers 2013-04-02 14:59:36 -07:00
NSRulerMarkerTab.tiff Original 2006-12-22 04:41:44 +00:00
NSRulerView.h Better support for rulers 2012-11-19 15:32:37 +01:00
NSRulerView.m No need to apply offset/scaling when drawing rulers line locations 2013-09-12 15:35:53 +02: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 Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
NSScrollView.h Forgot that one 2012-11-26 17:06:56 +01:00
NSScrollView.m Crash when releasing a scrollView with a tableView + its editor - the scrollview _cornerView is supposed to be retained when set 2014-01-03 18:00:17 +01: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 Temporary attributes not being found when drawing glyphs 2014-01-16 13:29:33 -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 NSSplitView collapsing now supported and modernized the delegate interface 2013-03-25 13:05:20 -04:00
NSSplitView.m NSSplitView collapsing now supported and modernized the delegate interface 2013-03-25 13:05:20 -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 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 Add unimplemented version of NSString boundingRectWithSize:options:attributes: 2012-02-15 16:04:36 -08:00
NSStringDrawing.m Add unimplemented version of NSString boundingRectWithSize:options:attributes: 2012-02-15 16:04:36 -08: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 The tableview editor delegate must be set so we can track its changes 2014-01-03 17:58:26 +01: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 Add [NSFontManager currentFontAction] + missing changeFont: from NSText 2013-05-22 19:37:35 +02:00
NSText.m Add [NSFontManager currentFontAction] + missing changeFont: from NSText 2013-05-22 19:37:35 +02: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 Clicking on a textfield shouldn't select all of the text 2013-04-16 14:52:03 +02:00
NSTextFieldCell.h hand merge with glennganz-cocotron1 2012-02-20 08:25:12 -05:00
NSTextFieldCell.m hand merge with glennganz-cocotron1 2012-02-20 08:25:12 -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 handle use of -hasMainMenu during a resize, return result of NSApp sendAction 2012-03-03 02:56:55 -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 merge pauli-cocotron 2012-01-27 09:48:46 -05:00
NSView.m scrollToVisible needs to check the visibility of the doc view, not the self one 2013-11-11 14:36:14 +01: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 prevent infinite loop finding next key view 2012-03-27 18:03:28 -04:00
NSWindow.m Boo 2013-10-29 13:22:00 -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 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