aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | | | | | | | | | | fixed: https://github.com/odin-lang/Odin/issues/4520
| * | Fix integer typeNicknEma2024-11-151-1/+1
| | | | | | | | | Change int to i32 so it is the correct size
| * | 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
| | | | | | | | | So that they can be called from places like the windproc and stuff.
| * | 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 #+ ↵Karl Zylinski2024-09-1437-37/+37
| | | | | | | | file tag syntax.
* | Fix broken cases of `Seek` usage in `_file_stream_proc`Feoramund2024-08-281-0/+1
| | | | | | | | Handles `EINVAL`, among other fixes.
* | 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
| | | | | | | | Fixes #4157
* | 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
|\ \ | | | | | | os2 process linux implementation
| * | update core:filepath's clean, join and split_list to return optional ↵jason2024-08-161-0/+0
| | | | | | | | | | | | Allocator_Errors
* | | Merge pull request #4038 from Hyrtwol/core-sys-windows-rawinput-codeJeroen van Rijn2024-08-083-4/+15
|\ \ \ | | | | | | | | Core sys windows rawinput code
| * | | 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
| | | | | | | | headers
* | 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
|\ \ | | | | | | | | | | | | # Conflicts: # core/sys/windows/shell32.odin
| * \ 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
| |\ \ | | | | | | | | Add `NCCALCSIZE_PARAMS` to `sys/windows`
| | * | 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 ↵flysand72024-07-124-21/+354
| | | | | | | | | | | | | | | | context-related stuff
* | | | post rebaseThomas la Cour2024-07-112-29/+6
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-119-169/+451
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # core/sys/windows/kernel32.odin # core/sys/windows/types.odin # core/sys/windows/user32.odin # core/sys/windows/winerror.odin
| * | | 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 set
| | * | | Add bindings for WOW64 API setflysand72024-07-021-0/+85
| | |/ /
| * | | Improve fix.Jeroen van Rijn2024-07-051-4/+1
| | | |