aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/gdi32.odin
Commit message (Expand)AuthorAgeFilesLines
* Change `stdcall` -> `system`gingerBill2024-01-171-1/+1
* Add various missing windows proceduresBrennen Shaughnessy2023-11-221-0/+7
* CreateSolidBrush and FillRectJooperGH2022-12-191-0/+2
* sys/windows: add DescribePixelFormathikari2022-12-071-0/+1
* sys/windows: add a bunch of stuffhikari2022-10-011-0/+1
* sys/windows: add GetTextExtentPoint32Whikari2022-06-111-0/+1
* sys/windows: add functions and constantshikari2022-06-091-0/+11
* sys/windows: fix RGB macro againhikari2022-05-061-1/+1
* sys/win32: fix RGB macrohikari2022-05-061-3/+1
* sys/windows: fix build issueshikari2022-04-301-1/+1
* sys/windows: change macro and add commenthikari2022-04-301-2/+4
* sys/windows: add GetDCBrushColorhikari2022-04-301-0/+1
* sys/windows: add a couple of procedures and typeshikari2022-04-301-0/+5
* sys/windows: fix gdi32 raw pointer typeshikari2022-03-241-3/+3
* sys/windows: add basic Gdi32.lib supporthikari2022-03-241-0/+66