index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
tab_windows.go
Age
Commit message (
Expand
)
Author
2014-08-06
Made containers transparent on Windows. This is the first of a four-part set ...
Pietro Gagliardi
2014-08-06
Made the tabs of Tab controls on Windows children of the main tab control its...
Pietro Gagliardi
2014-08-05
Removed leftover TODO.
Pietro Gagliardi
2014-08-04
Same as previous commit, but for showing and hiding containers on Windows.
Pietro Gagliardi
2014-08-04
Merged cases of C.moveWindow() on Windows containers to one place (container_...
Pietro Gagliardi
2014-08-04
Completed the migration of the Windows backend to the new container system.
Pietro Gagliardi
2014-08-04
Removed Control.containerShow() and Control.containerHide() and the overall a...
Pietro Gagliardi
2014-08-04
Changed Tab on Windows to store each control in a *layout (see previous commi...
Pietro Gagliardi
2014-08-03
Converted the new Windows Control code to use interfaces instead of controlba...
Pietro Gagliardi
2014-08-03
Did the previous commit, but for the Windows backend.
Pietro Gagliardi
2014-08-03
Set up the Control restructure and migrated the Windows implementation over. ...
Pietro Gagliardi
2014-08-02
Split all the Control implementations into their own files and renamed the co...
Pietro Gagliardi