aboutsummaryrefslogtreecommitdiff
path: root/core/sys/darwin/Foundation/NSApplication.odin
Commit message (Collapse)AuthorAgeFilesLines
* More bindings for darwinLucas Perlind2025-12-191-12/+7
|
* Added more NSApplication and NSWindow bindingsTohei Ichikawa2025-12-051-0/+34
|
* Add RunningApplication_finishedLaunchingGlenn2025-11-031-0/+5
|
* Add Application_postEventGlenn2025-11-031-0/+6
| | | | https://developer.apple.com/documentation/appkit/nsapplication/postevent(_:atstart:)?language=objc
* Add Application_stopGlenn2025-11-031-0/+5
| | | | https://developer.apple.com/documentation/appkit/nsapplication/stop(_:)?language=objc
* Deprecate old @(deprecated) things.Jeroen van Rijn2025-06-061-1/+0
|
* Add missing SEL _cmd argument to objc class_addMethod IMPsZach Clark2025-05-271-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 subclassesgingerBill2025-05-171-1/+1
|
* Add NSApplication bindings for `mainWindow` and `keyWindow`Sebastian Pahnke2024-11-131-0/+10
|
* remove deprecation, technically deprecated but widely usedLaytan Laats2024-09-051-1/+4
|
* A couple of foundation binding. Vet tabs.Vitalii Kravchenko2024-08-211-0/+5
|
* More Foundation bindings.Vitalii Kravchenko2024-08-161-0/+5
|
* sys/darwin/foundation: fix Application->sendEvent signatureLaytan Laats2024-04-241-1/+1
|
* Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-081-0/+609