summaryrefslogtreecommitdiff
path: root/addAccount.go
AgeCommit message (Collapse)Author
2019-06-01finally able to remove addAccount.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01keep cleaningJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31v0.2Jeff 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-30generic accessor functions for Entry boxesJeff 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-30readdy to attempt to change CreateButton()Jeff 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-30start a subdomain screenJeff 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-27have the splash screen work againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-27more tab trackingJeff 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-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-24start removing the config packageJeff 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-24more button debuggingJeff 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-22goes to the 'add account' tab nowJeff 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]>