Commit Graph

8 Commits

Author SHA1 Message Date
Andrew Hyatt
a23df37eff Remove execution bit from source files of AppKit 2017-08-23 09:25:24 -07:00
Robert Grant
b5ab411409 Internationalize AppKit 2012-01-18 09:55:13 -08:00
Johannes Fortmann
d9122d8956 fix for issue 233 2008-12-21 12:17:21 +00:00
Christopher Lloyd
014ec2d069 - Issue #229, Ken Aspeslagh's Fix for uninitialized variable in Win32DraggingManager
- Issue #228, Ken Aspeslagh's Fix for version info in about box
- Issue #227, Ken Aspeslagh's Fix for text in NSAlertPanel is editable
- Issue #226, Ken Aspeslagh's added support for alpha channel to KGImageSource_BMP
- Issue #225, Alexei Svitkine fix NSOpenPanel setResolvesAliases doesn't exist
2008-12-14 04:44:30 +00:00
Johannes Fortmann
eb93a400e9 - current thread now remains current during its dealloc
- guard against use of _sharedObjects ivar during dealloc of shared objects (shared objects will be nil during dealloc)
- performOnThread:withObject: now works if object is nil
- NSDate caches distantFuture/Past
- NSSavePanel & NSOpenPanel "sheets" should work now
- NSSavePanel gives proper return value
2008-05-25 19:25:43 +00:00
Christopher Lloyd
fcda3ab7d9 - Large number of missing AppKit constant/methods added, most of the simpler ones implemented. Cleanup and instance size changes.
- Some existing implementation updated for new methods, primarily NSDocument
- Removed legacy keyed encoding/decoding functionality in AppKit
2007-11-08 15:58:54 +00:00
Christopher Lloyd
578873e3cf Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
Christopher Lloyd
30916ff6e5 Original 2006-12-22 04:41:44 +00:00