summaryrefslogtreecommitdiff
path: root/redo/control_windows.go
AgeCommit message (Expand)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-14Fixed the infinite loop on Tab control dialog message bug(s) on the Windows b...Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall a...Pietro Gagliardi
2014-08-03Converted the new Windows Control code to use interfaces instead of controlba...Pietro Gagliardi
2014-08-03Did the previous commit, but for the Windows backend.Pietro Gagliardi
2014-08-03More TODOs.Pietro Gagliardi
2014-08-03Set up the Control restructure and migrated the Windows implementation over. ...Pietro Gagliardi
2014-08-02Removed the generic preferredSize() from the Windows backend; all controls ar...Pietro Gagliardi
2014-08-01More Windows sizing framework code: merged together the MulDiv() instances in...Pietro Gagliardi
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ...Pietro Gagliardi
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