aboutsummaryrefslogtreecommitdiff
path: root/vendor/darwin/Foundation
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-289-13/+13
* Remove `//+build darwin`gingerBill2024-01-1732-32/+0
* Only build vendor:darwin on darwinflysand72023-10-2932-0/+32
* Further improve on NSBlockLucas Perlind2023-09-061-33/+68
* Add more darwin bindingsLucas Perlind2023-08-311-0/+124
* Add more NS bindings and correctly link NS blockLucas Perlind2023-08-303-4/+20
* Correct run loop linkingLucas Perlind2023-08-251-2/+1
* Add NSSetgingerBill2023-08-242-1/+28
* Shut up the type checkergingerBill2023-08-241-35/+70
* Update `vendor:darwin/Foundation` to implement `Event`, `Color`, `Screen`, an...gingerBill2023-08-245-24/+541
* Always include Cocoa for NSFoundationLucas Perlind2023-08-211-1/+3
* Remove the use of `import` within `when`gingerBill2023-08-041-3/+2
* Add missing class method to NS.NumbergingerBill2023-05-221-0/+1
* Use `proc "c"` calling convention in NS Foundation packagegingerBill2023-05-2222-350/+350
* Update to Metal 3gingerBill2023-04-261-0/+30
* Add user-defaults config to enable force-smooth-scrolling for SDLColin Davidson2023-02-181-0/+14
* Add open file dialog panel to foundationColin Davidson2023-02-184-3/+52
* 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-197-0/+576
|/
* (almost) Fully implement NSApplicationDelegateLucas Perlind2023-01-174-30/+481
* Add NSWindow::content_layout_rectJan Ivanecky2022-11-171-0/+4
* Fix indentationJulian Ceipek2022-10-201-1/+1
* Add `objc_registerClassPair` to allow subclassingJulian Ceipek2022-10-201-0/+1
* Use `c.size_t` to match C declaration more directlyJulian Ceipek2022-10-201-1/+1
* Fix signature for `objc_allocateClassPair`Julian Ceipek2022-10-201-1/+1
* Use `NS.BOOL` instead of `bool`Julian Ceipek2022-10-091-2/+2
* Fix signature for `shouldTerminateAfterLastWindowClosed` delegate procJulian Ceipek2022-10-081-3/+3
* Add class_getInstanceMethod, method_setImplementation bindingsJan Ivanecky2022-10-081-0/+3
* Add additional NSWindow methodsJan Ivanecky2022-10-081-0/+16
* Revert "Remove the workaround for NSWindow initWithContentFrame"gingerBill2022-09-091-1/+12
* Remove the workaround for NSWindow initWithContentFrameHasen Judy2022-09-061-12/+1
* HACK work around for creating a cocoa windowHasen Judy2022-06-102-6/+22
* Minor rearrangementgingerBill2022-04-151-16/+18
* Improve utilitiesgingerBill2022-04-151-4/+16
* Add NS.Block to allow for the creation of block-like lambdas in OdingingerBill2022-04-141-0/+67
* Add MetalKit; Add NSApplication NSMenu NSMenuItem; Improve Metal classesgingerBill2022-04-148-9/+371
* Keep -vet happygingerBill2022-02-181-2/+3
* Add vendor:directx and vendor:darwin packages for documentation generationgingerBill2022-02-1817-19/+4
* Add `init` and `copy` to all `Object`sgingerBill2022-02-161-0/+2
* Correct import pathsgingerBill2022-02-161-1/+1
* Add darwin build tagsgingerBill2022-02-1617-0/+17
* Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*`gingerBill2022-02-1617-0/+1114