summaryrefslogtreecommitdiff
path: root/tableCallbacks.go
AgeCommit message (Collapse)Author
2019-05-28more color testsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-28oopsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-28do colors for windows againJeff 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-26more standard button handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24single CreateButton functionJeff 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-24start adding a VM pageJeff 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-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-22calls back on button clicksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21re-enable debug if statementJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21remove debugging if statementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21more debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21more debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21use the standard golang 'image/color' structJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-21remove libui dependancy on ui.TableString typeJeff 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-15start working on a VM windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-13combined table column initJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12only have one copy of the libUI -> human index mappingJeff 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-12remove the old Value from the structJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12also set the colorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-12displays all the VM dataJeff 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-12export all the structs in TableDataJeff 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]>