aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2428 from elusivePorpoise/pr2428Jeroen van Rijn2023-03-292-23/+155
|\ | | | | relocations and add some error consts to winmm
| * relocations and add some error consts to winmmElusive Porpoise2023-03-292-23/+155
| | | | | | | | | | | | Summary: Test Plan:
* | Merge pull request #2426 from elusivePorpoise/pr2426Jeroen van Rijn2023-03-291-0/+7
|\| | | | | Add TIMECAPS stuff
| * Add TIMECAPS stuffElusive Porpoise2023-03-291-0/+7
| | | | | | | | | | | | Summary: Test Plan:
* | Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows packageChristian Seibold2023-03-182-0/+8
| |
* | Merge pull request #2391 from ftphikari/masterJeroen van Rijn2023-03-183-2/+171
|\ \ | |/ |/| sys/windows: added some functions and types for input hooks and tray …
| * sys/windows: added some functions and types for input hooks and tray iconshikari2023-03-183-2/+171
| |
* | add SetConsoleOuputCPElusive Porpoise2023-03-151-1/+2
|/
* Add `set_blocking` for network socketsSokus2023-03-081-0/+4
|
* Separate out the `read_reg` into three non-parapoly proceduresgingerBill2023-03-071-61/+81
|
* Merge pull request #2314 from SentientCoffee/pr/win32_console_text_attributesgingerBill2023-03-041-0/+19
|\ | | | | Add win32 SetConsoleTextAttribute for setting cmd prompt colors
| * Add win32 SetConsoleTextAttributes for setting cmd prompt colorsDaniel2023-01-251-0/+19
| |
* | Merge branch 'master' into core_net_updateColin Davidson2023-03-022-32/+53
|\ \
| * | Added missing Windows functions for console manipulationJeppe Skov2023-02-282-0/+21
| | | | | | | | | | | | This commit adds several missing types and functions to the Windows implementation to enable manipulation of console windows. The types added include 'SMALL_RECT', 'CONSOLE_SCREEN_BUFFER_INFO', and 'PCONSOLE_SCREEN_BUFFER_INFO'. The functions added include 'GetConsoleScreenBufferInfo', 'SetConsoleScreenBufferSize', and 'SetConsoleWindowInfo'. These functions were necessary to properly manage the console window.
* | | more cleanup rippleColin Davidson2023-03-012-9/+14
| | |
* | | more manual type carryoverColin Davidson2023-03-012-4/+26
| | |
* | | manually start merging core_netColin Davidson2023-03-016-146/+538
|/ /
* | Merge branch 'master' into new-temp-allocatorgingerBill2023-02-284-60/+237
|\ \
| * \ Merge pull request #2354 from elusivePorpoise/mastergingerBill2023-02-281-0/+7
| |\ \ | | | | | | | | FindFirstChangeNotification series of calls
| | * | FindFirstChangeNotification series of callsElusive Porpoise2023-02-271-0/+7
| | | |
| * | | cleanup of os/linuxColin Davidson2023-02-281-11/+28
| |/ /
| * | derp. raw-syscallsColin Davidson2023-02-191-1/+0
| | |
| * | make darwin syscalls contextlessColin Davidson2023-02-192-48/+48
| | |
| * | add osx supportColin Davidson2023-02-191-1/+1
| | |
| * | begin adding tsc frequency gettersColin Davidson2023-02-191-0/+154
| |/
* / Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-106-1/+26
|/
* more windows kerfuffleColin Davidson2023-01-061-1/+1
|
* Merge branch 'master' into get_core_countColin Davidson2023-01-066-0/+123
|\
| * Merge pull request #2265 from JooperGH/more_dwmapi_bindingsgingerBill2023-01-066-0/+121
| |\ | | | | | | More dwmapi bindings
| | * Fixed CI errorJooper2022-12-212-1/+2
| | |
| | * App bar bindingsJooperGH2022-12-191-0/+33
| | |
| | * One last bindingJooperGH2022-12-191-0/+1
| | |
| | * HRGB and Rect functionsJooperGH2022-12-192-0/+30
| | |
| | * CreateSolidBrush and FillRectJooperGH2022-12-192-0/+4
| | |
| | * Added uxtheme bindingsJooperGH2022-12-192-3/+12
| | |
| | * Merge branch 'master' of https://github.com/odin-lang/Odin into ↵JooperGH2022-12-193-0/+21
| | |\ | | | | | | | | | | | | more_dwmapi_bindings
| | * | Added more DWMAPI bindingsJooperGH2022-12-192-0/+43
| | | |
| * | | Add GetKeyboardState to user32matias2023-01-061-0/+2
| | |/ | |/|
* | | fix more things?Colin Davidson2023-01-051-1/+1
| | |
* | | fix windows structsColin Davidson2023-01-051-7/+10
| | |
* | | name raw unionColin Davidson2023-01-051-10/+11
| | |
* | | use raw_union?Colin Davidson2023-01-051-1/+1
| | |
* | | add get core countColin Davidson2023-01-051-0/+44
|/ /
* | sys/windows: add GetMonitorInfoWhikari2022-12-132-0/+20
| |
* | sys/windows: add DescribePixelFormathikari2022-12-071-0/+1
|/
* Merge branch 'odin-lang:master' into masterDragos Popescu2022-12-061-0/+12
|\
| * sys/windows: wgl style fixhikari2022-12-061-1/+2
| |
| * sys/windows: fix wgl function loading in accordance with OpenGL wikihikari2022-12-061-1/+7
| |
| * sys/windows: added helper gl prochikari2022-12-051-0/+5
| |
* | core:sys/windows: Added CSIDL_PROFILEDragos Popescu2022-12-061-0/+1
|/