aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/ux_theme.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add more win32 bindingsbplu4t2f2026-01-241-0/+57
|
* More formatting improvementsgingerBill2026-01-021-1/+1
|
* Change usage of `i32` to `c_int` where appropriategingerBill2026-01-021-3/+8
|
* Add miscellaneous missing WinAPI functions, constants, and structures for ↵NotKyon2025-02-011-0/+1
| | | | comctl32, user32, and ux_theme.
* Fix integer typeNicknEma2024-11-151-1/+1
| | | Change int to i32 so it is the correct size
* 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
|
* Added uxtheme bindingsJooperGH2022-12-191-0/+12