summaryrefslogtreecommitdiff
path: root/redo/control_windows.go
AgeCommit message (Collapse)Author
2014-08-01More Windows sizing framework code: merged together the MulDiv() instances ↵Pietro Gagliardi
into wrapper functions and added the basic text length storage into controlbase.
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ↵Pietro Gagliardi
are a few cases of const->non-const conversions as a result.
2014-07-30Split out the default definitions of Control.allocate() into a single place.Pietro Gagliardi
2014-07-30Set up a new, cleaner model for deriving Control's methods and applied it to ↵Pietro Gagliardi
the Windows backend.