summaryrefslogtreecommitdiff
path: root/redo/containerctrls_windows.c
AgeCommit message (Collapse)Author
2014-08-02Split all the Control implementations into their own files and renamed the ↵Pietro Gagliardi
containerctrls implementation files to say tab instead as they only hold Tab. This is the first part of what should hopefully be the final restructuring.
2014-08-02Rewrote the tab height calculation function from the previous commit to ↵Pietro Gagliardi
consider all tabs, just to be safe.
2014-08-02Wrote code to get Windows Tabs's tab height; will integrate it later.Pietro Gagliardi
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-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.