2024-12-12T21:05:20Z
8ae93accbdc8317a6ef4df6fc1a91da290247199
Define `--force-composition` option to deal with render issues.
2024-12-10T22:16:27Z
66a8fc93c8894ce142b60d88dbeed8bce9c0c9f7
Game-specific hack to bypass movie loading for SprinterCell
2024-12-08T15:35:06Z
bddbb9cffcd66bf6d1e396624b9226019d694afe
Address Box::default() clippy lint
2024-12-08T15:28:47Z
ff5bef68b9290feb2b33c0301dec231043957155
Improve run loop re-entrancy warninglogs and add comment
2024-12-08T15:16:36Z
8076ccc4f184cec88db6b770e42cdb16a7175809
NSFileManager fileAttributesAtPath:traverseLink:
2024-12-08T15:08:02Z
c8e25ed75589c1f4488db9b725f4bdc8ec82af9a
NSRunLoop runUntilDate: for dates in the past
2024-12-07T18:31:04Z
04a30bd194d35e0c00a2586a239f2f1033d0634d
Implement mktime()
2024-12-07T17:21:55Z
bd8d338164004c765826dab78c0d53206743840b
Define NSFileModificationDate and NSFileSize
2024-12-06T07:17:43Z
c258fc4087624e53002970053e20433ed929f5d4
Update CHANGELOG.md
2024-12-05T22:54:44Z
2ba38d918f8c723b98f9606f3da86977ac49646c
NSArray componentsJoinedByString: implementation
2024-12-05T21:33:46Z
ba60689ad6559931aa35ae2a918960ac5d0e59d2
Fix lint for desktop builds x_x
2024-12-02T22:07:26Z
3ae48b53b5eceb4252a0e1019023906c63f23151
NSString stringWithCharacters:length:
2024-12-02T17:59:21Z
690dc36695def9ccb7df87220067bd0b4d611742
[UIImage drawAtPoint:point] implementation
2024-12-01T22:17:27Z
a6139d6147cc4b563709e3a6e94613e2d3674cc3
UIView tag method
2024-12-01T21:46:04Z
ce7f4767ea30353d6493a8bf736f97349336cf74
NSURLRequest requestWithURL: method
2024-12-01T21:34:42Z
79c7761b8e8ca5449280190ccd59a462b9183c11
Fix double definition of NSMutableArray
2024-11-30T19:21:47Z
71e1b51511596c0dd7197d069e3746d441c8cb65
Implement dataWithLength for NSMutableData
2024-11-30T18:50:55Z
1ee713ed5670e3aea5514934eed26cdb4adc9398
Implement loading of view controllers from NIBs
2024-11-30T17:29:16Z
67155e3b6e70d741f61b1937ffd3fb304c588683
Add check for existence of the main nib file
2024-11-30T16:57:53Z
6943e54c34c773ddc566d3c263e2fe827ffd0fc5
Handle NSMainNibFile not present in Info.plist
2024-11-30T16:24:45Z
6729ffdac2e2d5c6f27bd6b185695867d86fe9e1
Use a UISwitch instead of a button row for the fullscreen toggle
2024-11-30T15:20:57Z
5b59768b996f270363f317fec873027dbb5da9dc
Support non-UIApplication IBFileOwner for nib loading
2024-11-30T10:52:41Z
6c93a70b1af4820d4d1ca6e5c90ac4bd7970e94c
Multiple UIKit stubs
2024-11-29T18:41:20Z
66cb080093f164cf0ea7d03b401b8384336a52cc
Implement NSFileManager createDirectoryAtPath:attributes:
2024-11-29T17:03:45Z
8a6842ff685ead01b6f9a339d978a027e201e5fd
Decode UIMultipleTouchEnabled parameter for UIView
2024-11-29T16:36:15Z
f97ed697c445e56103b12773a626d3a45a5017e5
Implement [UIRuntimeEventConnection connect]
2024-11-29T14:37:15Z
a11e992a6c9c8b615204539fe35837d97fd5e39c
Fix condition in addSubview: of UIWindow
2024-11-28T23:15:33Z
2acfd2b67881d690da6bb6a50628796074551d71
UIView convertRect:{to,from}View: methods