summaryrefslogtreecommitdiff
path: root/table.go
AgeCommit message (Collapse)Author
2025-09-26rm deprecated thingsv0.25.4Jeff Carr
2025-09-16handle AnyCols()v0.25.3Jeff Carr
2025-09-16found anypb.Any typeJeff Carr
2025-09-14s/Row/Col/Jeff Carr
2025-04-30it is a tree, but the variable shouldn't be thisJeff Carr
2025-03-10quiet outputJeff Carr
2025-03-05cleanup debugging outputv0.22.37Jeff Carr
2025-03-05start passing guipb.WidgetJeff Carr
2025-03-05generic protobuf table buttons workJeff Carr
2025-03-05passes mouse clicks to gitpbJeff Carr
2025-03-05add buttons to the tableJeff Carr
2025-03-05set prognamev0.22.36Jeff Carr
2025-03-04Delete actually does DeleteJeff Carr
2025-03-04deprecate guipb.WindowJeff Carr
2025-02-23fake hostname pb table update to gocui workedv0.22.34Jeff Carr
2025-02-23attempt to send update to pluginJeff Carr
2025-02-22rm garbagev0.22.33Jeff Carr
2025-02-21remove more debugging outputv0.22.31Jeff Carr
2025-02-21attempt just make a grid for the tablev0.22.30Jeff Carr
2025-02-21start thinking about a raw grid widgetv0.22.29Jeff Carr
2025-02-20time columnv0.22.28Jeff Carr
2025-02-19table v1v0.22.27Jeff Carr
2025-02-19ints and stringsJeff Carr
2025-02-19string rowsJeff Carr
2025-02-19work on tablesJeff Carr
2025-02-13stubbed in tables()v0.22.26Jeff Carr
2024-01-01quiet some output. start thinking about NewTable()Your Name
2024-02-22seperate mirror codev0.21.0v0.20.9Jeff Carr
2024-02-22thoughts on how to make tablesJeff Carr
2022-10-20Squashed commit of the following:Jeff Carr
all non binary tree structs are gone (almost all) Use names from https://en.wikipedia.org/wiki/Graphical_widget toolkit andlabs/ui is isolated from being accessable all direct references to andlabs are removed working dropdown widgets add debugging more buttons and windows
2022-10-11Change Node to BoxJeff Carr
2021-10-31REFACTOR: remove GuiWindow & GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: remove GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31REFACTOR: refactor everything to gui.Node structv0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13more moves towards cleaner 'box' handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13finally vm list working againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02see if an interface can store the outside valuesJeff Carr
also finally fixed the splash area logic Signed-off-by: Jeff Carr <[email protected]>
2019-06-02almost complete 'CLEAN'. yet more code refactoringJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02finally cleaned out all protobuf referencesJeff Carr
this effort is almost done being 'cleaned' of the code I started with. This library is not perfect and lacks features from andlabs/ui but it will work for our purposes Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more control panel code removalJeff 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-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-21better variable namesJeff 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-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]>