| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-20 | Squashed 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-11 | Change Node to Box | Jeff Carr | |
| 2021-10-31 | REFACTOR: remove GuiWindow & GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | BOX: remove GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | REFACTOR: refactor everything to gui.Node structv0.2 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | more moves towards cleaner 'box' handling | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | finally vm list working again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | see if an interface can store the outside values | Jeff Carr | |
| also finally fixed the splash area logic Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | almost complete 'CLEAN'. yet more code refactoring | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | finally cleaned out all protobuf references | Jeff 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-01 | more control panel code removal | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-24 | move all structs into a common file | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-24 | more mouse click handling cleanups | 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-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]> | |||
| 2019-05-12 | really simplify the cell index -> human index mapping | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | no longer need the setCell function callback | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | remove the old Value from the struct | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | more code removal | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | some data is flowing all the way through to the GUI for the first time | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | attempt a mapping between the libUI and human index's | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | try to clean up this wrapper code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | freeze to try to fix things inside of libui | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-12 | export all the structs in TableData | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-08 | Cleaned out the cell width type init from the data init | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-08 | successfully inserted a row | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-08 | export two functions | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-08 | Initial commit | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
