| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More bindings for darwin | Lucas Perlind | 2025-12-19 | 1 | -12/+7 |
| | | |||||
| * | Added more NSApplication and NSWindow bindings | Tohei Ichikawa | 2025-12-05 | 1 | -0/+34 |
| | | |||||
| * | Add RunningApplication_finishedLaunching | Glenn | 2025-11-03 | 1 | -0/+5 |
| | | |||||
| * | Add Application_postEvent | Glenn | 2025-11-03 | 1 | -0/+6 |
| | | | | | https://developer.apple.com/documentation/appkit/nsapplication/postevent(_:atstart:)?language=objc | ||||
| * | Add Application_stop | Glenn | 2025-11-03 | 1 | -0/+5 |
| | | | | | https://developer.apple.com/documentation/appkit/nsapplication/stop(_:)?language=objc | ||||
| * | Deprecate old @(deprecated) things. | Jeroen van Rijn | 2025-06-06 | 1 | -1/+0 |
| | | |||||
| * | Add missing SEL _cmd argument to objc class_addMethod IMPs | Zach Clark | 2025-05-27 | 1 | -45/+45 |
| | | | | | | | | | | | | | | When trying to grab the window pointer off the notification in a windowDidBecomeKey implementation, I kept getting segfaults calling notification->object(). The second argument of these needs to be a SEL. https://developer.apple.com/documentation/objectivec/class_addmethod(_:_:_:_:)?language=objc#Discussion I imagine existing code is getting by by setting the window information in the delegate's context userdata, which works fine when you only have one window as you can avoid needing to call notification->object(), until you want one delegate assigned to two windows, hard to work around. | ||||
| * | Add Objective-C helper for creating subclasses | gingerBill | 2025-05-17 | 1 | -1/+1 |
| | | |||||
| * | Add NSApplication bindings for `mainWindow` and `keyWindow` | Sebastian Pahnke | 2024-11-13 | 1 | -0/+10 |
| | | |||||
| * | remove deprecation, technically deprecated but widely used | Laytan Laats | 2024-09-05 | 1 | -1/+4 |
| | | |||||
| * | A couple of foundation binding. Vet tabs. | Vitalii Kravchenko | 2024-08-21 | 1 | -0/+5 |
| | | |||||
| * | More Foundation bindings. | Vitalii Kravchenko | 2024-08-16 | 1 | -0/+5 |
| | | |||||
| * | sys/darwin/foundation: fix Application->sendEvent signature | Laytan Laats | 2024-04-24 | 1 | -1/+1 |
| | | |||||
| * | Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation` | gingerBill | 2024-04-08 | 1 | -0/+609 |