summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src
Commit message (Expand)AuthorAgeFilesLines
* * replaced bogus "NSProcessInfo_NSObject" class with "NSProcessActivity" ca...jonas2021-02-131-2/+1
* * cocoaint: fix NSActivityUserInitiatedAllowingIdleSystemSleep definitionjonas2021-01-061-1/+1
* * renamed WebFrame.DOMDocument_ back to DOMDocument after 10.10 updatejonas2020-09-191-1/+1
* * don't link CoreImage by default for compatibility with older (Mac) OS X v...jonas2020-07-111-1/+3
* * fix linkframework CoreImage directive (mantis #37040)jonas2020-05-161-1/+1
* * fixed ifdef after upgrade to 10.10 headers (patch by Hans Luijten,jonas2020-02-221-1/+1
* * cocoaint: fixed signature of IOBluetoothGetObjectIDFromArguments()jonas2019-07-281-1/+1
* * fixed NSApplicationMain() signaturejonas2019-07-281-1/+1
* * Cocoa interface fixes after the update tojonas2019-07-26196-149/+331
* * new CocoaInt units based on https://github.com/genericptr/MacOS_10_10jonas2019-07-261678-38671/+89962
* * renamed objcbase.BOOL type to objc.ObjCBOOL to prevent name clashesjonas2019-07-23304-2158/+2158
* * changed definitino of Objective-C BOOL type to Boolean8 wherejonas2018-10-16304-2156/+2156
* * avoid missing autoreleasepool warningsjonas2012-02-111-1/+5
* * reparsed with latest version of parserjonas2011-08-06142-1912/+2149
* - removed outdated versions (superceded by the ones underjonas2011-02-233-190/+0
* * properly update the current enum value ("auto_increment") in case itjonas2011-02-2122-175/+175
* * reparsed with latest script version, which adds "optional" sections tojonas2011-02-1647-0/+63
* - removed version header/timestamp to prevent all files from changing everyjonas2011-02-16519-1038/+0
* + forgot to commit (part of r16908)jonas2011-02-121-0/+52
* * automatically comment out methods that take blocks as parameters or returnjonas2011-02-11520-824/+842
* * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Anotherjonas2011-01-02529-4653/+3442
* * updated to Mac OS X 10.6 SDKjonas2010-12-08545-6401/+17646
* * Removed svn:executable property from source files.mazen2010-09-281-0/+0
* * replaced dependency on MacOSAll with individual units (based onjonas2010-06-213-6/+9
* * fixed "fast enumeration" types and methodsjonas2010-06-202-4/+5
* + added missing NSApp declarationjonas2009-12-242-1/+2
* * Added missing UndefinedClasses.inc to /uikitjosef2009-12-201-0/+13
* * Removed executable tag from source file.mazen2009-12-121-0/+0
* * fixed definition of NSInteger and NSUInteger for 64 bit (fix byjonas2009-11-201-2/+2
* * fixed 64 bit compilationjonas2009-11-063-3/+3
* * NSString constants are parsed in WebKitjosef2009-10-10148-359/+436
* * NSRange is defined correctlyjosef2009-10-03177-13/+11087
* - removed svn:executable flagsjonas2009-10-023-0/+0
* * fixed CGFloat definition after r13786jonas2009-10-021-2/+2
* * User patches are now workingjosef2009-10-01281-2355/+1267
* * Procedures with varargs are parsed properly.josef2009-09-28281-1258/+1423
* * added missing NSSTR() implementation (fix by Dmitry)jonas2009-09-221-0/+5
* + Parser support for UIKit has been added and iPhoneAll.pasjosef2009-09-22284-2899/+5108
* + Cocoa interfaces and parser by Ryan Josephjonas2009-09-10292-0/+32427