aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4474 from tf2spi/4407-mdei-packgingerBill2025-01-081-1/+1
|\ | | | | Pack MDEI struct to fix issue #4407
| * Pack MDEI struct to fix issue #4407Misomosi2024-12-221-1/+1
| |
* | Merge pull request #4665 from GrumpyLion/add_some_missing_win_functionsgingerBill2025-01-083-0/+6
|\ \ | | | | | | Add SetWindowSubclass and RegisterHotKey functions
| * | reviewLion Schitik2025-01-081-1/+2
| | |
| * | Add SetWindowSubclass and RegisterHotKey functionsLion Schitik2025-01-083-0/+5
| | |
* | | Fix name of RI_MOUSE_LEFT_BUTTON_DOWN containing S at the enddavid_cauchi2025-01-081-1/+1
|/ /
* | sys/windows: fix xinput build tagLaytan Laats2025-01-061-1/+1
| |
* | Merge pull request #3208 from lordhippo/add-xinputgingerBill2025-01-061-0/+210
|\ \ | | | | | | Add xinput bindings to core:sys/windows
| * | Add distinct and remove unnecessary link_namesAli Salehi2024-02-191-25/+8
| | |
| * | Add xinput bindings to core:sys/windowsAli Salehi2024-02-181-0/+227
| | |
* | | Merge pull request #4648 from lzurbriggen/fix/get-comm-portsLaytan2025-01-051-1/+17
|\ \ \ | | | | | | | | move GetCommPorts, add missing comm functions, add communication events
| * | | formattingLeo Zurbriggen2025-01-051-11/+10
| | | |
| * | | add SetCommMask, GetCommMask, WaitCommEvent, GetCommPorts, communication ↵Leo Zurbriggen2025-01-051-1/+18
| | | | | | | | | | | | | | | | event constants
| * | | move GetCommPorts to correct foreign blockLeo Zurbriggen2025-01-021-1/+1
| | | |
* | | | Merge pull request #4650 from jasonKercher/arm32-updategingerBill2025-01-043-83/+183
|\ \ \ \ | | | | | | | | | | Arm32 update for sys/linux
| * | | | add 32 bit Sig_Info and remove ppoll_time64 calljason2025-01-032-72/+156
| | | | |
| * | | | Fix sys/linux 64 bit arguments on 32 bit systemsjason2025-01-022-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | Reverese return values of compat64_arg_pair Add register alignment to specific arm32 system calls
| * | | | Minor fixes + cleanup in os2 and sys/linuxjason2025-01-023-5/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | Add NOFOLLOW to os2.remove Change Dev from int to u64 and make relavant casts Fix compat64_arg_pair
* | | | Refactor changes.VladPavliuk2025-01-031-5/+3
| | | |
* | | | Merge branch 'master' into extend_win32_api_typesVladPavliuk2025-01-0383-2147/+1834
|\| | |
| * | | Merge pull request #4613 from fnknda/fix-linux-bindgingerBill2025-01-011-0/+10
| |\ \ \ | | | | | | | | | | Fix calls to bind always returning EINVAL when using linux.Sock_Addr_In
| | * | | Remove extra white spaceJoao Fukuda2024-12-221-1/+0
| | | | | | | | | | | | | | | | | | | | Got in on 0a2200f without me noticing, mb.
| | * | | Fix issue #4612Joao Fukuda2024-12-221-0/+11
| | | |/ | | |/|
| * | | Merge pull request #4638 from DataResearch/masterLaytan2024-12-301-0/+1
| |\ \ \ | | | | | | | | | | Added proc to user32 Bindings
| | * | | added IsZoomed to user32 bindings in sys/windowsCodingChris2024-12-301-0/+1
| | |/ /
| * / / Get arm64 up to speed in os2 linuxjason2024-12-191-37/+59
| |/ / | | | | | | | | | | | | | | | Readded open flags for arm64 to sys/linux/bits.odin. Make process_start name based instead of descriptor based to allow running of scripts. Fix bug in heap_linux. Fix and simplify os2.remove.
| * | typo fixed (MOUSE_ATTRIUBTTES_CHANGED -> MOUSE_ATTRIBUTES_CHANGED)GonkieDev2024-12-111-1/+1
| | |
| * | fix `DNS_RECORD.Data` error align on windows i386zhylmzr2024-11-271-1/+1
| | | | | | | | | | | | fixed: https://github.com/odin-lang/Odin/issues/4520
| * | sys/info & odin report: rework macos version retrievalLaytan Laats2024-11-265-571/+282
| | |
| * | add macos 15.1.1 to odin report and sys/infoLaytan Laats2024-11-261-0/+2
| | |
| * | sys/posix: add MAP_ANONYMOUSLaytan Laats2024-11-171-9/+13
| | |
| * | add missing macos versionLaytan Laats2024-11-161-0/+15
| | |
| * | Merge pull request #4489 from laytan/os2-dir-leak-and-testgingerBill2024-11-151-9/+25
| |\ \ | | | | | | | | os2: fix leak in dir_windows, fix netbsd, and add a test for dir reading
| | * | sys/posix: fix dirfd on netbsdLaytan Laats2024-11-151-9/+25
| | | |
| * | | Fix integer typeNicknEma2024-11-151-1/+1
| |/ / | | | | | | Change int to i32 so it is the correct size
| * | Merge pull request #4482 from A1029384756/mastergingerBill2024-11-144-3/+94
| |\ \ | | | | | | | | core:sys/linux - implemented inotify
| | * | core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constantsA10293847562024-11-132-38/+46
| | | |
| | * | core:sys/linux - flags, spacing, inotify_initA10293847562024-11-134-23/+37
| | | |
| | * | core:sys/linux - fixed vet errorsA10293847562024-11-132-2/+2
| | | |
| | * | core:sys/linux - implemented inotifyA10293847562024-11-134-3/+72
| | | | | | | | | | | | | | | | core:sys/linux - added constants and spacing
| * | | Use tabs instead of spacesAlex Overstreet2024-11-131-10/+10
| | | |
| * | | Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYSAlex Overstreet2024-11-131-0/+61
| | | |
| * | | Add NSApplication bindings for `mainWindow` and `keyWindow`Sebastian Pahnke2024-11-131-0/+10
| |/ /
| * | Increase size of JS keyboard event key/code buffer sizep2jason2024-11-122-4/+4
| | |
| * | added unlinking section to posix socket binding documentationA10293847562024-11-061-0/+6
| | |
| * | Mark procs as "contextless" in winerror.odinNicknEma2024-11-041-7/+7
| | | | | | | | | So that they can be called from places like the windproc and stuff.
| * | Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
| |\ \ | | | | | | | | Remove the event queue from odin.js and directly invoke callbacks so they are executed in context where prevent default is possible
| | * | Removed event hook callback from add_*_event_listener functionsp2jason2024-10-311-18/+4
| | | |
| | * | Removed event queue from add_*_event_listener JS functions and added event ↵p2jason2024-10-312-35/+43
| | | | | | | | | | | | | | | | hook callback
| | * | Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-10-251-6/+6
| | | |