| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-24 | move to debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-24 | buildtime debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-24 | standard message window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-24 | formating + standard error box | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | remove bmath's test account finally. thanks for all the fish | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | make custom buttons for the account sockets | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | remove demo examples | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | remove old function name | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | more bg color debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | ignore background color on windows for now | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | try nil for all BG row colors | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | make account grid | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | remove color hack | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | try to return a nil color | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | more debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | trap window close and correctly exit | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | start honoring the debugging flag for more output | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | add a HomeDir | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | fix QUIT | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | pass through the account username and password | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | typo | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | show the accounts | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | try to list the registered accounts | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-23 | display golang build version & git commit | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | allow version to be set | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | vms tab now creates within the GUI goroutine | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | push button logic outside of the GUI | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | more button tests | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | move the 'main' tab here | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | all local variables are in Data{} | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | goes to the 'add account' tab now | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | calls back on button clicks | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | more moving of all variables into a common structure | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | start moving everything into a common structure (gui.Data) | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | I guess all GUI stuff must go in here. No other goroutine can ever | Jeff Carr | |
| interact with the GUI or Windows cross platform support breaks. Lame Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | actually use the string passed | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-22 | attempt to make buttons with custom callback functions | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | re-enable debug if statement | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | remove debugging if statements | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | more debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | more debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | use the standard golang 'image/color' struct | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | remove libui dependancy on ui.TableString type | Jeff Carr | |
| Use standard golang 'string' instead of requiring every external function that manipulates the UI actually need to import the libui toolkit. This hopefully seperates the GUI from the data the GUI displays. The libui code actually scans through the data and updates the cells based on what is stored in memory so this makes this seperation clean. Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-21 | better variable names | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-15 | start working on a VM window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-15 | this was what was causing it to crash. You can not Quit on other windows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-13 | make a common column init() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-13 | combined table column init | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-13 | remove all the uneeded row args | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | only have one copy of the libUI -> human index mapping | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
