summaryrefslogtreecommitdiff
path: root/debug.go
AgeCommit message (Collapse)Author
2022-10-11Change Node to BoxJeff Carr
2021-11-01CLEAN: remove more cruftJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31REFACTOR: remove GuiWindow & GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: kill 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]>
2021-10-06TAB: correctly lookup and add tabs to blank windowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06FORMAT: I think somehow I formatted thisJeff Carr
2021-10-05DEBUG: add DumpMap()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05DEBUG: added button to SetMargin() by nameJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-17shorten timesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14don't use Data.Windows anymoreJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13ready to implement Destroy()Jeff 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-05reimplement the color buttonJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-05oops. this was very wrongJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-04misc debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03spew with depthJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03fixes for debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03make a WindowMap to track which windows existJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03better display and debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02make a buttonMapJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02remove 'Action'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02hopefully starting now it will be new features hereJeff Carr
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-02cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02doesn't crashJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02more removal of cloud-control-panel specific codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01spash screen works againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more moving to vmJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01keep cleaningJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31lots of changes to track windows and tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30change CreateButton to rerturn *GuiButtonJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30more variable name fixesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30start fixing variable namesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29large change to track the window everywhereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29start moving the area text back to the main programJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29attempt to hide & show tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29more dereferencing of *ui.AreaJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29more dereference improvementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29remove unused codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-29minor change to pingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26work on add VMJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-26almost complete obviewscation of the buttonsJeff Carr
yes, I can't spell. I like it this way better anyway Signed-off-by: Jeff Carr <[email protected]>
2019-05-26more removal of button information function passingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-25pass the VM to the buttons in the VM tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24single CreateButton functionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24start removing the config packageJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24ping almost worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-24button handling almost completely cleaned upJeff Carr
Signed-off-by: Jeff Carr <[email protected]>