| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #2391 from ftphikari/master | Jeroen van Rijn | 2023-03-18 | 3 | -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 icons | hikari | 2023-03-18 | 3 | -2/+171 | |
| | | | ||||||
| * | | add SetConsoleOuputCP | Elusive Porpoise | 2023-03-15 | 1 | -1/+2 | |
| |/ | ||||||
| * | Add `set_blocking` for network sockets | Sokus | 2023-03-08 | 1 | -0/+4 | |
| | | ||||||
| * | Separate out the `read_reg` into three non-parapoly procedures | gingerBill | 2023-03-07 | 1 | -61/+81 | |
| | | ||||||
| * | Merge pull request #2314 from SentientCoffee/pr/win32_console_text_attributes | gingerBill | 2023-03-04 | 1 | -0/+19 | |
| |\ | | | | | Add win32 SetConsoleTextAttribute for setting cmd prompt colors | |||||
| | * | Add win32 SetConsoleTextAttributes for setting cmd prompt colors | Daniel | 2023-01-25 | 1 | -0/+19 | |
| | | | ||||||
| * | | Merge branch 'master' into core_net_update | Colin Davidson | 2023-03-02 | 2 | -32/+53 | |
| |\ \ | ||||||
| | * | | Added missing Windows functions for console manipulation | Jeppe Skov | 2023-02-28 | 2 | -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 ripple | Colin Davidson | 2023-03-01 | 2 | -9/+14 | |
| | | | | ||||||
| * | | | more manual type carryover | Colin Davidson | 2023-03-01 | 2 | -4/+26 | |
| | | | | ||||||
| * | | | manually start merging core_net | Colin Davidson | 2023-03-01 | 6 | -146/+538 | |
| |/ / | ||||||
| * | | Merge branch 'master' into new-temp-allocator | gingerBill | 2023-02-28 | 4 | -60/+237 | |
| |\ \ | ||||||
| | * \ | Merge pull request #2354 from elusivePorpoise/master | gingerBill | 2023-02-28 | 1 | -0/+7 | |
| | |\ \ | | | | | | | | | FindFirstChangeNotification series of calls | |||||
| | | * | | FindFirstChangeNotification series of calls | Elusive Porpoise | 2023-02-27 | 1 | -0/+7 | |
| | | | | | ||||||
| | * | | | cleanup of os/linux | Colin Davidson | 2023-02-28 | 1 | -11/+28 | |
| | |/ / | ||||||
| | * | | derp. raw-syscalls | Colin Davidson | 2023-02-19 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | make darwin syscalls contextless | Colin Davidson | 2023-02-19 | 2 | -48/+48 | |
| | | | | ||||||
| | * | | add osx support | Colin Davidson | 2023-02-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | begin adding tsc frequency getters | Colin Davidson | 2023-02-19 | 1 | -0/+154 | |
| | |/ | ||||||
| * / | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate | gingerBill | 2023-02-10 | 6 | -1/+26 | |
| |/ | ||||||
| * | more windows kerfuffle | Colin Davidson | 2023-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into get_core_count | Colin Davidson | 2023-01-06 | 6 | -0/+123 | |
| |\ | ||||||
| | * | Merge pull request #2265 from JooperGH/more_dwmapi_bindings | gingerBill | 2023-01-06 | 6 | -0/+121 | |
| | |\ | | | | | | | More dwmapi bindings | |||||
| | | * | Fixed CI error | Jooper | 2022-12-21 | 2 | -1/+2 | |
| | | | | ||||||
| | | * | App bar bindings | JooperGH | 2022-12-19 | 1 | -0/+33 | |
| | | | | ||||||
| | | * | One last binding | JooperGH | 2022-12-19 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | HRGB and Rect functions | JooperGH | 2022-12-19 | 2 | -0/+30 | |
| | | | | ||||||
| | | * | CreateSolidBrush and FillRect | JooperGH | 2022-12-19 | 2 | -0/+4 | |
| | | | | ||||||
| | | * | Added uxtheme bindings | JooperGH | 2022-12-19 | 2 | -3/+12 | |
| | | | | ||||||
| | | * | Merge branch 'master' of https://github.com/odin-lang/Odin into ↵ | JooperGH | 2022-12-19 | 3 | -0/+21 | |
| | | |\ | | | | | | | | | | | | | more_dwmapi_bindings | |||||
| | | * | | Added more DWMAPI bindings | JooperGH | 2022-12-19 | 2 | -0/+43 | |
| | | | | | ||||||
| | * | | | Add GetKeyboardState to user32 | matias | 2023-01-06 | 1 | -0/+2 | |
| | | |/ | |/| | ||||||
| * | | | fix more things? | Colin Davidson | 2023-01-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix windows structs | Colin Davidson | 2023-01-05 | 1 | -7/+10 | |
| | | | | ||||||
| * | | | name raw union | Colin Davidson | 2023-01-05 | 1 | -10/+11 | |
| | | | | ||||||
| * | | | use raw_union? | Colin Davidson | 2023-01-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | add get core count | Colin Davidson | 2023-01-05 | 1 | -0/+44 | |
| |/ / | ||||||
| * | | sys/windows: add GetMonitorInfoW | hikari | 2022-12-13 | 2 | -0/+20 | |
| | | | ||||||
| * | | sys/windows: add DescribePixelFormat | hikari | 2022-12-07 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge branch 'odin-lang:master' into master | Dragos Popescu | 2022-12-06 | 1 | -0/+12 | |
| |\ | ||||||
| | * | sys/windows: wgl style fix | hikari | 2022-12-06 | 1 | -1/+2 | |
| | | | ||||||
| | * | sys/windows: fix wgl function loading in accordance with OpenGL wiki | hikari | 2022-12-06 | 1 | -1/+7 | |
| | | | ||||||
| | * | sys/windows: added helper gl proc | hikari | 2022-12-05 | 1 | -0/+5 | |
| | | | ||||||
| * | | core:sys/windows: Added CSIDL_PROFILE | Dragos Popescu | 2022-12-06 | 1 | -0/+1 | |
| |/ | ||||||
| * | sys/windows: add CreateWaitableTimerExW | hikari | 2022-12-02 | 2 | -0/+13 | |
| | | ||||||
| * | sys/windows: add SHGetFolderPathW (#2213) | ftphikari | 2022-11-28 | 2 | -0/+35 | |
| | | | | | * sys/windows: add SHGetFolderPathW * sys/windows: add some hittest constants | |||||
| * | Merge pull request #2193 from ftphikari/master | Jeroen van Rijn | 2022-11-14 | 2 | -0/+53 | |
| |\ | | | | | sys/windows: add ShellExecuteExW | |||||
| | * | sys/windows: add ShellExecuteExW | hikari | 2022-11-14 | 2 | -0/+53 | |
| | | | ||||||
| * | | Fix +build ignore | gingerBill | 2022-11-04 | 1 | -1/+1 | |
| |/ | ||||||