aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sys/windows: add interfaces from shobjidl_core.hhikari2022-06-081-0/+462
* | sys/windows: fix formattinghikari2022-06-072-3/+4
* | sys/windows: fix file picker dialoghikari2022-06-073-3/+59
* | sys/windows: add several functions and constantshikari2022-06-033-0/+63
* | sys/windows: add RegSetValueExWhikari2022-06-031-0/+9
* | sys/windows: add registry functions and create winerror.odinhikari2022-06-034-34/+241
|/
* Add enums for getting Scancodes from WM_KEYDOWNCedric Hutchings2022-05-221-0/+8
* fix git dummy movejason2022-05-161-2/+1
* merge from upstream and convert to ^File typesjason2022-05-1618-156/+984
|\
| * Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-1/+1
| * Adding flag values for FormatMessageW and LocalAlloc/etc.Aaron Glazer2022-05-121-3/+15
| * Add `GetAddrInfoExW`gingerBill2022-05-122-0/+40
| * Remove `A` calls in favour of `W` callsgingerBill2022-05-126-123/+33
| * Add more librariesgingerBill2022-05-125-12/+169