summaryrefslogtreecommitdiff
path: root/redo/basicctrls_windows.go
AgeCommit message (Expand)Author
2014-08-01Added TextField preferredSize() on Windows.Pietro Gagliardi
2014-08-01Removed previous commit's TODO and added Checkbox preferredSize() on Windows.Pietro Gagliardi
2014-08-01More TODOs.Pietro Gagliardi
2014-08-01Implemented preferredSize() for Label on Windows. Seems to work...Pietro Gagliardi
2014-08-01Converted direct usages of C.setWindowText() in the Windows Control code into...Pietro Gagliardi
2014-08-01More Windows sizing framework code: merged together the MulDiv() instances in...Pietro Gagliardi
2014-08-01Applied non-standalone Label offsets to the Windows backend. Also more TODOs.Pietro Gagliardi
2014-07-30Set up a new, cleaner model for deriving Control's methods and applied it to ...Pietro Gagliardi
2014-07-30Renamed the controls* and containers* files to basicctrls* and containerctrls...Pietro Gagliardi