Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-20 | Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to | Neil | 1 | -0/+7 | |
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers. | |||||
2025-02-17 | Switch to using ComPtr from WRL for render target code for simplicity and | Neil | 1 | -19/+0 | |
familiarity. | |||||
2025-02-11 | Update Direct2D and DirectWrite functions and types to Direct2D 1.1. | Neil | 1 | -0/+18 | |
2021-12-03 | Remove comment that is no longer correct. | Neil | 1 | -1/+0 | |
2021-11-22 | Move common Win32 functions for releasing IUnknown* and DLL function access into | Neil | 1 | -0/+59 | |
new WinType.h header. |