aboutsummaryrefslogtreecommitdiff
path: root/vendor/darwin/Foundation/NSApplication.odin
Commit message (Expand)AuthorAgeFilesLines
* Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-081-609/+0
* Add NSApplication.active to Foundation bindings.Vitalii Kravchenko2024-04-021-0/+11
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Remove `//+build darwin`gingerBill2024-01-171-1/+0
* Only build vendor:darwin on darwinflysand72023-10-291-0/+1
* Add more NS bindings and correctly link NS blockLucas Perlind2023-08-301-0/+4
* Correct run loop linkingLucas Perlind2023-08-251-2/+1
* Update `vendor:darwin/Foundation` to implement `Event`, `Color`, `Screen`, an...gingerBill2023-08-241-1/+32
* Use `proc "c"` calling convention in NS Foundation packagegingerBill2023-05-221-53/+53
* Merge pull request #2310 from Lperlind/staging/ns-application-delegate-fixgingerBill2023-01-191-7/+7
|\
| * Fix a few bindings in NSApplicationDelegateLucas Perlind2023-01-191-7/+7
* | Fully implement NSWindowDelegateLucas Perlind2023-01-191-0/+31
|/
* (almost) Fully implement NSApplicationDelegateLucas Perlind2023-01-171-30/+468
* Use `NS.BOOL` instead of `bool`Julian Ceipek2022-10-091-2/+2
* Fix signature for `shouldTerminateAfterLastWindowClosed` delegate procJulian Ceipek2022-10-081-3/+3
* Add MetalKit; Add NSApplication NSMenu NSMenuItem; Improve Metal classesgingerBill2022-04-141-0/+95