summaryrefslogtreecommitdiff
path: root/redo/container_windows.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-24Split ymargin into top and bottom margins to accomodate Groups on Windows; ↵Pietro Gagliardi
fixed those.
2014-08-15Added Group on Windows.Pietro Gagliardi
2014-08-14Fixed the infinite loop on Tab control dialog message bug(s) on the Windows ↵Pietro Gagliardi
backend.
2014-08-12Improved dialog base units calculations on Windows.Pietro Gagliardi
2014-08-09Finished the previous commit.Pietro Gagliardi
2014-08-08Mostly fixed Labels on Windows being offset slightly; need to finish the fix ↵Pietro Gagliardi
by making it not apply to standalone Labels and adding comments.
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 ↵Pietro Gagliardi
(container_windows.go) as a method on container.
2014-08-04Re-added base units calculation to the resizing code now that container ↵Pietro Gagliardi
stores a HWND again.
2014-08-04Completed the migration of the Windows backend to the new container system.Pietro Gagliardi