summaryrefslogtreecommitdiff
path: root/gui.go
AgeCommit message (Collapse)Author
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]>
2019-05-24remove more codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24button handling almost completely cleaned upJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24clean more of the button handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24move all structs into a common fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24more mouse click handling cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24more button debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24standard message windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24formating + standard error boxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23make custom buttons for the account socketsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23remove demo examplesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23remove old function nameJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23start honoring the debugging flag for more outputJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23add a HomeDirJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23pass through the account username and passwordJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23try to list the registered accountsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23display golang build version & git commitJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22allow version to be setJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22push button logic outside of the GUIJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22more button testsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>