aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-262-1/+22
* Fix typogingerBill2022-10-261-1/+1
* Add `GetSystemTimePreciseAsFileTime`gingerBill2022-10-261-0/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-10-182-0/+125
|\
| * sys/windows: add ITaskbarList interfaceshikari2022-10-131-0/+82
| * sys/windows: add SHFileOperationWhikari2022-10-122-0/+43
* | Allow for `N = -1` in `wstring_to_utf8`gingerBill2022-10-181-4/+4
|/
* sys/windows: replace A with Whikari2022-10-101-2/+2
* sys/windows: add free disk space function bindinghikari2022-10-102-0/+8
* sys/windows: add some constantshikari2022-10-072-2/+14
* Merge branch 'odin-lang:master' into masterftphikari2022-10-041-1/+12
|\
| * Add a few Fiber functions to kernel32.odinmatias2022-10-031-1/+12
* | sys/windows: add comctl32hikari2022-10-011-0/+9
* | sys/windows: add a bunch of stuffhikari2022-10-016-1/+169
|/
* Merge pull request #2085 from matias-eduardo/patch-2gingerBill2022-09-271-0/+1
|\
| * Add WSATRY_AGAIN to windows/types.odinmatias2022-09-261-0/+1
* | Merge branch 'odin-lang:master' into masterftphikari2022-09-271-0/+144
|\|
| * [sys/windows] Add DCB structure, SetCommState, GetCommStateTetralux2022-09-221-0/+144
* | sys/windows: add a couple of functions and constants, fix formattinghikari2022-09-272-1084/+1095
|/
* sys/windows: add definitionshikari2022-09-142-0/+66
* Add windows.timeGetTime()Ryan Chan2022-09-101-0/+1
* Merge branch 'master' into sysinfoJeroen van Rijn2022-09-051-3/+3
|\
| * Merge pull request #1951 from IanLilleyT/wstring_allocationgingerBill2022-09-051-3/+3
| |\
| | * smaller allocation for noIan Lilley2022-08-151-3/+3
* | | Merge branch 'master' into sysinfoJeroen van Rijn2022-09-013-17/+84
|\| |
| * | Merge pull request #1976 from matias-eduardo/patch-2gingerBill2022-09-011-0/+29
| |\ \
| | * | Add Extended Window Styles (WS_EX)matias2022-08-251-0/+29
| * | | Kernel32: Add more window bindings and improve consistencyLucas Perlind2022-09-013-14/+52
* | | | [sys/info] Initial version.Jeroen van Rijn2022-09-012-0/+132
|/ / /
* / / Add much of Win32's Raw Input APILucas Perlind2022-08-281-0/+151
|/ /
* / Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL`gingerBill2022-08-221-2/+2
|/
* Typo: "Get" -> "Set"matias2022-08-141-1/+1
* Add some wgl extensionsFabian Sperber2022-08-122-1/+148
* Add more windows bindingsFabian Sperber2022-08-122-1/+70
* Update user32.odinHyp-X2022-08-011-0/+1
* Add `MAKE_WORD`gingerBill2022-07-211-0/+4
* Disallow `proc() do stmt` and only allow `proc() { stmt }`gingerBill2022-07-181-1/+1
* Merge pull request #1826 from englerj/windows-bindingsgingerBill2022-06-282-8/+75
|\
| * Fix tab spacing.Josh Engler2022-06-121-25/+25
| * Merge branch 'master' into windows-bindingsJosh Engler2022-06-119-41/+1058
| |\
| * | - Added EnumDisplaySettingsW and friends.Josh Engler2022-06-032-9/+80
* | | Change LPCSTR to LPCWSTR in windows _W proceduresJimmy "Keeba" Lefevre2022-06-271-2/+2
* | | sys/windows: add constants and macrohikari2022-06-172-1/+17
* | | sys/windows: add RegSetKeyValueWhikari2022-06-161-0/+9
* | | sys/windows: add GetTextExtentPoint32Whikari2022-06-111-0/+1
* | | sys/windows: add a couple of constantshikari2022-06-101-0/+3
| |/ |/|
* | sys/windows: add functions and constantshikari2022-06-093-0/+221
* | sys/windows: add macrohikari2022-06-081-0/+2
* | Merge branch 'odin-lang:master' into masterftphikari2022-06-082-3/+19
|\|
| * Remove `strings` dependency from `core:sys/windows`gingerBill2022-06-022-3/+19