summaryrefslogtreecommitdiff
path: root/gui.go
AgeCommit message (Collapse)Author
2019-06-01compiles againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01start handling 'Guiwindow' correctlyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01rename fieldsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01change around the concept of "Window" and "Box"Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01finally able to remove vmBox.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more cleaningJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more moving to vmJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01finally able to remove addAccount.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more control panel code removalJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31rearrange some codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31start moving vm logic into the control panelJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31v0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31trying to fix 'SHOW VM'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31lots of changes to track windows and tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31more structural cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31more cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31continue variable and structure improvementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30change to pointers correctlyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30change CreateButton to rerturn *GuiButtonJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30more variable name fixesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30start fixing variable namesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30generate subdomainJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29large change to track the window everywhereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29attempt to hide & show tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29more dereferencing of *ui.AreaJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29more dereference improvementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29remove the myAH stand alone variableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29fix crashJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29fix crashJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29crashesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-27continue the move to abstracted access to all GUI elementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26map create vm tab to the accountJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26experiement with 'show vm' as a window or a tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26open and close windows on linux for the VMJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26clean up more mouse click handling. Almost finished.Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26remove old test codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26pass 'ADD' to main application codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26work on add VMJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26remove old codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26almost complete obviewscation of the buttonsJeff Carr
yes, I can't spell. I like it this way better anyway Signed-off-by: Jeff Carr <[email protected]>
2019-05-26more removal of button information function passingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26standardize other mouse clicksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26more code cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-25pass the VM to the buttons in the VM tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-25update for the new protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-25work on fixing 'add account'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24single CreateButton functionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24remove more unused stuffJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24fixed. control panel is working againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24start removing the config packageJeff Carr
Signed-off-by: Jeff Carr <[email protected]>