aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
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
* | | | Refactor changes.VladPavliuk2025-01-031-5/+3
* | | | Merge branch 'master' into extend_win32_api_typesVladPavliuk2025-01-035-10/+86
|\| | |
| * | | added IsZoomed to user32 bindings in sys/windowsCodingChris2024-12-301-0/+1
| | |/ | |/|
| * | 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
| * | Fix integer typeNicknEma2024-11-151-1/+1
| * | Use tabs instead of spacesAlex Overstreet2024-11-131-10/+10
| * | Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYSAlex Overstreet2024-11-131-0/+61
| * | Mark procs as "contextless" in winerror.odinNicknEma2024-11-041-7/+7
| * | Initial cut of timezonesColin Davidson2024-10-091-0/+14
* | | Extend win32 typesVladPavliuk2025-01-032-1/+31
|/ /
* | add file flags like in WinBase.hjakubtomsu2024-10-061-4/+13
* | Fix indentation issuesflysand72024-09-261-7/+7
* | [os2]: Implement pipe_has_data procedureflysand72024-09-241-0/+8
* | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-1437-37/+37
* | Fix broken cases of `Seek` usage in `_file_stream_proc`Feoramund2024-08-281-0/+1
* | Add Win32 procs needed to handle clipboardFakhri Mouad2024-08-282-0/+38
* | fix windows bindings where BOOL is not actually a booleanLaytan Laats2024-08-281-2/+2
* | Fix win32 dwmapi enum.VladPavliuk2024-08-251-1/+1
* | Fix `-vet-tabs` issuesgingerBill2024-08-243-35/+35
* | Merge pull request #3971 from jasonKercher/os2-process-linuxgingerBill2024-08-161-0/+0
|\ \
| * | update core:filepath's clean, join and split_list to return optional Allocato...jason2024-08-161-0/+0
* | | Merge pull request #4038 from Hyrtwol/core-sys-windows-rawinput-codeJeroen van Rijn2024-08-083-4/+15
|\ \ \
| * | | trim whitespaceThomas la Cour2024-08-082-2/+2
| * | | rawinput codeThomas la Cour2024-08-081-2/+13
| |/ /
* | | Fix typo.Jeroen van Rijn2024-08-082-7/+1
* | | Allow symlink test to work irrespective of git settings.Jeroen van Rijn2024-08-082-0/+10
|/ /
* | removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk ...Thomas la Cour2024-07-261-3/+0
* | missign cursorinfoThomas la Cour2024-07-261-0/+15
* | formatThomas la Cour2024-07-252-21/+21
* | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-253-30/+306
|\ \
| * \ Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-07-241-0/+1
| |\ \
| | * | Add CLSCTX_ALLJeroen van Rijn2024-07-241-0/+1
| * | | Add more NtDll stuffgingerBill2024-07-242-0/+39
| |/ /
| * | Improve win32 typesgingerBill2024-07-241-10/+22
| * | Add some more Ntdll callsgingerBill2024-07-242-18/+124