| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | lots cleaner code between the pluginv0.6.1 | Jeff Carr | |
| Queue() around SetText is helping userspace crashing merge forceDump(bool) into Dump() debugging output configuration is pretty clean keep cutting down duplicate things --gui-verbose flag works make label "standard" code add debug.FreeOSMemory() move the GO language internals to display in the GUI update push to do tags and go to github.com/wit-go/ remove the other license file it might be confusing golang.org and github proper WidgetType added a Quit() button Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-02-25 | The debugging window is finally useful | Jeff Carr | |
| the gui enabled debugging works --gui-debug works from the command line The debug window can now select things debugging now includes widget types all the debug flags work finally working debugging flags via gui checkboxes add debian packaging rules use log() in the toolkit use a standard log() to simplify debugging flags add reference to 'GO Style Guide' use the same LICENSE from the GO developers. TODO: make this threadsafe TODO: fix plugin stuff Signed-off-by: Jeff Carr <[email protected]> | |||
| 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-19 | Refactor to 'gui/toolkit/' | Jeff Carr | |
| * add a example cmds/consolemouse uses a console button to launch the andlabs/ui * fix wrong return value in toolkit/NewLabel() * redirect STDIN output to a file * wonderful fix of Window() exit * finally remove the ancient stupid variables x & y * phase out struct 'box' and use 'node' instead * better names for things: use NewFoo() and NewBar() | |||
| 2022-10-11 | Change Node to Box | Jeff Carr | |
| 2021-11-01 | CLEAN: remove more cruft | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | REFACTOR: remove GuiWindow & GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | BOX: kill 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]> | |||
| 2021-10-06 | TAB: correctly lookup and add tabs to blank windows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-06 | FORMAT: I think somehow I formatted this | Jeff Carr | |
| 2021-10-05 | DEBUG: add DumpMap() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-05 | DEBUG: added button to SetMargin() by name | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-17 | shorten times | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-14 | don't use Data.Windows anymore | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | ready to implement Destroy() | 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-05 | reimplement the color button | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-05 | oops. this was very wrong | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-04 | misc debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | spew with depth | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | fixes for debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | make a WindowMap to track which windows exist | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | better display and debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | make a buttonMap | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | remove 'Action' | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | hopefully starting now it will be new features here | Jeff Carr | |
| 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-02 | cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | doesn't crash | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | more removal of cloud-control-panel specific code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | spash screen works again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | more moving to vm | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | keep cleaning | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-31 | lots of changes to track windows and tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-30 | change CreateButton to rerturn *GuiButton | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-30 | more variable name fixes | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-30 | start fixing variable names | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | large change to track the window everywhere | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | start moving the area text back to the main program | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | attempt to hide & show tab | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | more dereferencing of *ui.Area | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | more dereference improvements | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | remove unused code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-29 | minor change to ping | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-26 | work on add VM | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-26 | almost complete obviewscation of the buttons | Jeff Carr | |
| yes, I can't spell. I like it this way better anyway Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-26 | more removal of button information function passing | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-25 | pass the VM to the buttons in the VM tab | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
