aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* Remove old codegingerBill2022-05-282-100/+0
|
* Add enums for getting Scancodes from WM_KEYDOWNCedric Hutchings2022-05-221-0/+8
| | | https://docs.microsoft.com/en-us/windows/win32/inputdev/about-keyboard-input
* 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
| | | | | | | | for memory leaks
| * 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
| |\
| | * Implement pthread_cancel.Jeroen van Rijn2022-05-114-2/+41
| | |
| * | Fill in most of os2/file_windows.odingingerBill2022-05-122-0/+6
| |/
| * Adding some proc bindings, struct definitions, and constant values.Aaron Glazer2022-05-083-0/+46
| |
| * Ctrl-C handler on Windows.Jeroen van Rijn2022-05-082-1/+16
| |
| * sys/windows: fix RGB macro againhikari2022-05-061-1/+1
| |
| * sys/win32: fix RGB macrohikari2022-05-062-4/+2
| |
| * Begin mocking os2 for windows out moregingerBill2022-05-051-1/+1
| |
| * Merge pull request #1758 from ftphikari/mastergingerBill2022-05-022-0/+274
| |\ | | | | | | sys/windows: add a couple procedures and tons of constants
| | * sys/windows: remove A variant for one SystemParametersInfoWhikari2022-05-011-1/+0
| | |
| | * sys/windows: add a couple procedures and tons of constantshikari2022-04-302-0/+275
| | |
| * | Update arch enumgingerBill2022-05-011-1/+1
| |/
| * sys/windows: fix build issueshikari2022-04-302-2/+2
| |
| * sys/windows: change macro and add commenthikari2022-04-301-2/+4
| |
| * sys/windows: add GetDCBrushColorhikari2022-04-301-0/+1
| |
| * sys/windows: add a couple of procedures and typeshikari2022-04-302-0/+7
| |
| * sys/windows: add some procedureshikari2022-04-192-0/+13
| |
| * sys/windows: add timeEndPeriodhikari2022-04-171-0/+1
| |
| * sys/windows: add some constantshikari2022-04-151-0/+4
| |
| * sys/windows: add winmm bindings filehikari2022-04-151-0/+9
| |
| * sys/windows: add procedures and typeshikari2022-04-152-0/+66
| |
| * sys/windows: add a couple macroshikari2022-04-071-0/+8
| |
* | add mremap + flagsCiD-2022-04-261-9/+21
| |
* | whoopsCiD-2022-04-081-4/+4
| |
* | merge upstream/masterCiD-2022-04-089-37/+2508
|\|
| * sys/windows: add Dwmapi.lib bindinghikari2022-04-051-0/+9
| |
| * sys/windows: add several procedures and macroshikari2022-04-022-2/+38
| |
| * sys/windows: add a couple of procedures and typeshikari2022-04-022-0/+68
| |
| * sys/windows: fix some procedure definitions and typeshikari2022-04-012-16/+76
| |
| * sys/windows: add various procedureshikari2022-04-012-0/+20
| |
| * sys/windows: move L into util.odinhikari2022-04-012-4/+4
| |
| * sys/windows: fix building errorhikari2022-04-011-0/+1
| |
| * sys/windows: add intrinsics.constant_utf16_cstringhikari2022-04-011-0/+2
| |
| * Merge pull request #1670 from ftphikari/masterJeroen van Rijn2022-03-292-0/+29
| |\ | | | | | | sys/windows: add WM_SYSCOMMAND related constants
| | * sys/windows: add WM_SYSCOMMAND related constantshikari2022-03-292-0/+29
| | |