Commit Graph

15920 Commits

Author SHA1 Message Date
gingerBill
e5153a937b Merge pull request #5859 from odin-lang/bill/change-license
Change Odin's LICENSE to zlib from BSD 3-clause
dev-2025-11
2025-11-04 13:53:13 +00:00
gingerBill
fd995050dd Merge pull request #5883 from NicknEma/patch-1
Fix docs on int*_max
2025-11-04 12:14:12 +00:00
NicknEma
7317704fd0 Fix docs on int*_max 2025-11-04 13:11:48 +01:00
gingerBill
75a2aa580d Merge pull request #5879 from mtarik34b/fix-5239
`text/scanner`: Add missing switch case for octal prefix (fixes #5239)
2025-11-04 10:51:48 +00:00
gingerBill
3731cf4e08 Fix #5176 2025-11-04 10:42:24 +00:00
Jeroen van Rijn
64cf8a5eb9 Merge pull request #5880 from terids/core-darwin-bindings
core/sys/darwin/Foundation: Add additional AppKit bindings
2025-11-04 10:59:38 +01:00
Glenn
2951e51487 Add comma to last enums to fix build check 2025-11-03 23:16:25 +00:00
Glenn
4485a45866 Add Window_center 2025-11-03 23:05:26 +00:00
Glenn
65ee1339b9 Add View alloc 2025-11-03 23:03:33 +00:00
mtarik34b
7738f4ef9a Add missing case for octal prefix 2025-11-03 22:20:21 +01:00
Laytan
a414061998 Merge pull request #5878 from laytan/fix-cbor-epoch-small-value
encoding/cbor: fix epoch tag with small values
2025-11-03 20:42:10 +01:00
Laytan
9893a0eaea encoding/cbor: fix epoch tag with small values 2025-11-03 20:33:17 +01:00
Glenn
332653ca24 Add additional window bindings 2025-11-03 18:06:43 +00:00
Glenn
916e8810cc Add orderFront and orderOut 2025-11-03 18:06:15 +00:00
Glenn
8b3d74f797 Add getter for the WindowDelegate from the Window 2025-11-03 17:54:42 +00:00
Glenn
406eb9c7f5 Add WindowCollectionBehaviour, WindowLevel, WindowTabbingMode 2025-11-03 17:28:51 +00:00
Glenn
4f939cadc3 Add RunningApplication_finishedLaunching 2025-11-03 14:29:58 +00:00
Glenn
9f78c1e7be Add Application_postEvent
https://developer.apple.com/documentation/appkit/nsapplication/postevent(_:atstart:)?language=objc
2025-11-03 14:29:58 +00:00
Glenn
b4d4cd47f5 Add Event_otherEventWithType
https://developer.apple.com/documentation/appkit/nsevent/otherevent(with:location:modifierflags:timestamp:windownumber:context:subtype:data1:data2:)
2025-11-03 14:29:58 +00:00
Glenn
8c6120f414 Add Application_stop
https://developer.apple.com/documentation/appkit/nsapplication/stop(_:)?language=objc
2025-11-03 14:29:58 +00:00
Jeroen van Rijn
8a417e75b7 Add nullptr assert for #5875 2025-11-03 15:27:07 +01:00
gingerBill
a08f313477 Merge pull request #5868 from mfbulut/master
Added MAX_MATERIAL_MAPS constant
2025-11-02 19:23:36 +00:00
gingerBill
d8f26720bb Improve error handling for #5506 2025-11-02 15:27:33 +00:00
gingerBill
2d5b431b85 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-11-02 15:21:23 +00:00
gingerBill
ee36f6fe33 Fix #5506 2025-11-02 15:21:12 +00:00
gingerBill
22a82f7c88 Merge pull request #5872 from thetarnav/inject_at_soa
Add `inject_at_soa` and `append_nothing_soa` procedures
2025-11-02 15:11:02 +00:00
thetarnav
72754962ab Use resize_soa instead of resize proc group in soa procs 2025-11-02 14:20:55 +01:00
gingerBill
5d609d402f Merge pull request #5867 from BradLewis/empty-selector-fields
Parse empty idents after selector as a selector expr with an empty field
2025-11-02 12:45:37 +00:00
Jeroen van Rijn
ade189008b Merge pull request #5871 from Kelimion/bug-5865
Add #subtype using to name canonicalization
2025-11-02 13:35:47 +01:00
Jeroen van Rijn
b6181a768e Add space 2025-11-02 13:28:34 +01:00
Jeroen van Rijn
283b160697 Merge branch 'master' into bug-5865 2025-11-02 13:22:06 +01:00
gingerBill
7f2ab31acc Fix constant nil assignment to union of nillable types in backend 2025-11-02 12:04:21 +00:00
thetarnav
e364e76f7f Add inject_at_soa and append_nothing_soa procedures 2025-11-02 12:13:11 +01:00
Jeroen van Rijn
91d923bd8f Merge pull request #5870 from thetarnav/ease-inverse
Add inverse ease procedures
2025-11-02 08:03:27 +01:00
Jeroen van Rijn
505b85ead5 Add #subtype using to name canonicalization 2025-11-02 07:45:40 +01:00
thetarnav
c63ad8b1cf Cleanup ease_inverse 2025-11-01 21:22:06 +01:00
thetarnav
78f9f8bbce Add ease inverse procedures 2025-11-01 21:11:32 +01:00
Jeroen van Rijn
6ea7bdbbe5 Add ODIN_TEST_GO_TO_ERROR to print test fail locations in a manner friendly to go-to error in editors 2025-11-01 16:11:43 +01:00
Furkan
9c6885d8b5 Added MAX_MATERIAL_MAPS constant 2025-11-01 11:05:50 +03:00
Brad Lewis
e2b276f3ea Parse empty idents after selector as a selector expr with an empty field 2025-11-01 01:32:46 -04:00
Jeroen van Rijn
f005136592 Also disable OSC codes to update title when ODIN_TEST_FANCY=false 2025-10-31 17:39:29 +01:00
gingerBill
fc5ef57a97 Document the rest of os2. 2025-10-31 16:00:44 +00:00
gingerBill
d2e274f0fe Update documentation for os2 once more! 2025-10-31 15:51:36 +00:00
gingerBill
da1d599326 Bodge runtime.exit for haiku 2025-10-31 15:19:08 +00:00
gingerBill
1329630bbc Improve documentation for the file based operations in os2 2025-10-31 15:17:54 +00:00
gingerBill
b9df67f8c5 Change to Permissions bit_set from relying on octal numbering for os2 2025-10-31 14:45:53 +00:00
gingerBill
d374dc3c99 Add os2 to examples/all 2025-10-31 14:24:19 +00:00
gingerBill
686ddbb548 use runtime.exit for os2.exit 2025-10-31 10:24:21 +00:00
gingerBill
f5d080789f Fix union(T){} constant initialization 2025-10-31 09:13:10 +00:00
Jeroen van Rijn
d062203ff9 Merge pull request #5863 from dan-lei/patch-1
Typo in description of mem.ptr_sub.
2025-10-30 22:24:56 +01:00