summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-24make a 'Current' valueJeff 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-24ping almost worksJeff 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-24show the VM dataJeff 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-24missing QUITJeff 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-24start adding a VM pageJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24reorgJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24move to debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24buildtime 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-23remove bmath's test account finally. thanks for all the fishJeff 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-23more bg color debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23ignore background color on windows for nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23try nil for all BG row colorsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23make account gridJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23remove color hackJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23try to return a nil colorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23more debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23trap window close and correctly exitJeff 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-23fix QUITJeff 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-23typoJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-23show the accountsJeff 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-22vms tab now creates within the GUI goroutineJeff 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-22move the 'main' tab hereJeff 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-22goes to the 'add account' tab nowJeff 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]>