aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SurfaceD2D.cxx
AgeCommit message (Collapse)AuthorFilesLines
2025-04-03Turn on type conversion warnings for GCC and fix them.Neil1-1/+2
2025-03-29Use emplace_back to shorten code and avoid warning.Neil1-1/+1
2025-03-29Use constant definitions to avoid warnings.Neil1-3/+6
2025-03-29Simplify some boolean expressions and place brackets around subexpressions.Neil1-2/+2
2025-03-29Harmonize types by prioritizing UINT32 over size_t since DirectWrite wantsNeil1-22/+22
UINT32.
2025-03-29Reorder fields to ensure textLayout destroyed before blobs which it depends on.Neil1-1/+2
Otherwise there may be a crash inside DirectWrite.
2025-03-27Use constant for pointsPerInch.Neil1-1/+1
2025-03-20Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx toNeil1-0/+1738
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.