| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-18 | Feature [feature-requests:#1573]. Replace archaic PASCAL with current CALLBACK. | Zufu Liu | 1 | -6/+6 | |
| 2025-06-12 | Squash some warnings, mostly by defining constants symbolically. | Neil | 1 | -20/+22 | |
| 2025-06-12 | Bug [#2482]. Force list colours to be opaque. | Sven Ritter | 1 | -2/+2 | |
| Enlarge bitmap to avoid visible blank background between items. | |||||
| 2025-04-19 | Move most of the implementation of the static ListBoxX::ControlWndProc to the | Neil | 1 | -22/+25 | |
| member function ListBoxX::ListProc so it can directly access state. Stop using GWLP_USERDATA to hold the previous window procedure of subclassed window since it can be stored in the ListBoxX object with better type-safety. Decrease warnings for reinterpret_cast since it is a common Win32 idiom to pass pointers as integers to window procedures. | |||||
| 2025-03-28 | Standardize access to system colours through GetSysColor and avoid casts. | Neil | 1 | -2/+1 | |
| 2025-03-20 | Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to | Neil | 1 | -0/+989 | |
| new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers. | |||||
