aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/comctl32.odin
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes to formatting and typesgingerBill2026-01-021-4/+4
|
* Minor formatting improvementsgingerBill2026-01-021-57/+57
|
* Change usage of `i32` to `c_int` where appropriategingerBill2026-01-021-33/+33
|
* `for in string16`; Support `string16` across coregingerBill2025-08-021-5/+5
|
* fix space indentationsLaytan Laats2025-02-121-151/+151
|
* Win32: Fix strict style conformance.NotKyon2025-02-091-1/+1
|
* Win32: Fix cross-platform compilation.NotKyon2025-02-091-39/+41
|
* Win32: Fix -vet errors.NotKyon2025-02-091-12/+12
|
* Add common Windows control messages, constants, structures, macros, and support.NotKyon2025-02-091-0/+2061
|
* Add miscellaneous missing WinAPI functions, constants, and structures for ↵NotKyon2025-02-011-0/+24
| | | | comctl32, user32, and ux_theme.
* Add SetWindowSubclass and RegisterHotKey functionsLion Schitik2025-01-081-0/+1
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Change `stdcall` -> `system`gingerBill2024-01-171-1/+1
|
* sys/windows: add comctl32hikari2022-10-011-0/+9