2025-01-16T22:29:09Z
f00b331835e461a2364abaa4616b6d94ed73230f
Update CHANGELOG
2025-01-16T22:23:20Z
c662069a1e5d4754e0730122d44bc06e7b417fe8
Update CHANGELOG
2025-01-15T20:41:33Z
d448875299142409ebed9bb7cc30dc0f575fb42b
Implement per-thread NSRunLoops
2025-01-14T20:57:58Z
36777a28738350dcd5c6b42545c37787ca1a08a8
Implement UINavigationController
2025-01-13T23:34:51Z
e12c650be52a9197e201d17eae75980c9dd7eeb0
Typo x_x
2025-01-13T23:33:13Z
d7d70dfe362fe7e08e8418b67a5681b04315ffed
Add an explanation comment to _Block_object_dispose() assertion
2025-01-13T23:29:33Z
ca97e5c95825c35c900509362224d5c659ef0c72
Stub for _Block_object_dispose()
2025-01-13T17:54:54Z
432bf96432f7b48179a9040bd835ec57b6c39b05
Return proper object in NSThread currentThread method
2025-01-12T23:41:21Z
a980ef65e2b422e954c28dedd3da787e8c58c9b2
Implement NSThread initWithTarget:selector:object:
2025-01-12T20:57:07Z
503898e719b06f8265399cddf9c3f906dd491b65
Implement glIsBuffer()
2025-01-10T23:16:38Z
161136acfc8a213742684b019950d03900dc2a5e
UIImage initWithContentsOfFile: for nil path
2025-01-10T19:32:11Z
ee0924f5c849a6f8f9db1ed3a61c36cb8764b8f3
NSString initWithContentsOfFile: for nil path
2025-01-10T19:27:31Z
3eeeaecc13fc2769359303dfefb611b5b8aea315
Fix clippy warnings
2025-01-09T22:54:06Z
50338bd8a763c1fca0ba4e4834f8a4ac359ba6df
NSArray reverseObjectEnumerator method
2025-01-09T21:03:52Z
c5a05dcf1b3a645043275bbe2567a15cdab794fb
NSFastEnumeration (convenience) implementation for NSEnumerator
2025-01-08T23:57:05Z
89be074b2af199d0383fe8ce6a88276ea74061ce
NSMutableArray sortUsingFunction:context:
2025-01-08T23:44:22Z
b21ab0827cc967b1b35164fc1b5f6c0fc9c9c42e
NSShiftJISStringEncoding support via encoding_rs crate
2025-01-06T18:44:50Z
401e270d0a3d65063d8bb34d57ebaeddca6837d5
Update Boost download URL
2025-01-01T20:57:18Z
8a1156de94fa7793eb903ee449457ea09d1dee92
Add support for format and errorDescription to propertyListFromData
2024-12-30T21:26:49Z
596d910fff8a090076c600c8298d8c7e0edb58d6
Improve handling of unknown fd in read()
2024-12-30T20:46:17Z
84592e06be1b112146e116ef9accef0663151fb2
NSMutableSet unionSet: method
2024-12-30T20:25:34Z
17cba1daae30bc1ec734316585edfe8413db248b
Fix sending touchesEnded:withEvent:
2024-12-29T15:36:13Z
ffead6b7e4bdb7ddd081520c1240d3bc85502cf7
Send all touches in the event associated to touch handling
2024-12-28T15:49:18Z
0c56aa36ecf1a4f730143bc9a7dc42de87e4de40
Implement alEnable()
2024-12-27T22:27:51Z
660154c440fec7cb239199779aae8481bb670856
Handle external relocations to our exported functions.
2024-12-27T21:53:02Z
e85ad0ad7437461ef3f6c6bde1f769fbce09af33
Fix build on Android
2024-12-26T21:31:44Z
ad6a5dff9198ed8fb817d40911d88c23ea6337da
Adds default options for newly supported games
2024-12-24T18:55:44Z
9700a4fcbf1a476341c3c74a5297c1a72f31ba08
Move versioning code into its own crate and add utility to print version
2024-12-23T20:40:52Z
5c82114f0e0543d118c14299d85255fdcd860d16
dictionaryWithObjects:forKeys: and initWithObjects:forKeys: for NSDic…