index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
sys
/
darwin
/
Foundation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `core:mem` import from `core:sys/darwin/Foundation`.
Jeroen van Rijn
3 days
1
-6
/
+6
*
Create new `core:sys/darwin/CoreGraphics` package (#6147)
Tohei Ichikawa
2026-01-23
3
-12
/
+40
*
Add NSWindow layout information method bindings to darwin/Foundation (#6040)
Jacob Evelyn
2026-01-13
1
-0
/
+20
*
Fix darwin/Foundation/NSScreen type property bindings (#6038)
Jacob Evelyn
2026-01-13
1
-3
/
+7
*
More bindings for darwin
Lucas Perlind
2025-12-19
7
-13
/
+95
*
Added more NSApplication and NSWindow bindings
Tohei Ichikawa
2025-12-05
2
-0
/
+58
*
Add NSWindow coordinate space conversion bindings
Tohei Ichikawa
2025-11-18
1
-0
/
+32
*
Fix typo in NS.String_initWithCString
Tohei Ichikawa
2025-11-12
1
-1
/
+1
*
Add comma to last enums to fix build check
Glenn
2025-11-03
1
-2
/
+2
*
Add Window_center
Glenn
2025-11-03
1
-0
/
+4
*
Add View alloc
Glenn
2025-11-03
1
-0
/
+4
*
Add additional window bindings
Glenn
2025-11-03
1
-0
/
+32
*
Add orderFront and orderOut
Glenn
2025-11-03
1
-0
/
+8
*
Add getter for the WindowDelegate from the Window
Glenn
2025-11-03
1
-0
/
+4
*
Add WindowCollectionBehaviour, WindowLevel, WindowTabbingMode
Glenn
2025-11-03
1
-0
/
+54
*
Add RunningApplication_finishedLaunching
Glenn
2025-11-03
1
-0
/
+5
*
Add Application_postEvent
Glenn
2025-11-03
1
-0
/
+6
*
Add Event_otherEventWithType
Glenn
2025-11-03
1
-0
/
+29
*
Add Application_stop
Glenn
2025-11-03
1
-0
/
+5
*
Fix addObserver methods and add support for new Objc_Block
Tohei Ichikawa
2025-09-11
1
-2
/
+14
*
Fixed and added obj-c methods for NSWindow
Stanislav Ch. Nikolov
2025-08-28
1
-2
/
+11
*
Convert leading spaces to tabs
Steve Waddicor
2025-08-01
1
-26
/
+26
*
Additional obj-c methods for darwin Foundation
Steve Waddicor
2025-07-29
2
-0
/
+58
*
Replace system:System.framework imports with system:System
Harold Brenes
2025-07-13
1
-1
/
+1
*
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
2
-97
/
+97
*
Fix -vet complaints in `core:sys/darwin/Foundation`
Jeroen van Rijn
2025-05-17
2
-2
/
+0
*
Add NSMenuItem.odin
gingerBill
2025-05-17
1
-0
/
+461
*
Add Objective-C helper for creating subclasses
gingerBill
2025-05-17
4
-94
/
+712
*
Fix 2 selectors in NSDictionary
Harold Brenes
2025-04-17
1
-2
/
+2
*
SavePanel_URL returns ^URL instead of ^Array
Keenan Woodall
2025-02-23
1
-2
/
+2
*
Merge pull request #4782 from Daxode/nsstring-appendingstring
gingerBill
2025-02-02
1
-0
/
+5
|
\
|
*
Add stringByAppendingString to NSString
daniel.andersen
2025-02-02
1
-0
/
+5
*
|
Fix tab indents in NSSavePanel
duffn
2025-01-29
1
-3
/
+3
*
|
Update `NSSavelPanel`
gingerBill
2025-01-28
1
-0
/
+10
|
/
*
fix incorrect use of Bool
Samuel Elgozi
2025-01-18
1
-1
/
+1
*
updated to meet formatting style
Samuel Elgozi
2025-01-17
2
-3
/
+3
*
Added Foundation bindings
Samuel Elgozi
2025-01-17
9
-0
/
+136
*
sys/info & odin report: rework macos version retrieval
Laytan Laats
2024-11-26
3
-2
/
+210
*
Add NSApplication bindings for `mainWindow` and `keyWindow`
Sebastian Pahnke
2024-11-13
1
-0
/
+10
*
fix EventMaskAny definition
Laytan Laats
2024-09-12
1
-2
/
+2
*
remove deprecation, technically deprecated but widely used
Laytan Laats
2024-09-05
1
-1
/
+4
*
More Objective-C Runtime bindings.
Vitalii Kravchenko
2024-09-03
2
-18
/
+100
*
A couple of foundation binding. Vet tabs.
Vitalii Kravchenko
2024-08-21
2
-2
/
+16
*
More Foundation bindings.
Vitalii Kravchenko
2024-08-16
6
-24
/
+104
*
darwin: add setAllowedFileTypes binding for open panels
Laytan Laats
2024-08-06
1
-0
/
+4
*
Add `vendor:wgpu`
Laytan Laats
2024-06-12
1
-0
/
+4
*
sys/darwin/foundation: fix Application->sendEvent signature
Laytan Laats
2024-04-24
1
-1
/
+1
*
Core Foundation and Security vendor libraries.
Vitalii Kravchenko
2024-04-13
1
-9
/
+6
*
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
gingerBill
2024-04-08
32
-0
/
+3488
[next]