summaryrefslogtreecommitdiff
path: root/gui.go
AgeCommit message (Collapse)Author
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]>
2019-05-22all local variables are in Data{}Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22calls back on button clicksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22more moving of all variables into a common structureJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22start moving everything into a common structure (gui.Data)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22I guess all GUI stuff must go in here. No other goroutine can everJeff Carr
interact with the GUI or Windows cross platform support breaks. Lame Signed-off-by: Jeff Carr <[email protected]>
2019-05-22actually use the string passedJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-22attempt to make buttons with custom callback functionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21better variable namesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-13make a common column init()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-13combined table column initJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-13remove all the uneeded row argsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12really simplify the cell index -> human index mappingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>