| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix `GetSystemMetricsForDpi` signature | gingerBill | 2026-01-02 | 1 | -3/+2 | |
| | | | ||||||
| * | | Merge pull request #6069 from karl-zylinski/webgl-binding-fixes | gingerBill | 2025-12-30 | 2 | -6/+77 | |
| |\ \ | | | | | | | WebGL binding additions | |||||
| | * | | Added 'set_document_title' to be able to rename the tab | Karl Zylinski | 2025-12-29 | 2 | -0/+7 | |
| | | | | ||||||
| | * | | Fix bugs in odin.js:GetActiveUniformBlockName | Karl Zylinski | 2025-12-29 | 1 | -7/+11 | |
| | | | | ||||||
| | * | | Added CheckFramebufferStatus to WebGL bindings | Karl Zylinski | 2025-12-29 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | More webgl bindings and fixes | Karl Zylinski | 2025-12-27 | 1 | -7/+22 | |
| | | | | ||||||
| | * | | More allocator-aware webgl bindings and added more missing bindings. | Karl Zylinski | 2025-12-26 | 1 | -0/+21 | |
| | | | | ||||||
| | * | | WebGL: Add GetActiveAttrib binding | Karl Zylinski | 2025-12-26 | 1 | -0/+21 | |
| | | | | ||||||
| * | | | Add user32 scroll bar related bindings, and FrameRect | bplu4t2f | 2025-12-27 | 1 | -0/+59 | |
| |/ / | ||||||
| * | | sys/wasm/js: fix vet error | Laytan Laats | 2025-12-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | js: improve warning about conflicting memory strategies | Laytan Laats | 2025-12-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix nfds_t alias for Linux | Harold Brenes | 2025-12-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #6015 from salfel/linux-syscalls | Laytan | 2025-12-20 | 1 | -3/+24 | |
| |\ \ | | | | | | | core:sys/linux Add timerfd syscall wrappers | |||||
| | * | | add timerfd_* syscall wrappers | Felix Salcher | 2025-12-13 | 1 | -3/+24 | |
| | | | | ||||||
| * | | | Merge pull request #6035 from janga-perlind/darwin-bindings | Jeroen van Rijn | 2025-12-19 | 7 | -13/+95 | |
| |\ \ \ | |/ / |/| | | More bindings for darwin | |||||
| | * | | More bindings for darwin | Lucas Perlind | 2025-12-19 | 7 | -13/+95 | |
| | | | | ||||||
| * | | | Merge pull request #5741 from FourteenBrush/patch-4 | Jeroen van Rijn | 2025-12-10 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Make `linux.IO_Vec.base` a multipointer | |||||
| | * | | | Make `linux.IO_Vec.base` a multipointer | FourteenBrush | 2025-10-02 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575) | WisonYe | 2025-12-09 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | Added more NSApplication and NSWindow bindings | Tohei Ichikawa | 2025-12-05 | 2 | -0/+58 | |
| | | | | ||||||
| * | | | fix thread_act_t size | Colin Davidson | 2025-12-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add SIO_UDP_CONNRESET winsock constant | Ben Ryan | 2025-11-26 | 1 | -4/+6 | |
| | | | | ||||||
| * | | | Implement more Linux syscalls (#5705) | bc-universe | 2025-11-24 | 4 | -31/+372 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement some more Linux syscalls * Fixed typo and removed stray comments * Correct types for some syscalls * Fix types and add variadic argument for prctl * flag fixes * when x86/amd64 only * more fixes --------- Co-authored-by: Laytan Laats <laytanlaats@hotmail.com> | |||||
| * | | | Add NSWindow coordinate space conversion bindings | Tohei Ichikawa | 2025-11-18 | 1 | -0/+32 | |
| | | | | ||||||
| * | | | Merge pull request #5936 from benjryan/wsa_defs | gingerBill | 2025-11-16 | 1 | -0/+24 | |
| |\ \ \ | | | | | | | | | Add WSASendTo and WSARecvFrom | |||||
| | * | | | Add WSASendTo and WSARecvFrom | Ben Ryan | 2025-11-16 | 1 | -0/+24 | |
| | | | | | ||||||
| * | | | | LockFileEx/UnlockFileEx and related flags | Wrath | 2025-11-13 | 1 | -0/+19 | |
| | | | | | ||||||
| * | | | | Fix typo in NS.String_initWithCString | Tohei Ichikawa | 2025-11-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #5903 from BNTB/master | gingerBill | 2025-11-11 | 2 | -0/+10 | |
| |\ \ \ \ | | | | | | | | | | | Add FreeLibraryAndExitThread in kernel32. Add EnumProcessModules in psapi (new file). | |||||
| | * | | | | Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in ↵ | acyclicgraph | 2025-11-08 | 2 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | psapi (new file). | |||||
| * | | | | | sys/linux: add io uring API | Laytan | 2025-11-10 | 4 | -6/+516 | |
| | |/ / / |/| | | | ||||||
| * | | | | whoops | Laytan Laats | 2025-11-08 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | fix semid_ds definition on arm64 linux | Laytan Laats | 2025-11-08 | 1 | -10/+24 | |
| | | | | | ||||||
| * | | | | fix pthread_attr_t size on arm64 | Laytan Laats | 2025-11-08 | 1 | -1/+9 | |
| |/ / / | ||||||
| * | | | Add missing SetLayeredWindowAttributes constants | gerigk | 2025-11-04 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11 | gingerBill | 2025-11-04 | 3 | -3/+3 | |
| |\ \ \ | | | | | | | | | Change Odin's LICENSE to zlib from BSD 3-clause | |||||
| | * | | | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | | | https://developer.apple.com/documentation/appkit/nsapplication/postevent(_:atstart:)?language=objc | |||||
| * | | | | Add Event_otherEventWithType | Glenn | 2025-11-03 | 1 | -0/+29 | |
| | | | | | | | | | | | | | | | | | https://developer.apple.com/documentation/appkit/nsevent/otherevent(with:location:modifierflags:timestamp:windownumber:context:subtype:data1:data2:) | |||||
| * | | | | Add Application_stop | Glenn | 2025-11-03 | 1 | -0/+5 | |
| |/ / / | | | | | | | | | | https://developer.apple.com/documentation/appkit/nsapplication/stop(_:)?language=objc | |||||
| * | | | Fix #5843 | Courtney Strachan | 2025-10-23 | 1 | -3/+9 | |
| | | | | ||||||
| * | | | conditional packed for EPoll_Event to match kernel | Chris Hayen | 2025-10-21 | 1 | -3/+19 | |
| | |/ |/| | ||||||