| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/windows: add several procedures and macros | hikari | 2022-04-02 | 2 | -2/+38 |
| | | |||||
| * | sys/windows: add a couple of procedures and types | hikari | 2022-04-02 | 2 | -0/+68 |
| | | |||||
| * | sys/windows: fix some procedure definitions and types | hikari | 2022-04-01 | 2 | -16/+76 |
| | | |||||
| * | sys/windows: add various procedures | hikari | 2022-04-01 | 2 | -0/+20 |
| | | |||||
| * | sys/windows: move L into util.odin | hikari | 2022-04-01 | 2 | -4/+4 |
| | | |||||
| * | sys/windows: fix building error | hikari | 2022-04-01 | 1 | -0/+1 |
| | | |||||
| * | sys/windows: add intrinsics.constant_utf16_cstring | hikari | 2022-04-01 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1670 from ftphikari/master | Jeroen van Rijn | 2022-03-29 | 2 | -0/+29 |
| |\ | | | | | sys/windows: add WM_SYSCOMMAND related constants | ||||
| | * | sys/windows: add WM_SYSCOMMAND related constants | hikari | 2022-03-29 | 2 | -0/+29 |
| | | | |||||
| * | | [windows] Fix leak in `glob`. | Jeroen van Rijn | 2022-03-29 | 1 | -3/+4 |
| |/ | |||||
| * | sys/windows: add SetTimer() and KillTimer() procedures | hikari | 2022-03-29 | 2 | -0/+8 |
| | | |||||
| * | sys/windows: add AdjustWindowRect and GetWindowRect | hikari | 2022-03-27 | 1 | -1/+4 |
| | | |||||
| * | sys/windows: add GetSystemMetrics | hikari | 2022-03-27 | 2 | -1/+111 |
| | | |||||
| * | sys/windows: add ClientToScreen | hikari | 2022-03-27 | 2 | -0/+2 |
| | | |||||
| * | HWND_TOPMOST, HWND_NOTOPMOST constants | Jeroen van Rijn | 2022-03-26 | 1 | -4/+4 |
| | | |||||
| * | sys/windows: add MessageBox procedures | hikari | 2022-03-25 | 2 | -0/+64 |
| | | |||||
| * | sys/windows: fix build | hikari | 2022-03-25 | 1 | -4/+4 |
| | | |||||
| * | sys/windows: add SetWindowPos() | hikari | 2022-03-25 | 2 | -0/+42 |
| | | |||||
| * | sys/windows: add mouse states masks | hikari | 2022-03-24 | 1 | -0/+9 |
| | | |||||
| * | sys/windows: fix gdi32 raw pointer types | hikari | 2022-03-24 | 1 | -3/+3 |
| | | |||||
| * | sys/windows: add basic Gdi32.lib support | hikari | 2022-03-24 | 2 | -1/+250 |
| | | |||||
| * | sys/windows: add GetKeyState functions | hikari | 2022-03-24 | 1 | -0/+3 |
| | | |||||
| * | sys/windows: add virtual keycodes | hikari | 2022-03-23 | 1 | -0/+252 |
| | | |||||
| * | sys/windows: add several of constants | hikari | 2022-03-23 | 2 | -1/+16 |
| | | |||||
| * | sys/windows: fixed calling conventions, added several bindings | hikari | 2022-03-23 | 3 | -40/+86 |
| | | |||||
| * | sys/windows: Add icon resource constants | Holger Lindner | 2022-03-23 | 1 | -0/+27 |
| | | |||||
| * | Nixify line endings | Holger Lindner | 2022-03-22 | 2 | -1175/+1175 |
| | | |||||
| * | Merge remote-tracking branch 'ftphikari/master' | Holger Lindner | 2022-03-22 | 2 | -271/+346 |
| |\ | |||||
| | * | sys/windows: added rudimentary User32.lib bindings | hikari | 2022-03-21 | 2 | -30/+198 |
| | | | |||||
| * | | Add SendMessageA/W to sys/windows/user32.odin | Holger Lindner | 2022-03-22 | 1 | -0/+3 |
| | | | |||||
| * | | Fix incorrect type for wndproc callback procedure | Holger Lindner | 2022-03-21 | 1 | -1/+1 |
| | | | |||||
| * | | Add user32.odin with most basic procedures to core:sys/windows | Holger Lindner | 2022-03-21 | 3 | -0/+1335 |
| |/ | |||||
| * | Merge pull request #1629 from Lperlind/more-window-bindings | Jeroen van Rijn | 2022-03-18 | 1 | -0/+2 |
| |\ | | | | | Add unregister_class_a and unregister_class_w for windows bindings | ||||
| | * | Add unregister_class_a and unregister_class_w for windows bindings | Lucas Perlind | 2022-03-18 | 1 | -0/+2 |
| | | | |||||
| * | | Remove incorrect #packed from sys/windows.STARTUPINFO | Tetralux | 2022-03-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1613 from semarie/linux_arm64 | gingerBill | 2022-03-14 | 1 | -0/+2 |
| |\ | | | | | fix Linux arm64 support | ||||
| | * | fix linux_arm64 | Sébastien Marie | 2022-03-12 | 1 | -0/+2 |
| | | | | | | | | | | | - SYS_fork doesn't exist, uses SYS_clone - properly cast AT_FDCWD to uintptr | ||||
| * | | freebsd_amd64 support | Sébastien Marie | 2022-03-13 | 1 | -45/+45 |
| |/ | |||||
| * | initial OpenBSD support | Sébastien Marie | 2022-02-25 | 2 | -1/+66 |
| | | |||||
| * | use `context.temp_allocator` instead of general allocation + delete() | Sébastien Marie | 2022-02-24 | 1 | -20/+10 |
| | | | | | where clone_to_cstring is used with foreign code, it is prefered to use `context.temp_allocator` instead of using the general allocator and manually delete the memory after use. | ||||
| * | Merge pull request #1504 from odin-lang/directx-packages | gingerBill | 2022-02-17 | 1 | -0/+3 |
| |\ | | | | | DirectX Package Support | ||||
| | * | Add `vendor:directx` packages: `dxgi`, `d3d11`, and `d3d12` | gingerBill | 2022-02-16 | 1 | -0/+3 |
| | | | | | | | | | TODO: enums marked with `bit_set` may need conversions | ||||
| * | | Adding capture procedures to user32 | Tail Wag Games | 2022-02-17 | 1 | -0/+3 |
| |/ | | | Adding `GetCapture`, `SetCapture` and `ReleaseCapture` functions - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setcapture | ||||
| * | Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*` | gingerBill | 2022-02-16 | 24 | -11056/+0 |
| | | |||||
| * | Merge pull request #1438 from odin-lang/odin-global-constants-as-enums | gingerBill | 2022-02-15 | 1 | -4/+4 |
| |\ | | | | | Odin global constants as enums | ||||
| | * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -4/+4 |
| | | | |||||
| * | | Strip unneeded semicolons | gingerBill | 2022-02-15 | 2 | -40/+40 |
| | | | |||||
| * | | Merge pull request #1482 from odin-lang/objc-intrinsics | gingerBill | 2022-02-15 | 24 | -0/+11056 |
| |\ \ | | | | | | | Improve support Objective-C code through intrinsics and Metal API | ||||
| | * | | Minor aesthetic clean ups of Foundation | gingerBill | 2022-02-15 | 8 | -21/+7 |
| | | | | |||||
| | * | | Add README.md | gingerBill | 2022-02-15 | 1 | -0/+155 |
| | | | | |||||