aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add much of Win32's Raw Input APILucas Perlind2022-08-281-0/+151
|/
* Correct syscalls for `linux_i386`gingerBill2022-08-241-1/+1
* Fix #1972gingerBill2022-08-241-2/+2
* Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL`gingerBill2022-08-221-2/+2
* Add `core:sys/valgrind` package for valgrind, memcheck, and callgrindgingerBill2022-08-173-0/+414
* 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
* Minor clean up of wasi_api.odingingerBill2022-07-251-259/+171
* 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
|/
* Remove old codegingerBill2022-05-282-100/+0
* 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-1638-2208/+992
|\
| * Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-163-3/+3
| * Adding flag values for FormatMessageW and LocalAlloc/etc.Aaron Glazer2022-05-121-3/+15
| * Remove duplicationgingerBill2022-05-121-12/+4
| * Clean up `core:time` to be consistent across all platformsgingerBill2022-05-122-3/+85
| * Remove `core:sys/win32`gingerBill2022-05-1213-2162/+3
| * 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
| * Update sys/windows to be closer to the soon to be deleted sys/win32gingerBill2022-05-126-7/+260
| * Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-126-46/+53
| * Update error handling for os2 on windowsgingerBill2022-05-121-0/+1
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-05-124-2/+41
| |\