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