summaryrefslogtreecommitdiff
path: root/gui.go
AgeCommit message (Collapse)Author
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]>
2019-05-12no longer need the setCell function callbackJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12more code cleanupJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12some data is flowing all the way through to the GUI for the first timeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12move sample code into appropriate filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12try to clean up this wrapper codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12export all the structs in TableDataJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12save the old way as a 'sample tab' generate optionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-10more stable than beforeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-09add a generic function to add a box as a new tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08remove all the extra cruftJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08almost completely automated row and column layout nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08successfully set the columns from the passed in arrayJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08accept the column names are passedJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08Cleaned out the cell width type init from the data initJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08more tests that workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08successfully inserted a rowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08Start with a completely empty pageJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08Try to dynamically add the other tabs. Doesn't always work.Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08export two functionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-08Initial commitJeff Carr
Signed-off-by: Jeff Carr <[email protected]>