aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * Merge pull request #3966 from KyleNBurke/sys-windows-add-typeJeroen van Rijn2024-07-231-0/+6
| |\
| | * Remove semicolonKyle Burke2024-07-231-1/+1
| | * Add `NCCALCSIZE_PARAMS` to `sys/windows`Kyle Burke2024-07-231-0/+6
| | * [sys/windows]: Fix the value for TH32CS_SNAPPROCESS constantflysand72024-06-301-1/+1
| * | core/sys/windows: added drag and drop proceduresIllusionMan12122024-07-171-0/+7
| * | General clean up of the os2/process_windows.odin codegingerBill2024-07-162-3/+109
* | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-124-21/+354
|\| |
| * | [sys/windows] Add advapi bindings, process-related functions and context-rela...flysand72024-07-124-21/+354
* | | post rebaseThomas la Cour2024-07-112-29/+6
* | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-119-169/+451
|\| |
| * | Unify `IUnknown` COM interfacegingerBill2024-07-101-7/+9
| * | Merge pull request #3858 from flysand7/wow64-apisetgingerBill2024-07-061-0/+85
| |\ \
| | * | Add bindings for WOW64 API setflysand72024-07-021-0/+85
| | |/
| * | Improve fix.Jeroen van Rijn2024-07-051-4/+1
| * | Fix utf8_to_wstring given zero bytes.Jeroen van Rijn2024-07-051-1/+4
| * | [sys/windows]: Fix the type declaration for MODULEENTRY32Wflysand72024-07-021-2/+2
| |/
| * [core/windows]: Bind tlhelp.h functions from kernel32.dllflysand72024-06-301-0/+101
| * Merge pull request #3806 from NicknEma/windows_fixesJeroen van Rijn2024-06-251-1/+1
| |\
| | * Update CommandLineToArgvW return typeNicknEma2024-06-251-1/+1