aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: rework errors to be cross-platformLaytan Laats2025-04-051-0/+1
| * | Add linux build tag to core/sys/linux/sys.odinHarold Brenes2025-04-021-0/+1
| * | Prevent odin.js from printing empty line in the console for the ending "\n"Jonathan Tron2025-03-261-6/+8
| * | Merge pull request #4959 from wisonye/mastergingerBill2025-03-241-14/+27
| |\ \
| | * | #4959, fixed the broken CI build.Wison Ye2025-03-231-2/+1
| | * | Fixed: Freebsd syscall 'getpeername' is missing.Wison Ye2025-03-231-14/+28
| * | | core/crypto/sha2: Use hardware SHA224/256 when available (AMD64)Yawning Angel2025-03-231-0/+2
| |/ /
| * | Merge remote-tracking branch 'upstream/master'Wison Ye2025-03-223-11/+18
| |\ \
| | * | fix typo for freebsd arm64 MINSIGSTKSZLaytan Laats2025-03-211-1/+1
| | * | fix tabsLaytan Laats2025-03-211-8/+8
| | * | Prevent registering the same event listener twice on the same element with th...Jonathan Tron2025-03-211-2/+9
| * | | Fixed #4892: 'EPoll_Event.events' should be bit set.Wison Ye2025-03-222-17/+23
| |/ /
| * | Fix add/remove event listeners in `core:sys/wasm`Jonathan Tron2025-03-203-29/+45
| * | Merge pull request #4933 from laytan/js-open-bindinggingerBill2025-03-132-1/+9
| |\ \
| | * | core/sys/wasm/js: add `open` binding to `window.open`Laytan Laats2025-03-122-1/+9
| | |/
| * | Merge pull request #4932 from laytan/js-pointer-event-and-charcodegingerBill2025-03-132-0/+48
| |\ \
| | * | core/sys/wasm/js: add pointer event info and add charCode to keyboard eventsLaytan Laats2025-03-122-0/+48
| | |/
| * | Merge pull request #4931 from laytan/webgl-improvementsgingerBill2025-03-131-0/+10
| |\ \
| | * | webgl: add `BlendEquationSeparate` and `GetParameter4i`Laytan Laats2025-03-121-0/+10
| | |/
| * / core/sys/wasm/js: improve gamepad APILaytan Laats2025-03-122-11/+46
| |/
| * Fix linux.rt_sigactionjason2025-03-101-1/+1
| * Add missing syscalls from map_shadow_stack to removexattratlatedeployment2025-03-071-1/+14
| * sys/windows: fix tabsLaytan Laats2025-03-031-4/+4
| * Merge pull request #4884 from Dzentsetsu/masterJeroen van Rijn2025-03-021-0/+7
| |\
| | * Update core/sys/windows/dwmapi.odingingerBill2025-03-021-1/+1
| | * Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferencesRoman Osipov2025-02-261-0/+7
| * | proper enumsMichael Kutowski2025-03-012-95/+86
| * | Update to newest orca bindings (UI Update), remove logging due to cyclic impo...Michael Kutowski2025-02-263-502/+502
| |/
| * SavePanel_URL returns ^URL instead of ^ArrayKeenan Woodall2025-02-231-2/+2
| * fix space indentationsLaytan Laats2025-02-121-151/+151
| * fix addrinfo struct defLaytan Laats2025-02-121-9/+22
| * Merge pull request #4815 from NotKyon/mastergingerBill2025-02-103-0/+2696
| |\
| | * Win32: Fix strict style conformance.NotKyon2025-02-091-1/+1
| | * Win32: Fix cross-platform compilation.NotKyon2025-02-092-77/+79
| | * Win32: Fix -vet errors.NotKyon2025-02-091-12/+12
| | * Add common Windows control messages, constants, structures, macros, and support.NotKyon2025-02-093-0/+2694
| * | Add more win32 STARTF_* constantskjdslf2025-02-091-1/+18
| |/
| * Merge pull request #4781 from NotKyon/mastergingerBill2025-02-033-0/+48
| |\
| | * Add miscellaneous missing WinAPI functions, constants, and structures for com...NotKyon2025-02-013-0/+48
| * | Merge pull request #4782 from Daxode/nsstring-appendingstringgingerBill2025-02-021-0/+5
| |\ \ | | |/ | |/|
| | * Add stringByAppendingString to NSStringdaniel.andersen2025-02-021-0/+5
| * | Fix bindings for sys/linux and posix/unistd.odingingerBill2025-01-312-177/+217
| * | Merge pull request #4775 from duffn/duffn/nssavepanel-tabsgingerBill2025-01-311-3/+3
| |\ \
| | * | Fix tab indents in NSSavePanelduffn2025-01-291-3/+3
| * | | Added IP_ADD_MEMBERSHIP Socket Option on Linuxcandtechsoftware2025-01-291-0/+1
| |/ /
| * | Update `NSSavelPanel`gingerBill2025-01-281-0/+10
| * | Add mDNS/Bonjour/Avahi (.local) support for WindowsJeroen van Rijn2025-01-272-1/+26
| |/
| * Add GetTempFileNameWwrathdoesthat2025-01-221-0/+1
| * Add ACTCTX definition and procsNicknEma2025-01-211-0/+28
| * fix incorrect use of BoolSamuel Elgozi2025-01-181-1/+1