summaryrefslogtreecommitdiff
path: root/redo/tab_windows.go
AgeCommit message (Expand)Author
2014-08-06Made containers transparent on Windows. This is the first of a four-part set ...Pietro Gagliardi
2014-08-06Made the tabs of Tab controls on Windows children of the main tab control its...Pietro Gagliardi
2014-08-05Removed leftover TODO.Pietro Gagliardi
2014-08-04Same as previous commit, but for showing and hiding containers on Windows.Pietro Gagliardi
2014-08-04Merged cases of C.moveWindow() on Windows containers to one place (container_...Pietro Gagliardi
2014-08-04Completed the migration of the Windows backend to the new container system.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall a...Pietro Gagliardi
2014-08-04Changed Tab on Windows to store each control in a *layout (see previous commi...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-03Set up the Control restructure and migrated the Windows implementation over. ...Pietro Gagliardi
2014-08-02Split all the Control implementations into their own files and renamed the co...Pietro Gagliardi