aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4474 from tf2spi/4407-mdei-packgingerBill2025-01-081-1/+1
|\
| * 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
|\ \
| * | 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 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
|\ \ \
| * | | formattingLeo Zurbriggen2025-01-051-11/+10
| * | | add SetCommMask, GetCommMask, WaitCommEvent, GetCommPorts, communication even...Leo Zurbriggen2025-01-051-1/+18
| * | | move GetCommPorts to correct foreign blockLeo Zurbriggen2025-01-021-1/+1
* | | | Merge pull request #4650 from jasonKercher/arm32-updategingerBill2025-01-043-83/+183
|\ \ \ \
| * | | | 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
| * | | | Minor fixes + cleanup in os2 and sys/linuxjason2025-01-023-5/+6
| |/ / /
* | | | 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
| |\ \ \
| | * | | Remove extra white spaceJoao Fukuda2024-12-221-1/+0
| | * | | Fix issue #4612Joao Fukuda2024-12-221-0/+11
| | | |/ | | |/|
| * | | Merge pull request #4638 from DataResearch/masterLaytan2024-12-301-0/+1
| |\ \ \
| | * | | added IsZoomed to user32 bindings in sys/windowsCodingChris2024-12-301-0/+1
| | |/ /
| * / / Get arm64 up to speed in os2 linuxjason2024-12-191-37/+59
| |/ /
| * | 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
| * | 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
| |\ \
| | * | sys/posix: fix dirfd on netbsdLaytan Laats2024-11-151-9/+25
| * | | Fix integer typeNicknEma2024-11-151-1/+1
| |/ /
| * | Merge pull request #4482 from A1029384756/mastergingerBill2024-11-144-3/+94
| |\ \
| | * | 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
| * | | 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
| * | Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
| |\ \
| | * | 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 ho...p2jason2024-10-312-35/+43
| | * | Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-10-251-6/+6