summaryrefslogtreecommitdiff
path: root/gui.go
AgeCommit message (Collapse)Author
2021-10-07NODE: start populating the node treeJeff Carr
2021-10-06FORMAT: I think somehow I formatted thisJeff Carr
2019-06-13finally vm list working againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-06just commentsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-05make an init() functionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03typoJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03I fucked up git stashJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03not sure what happenedJeff 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-03fix window nameJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03log output hereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03start using X & Y axis varsJeff 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-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-02more deletions of old stuffJeff 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 can phase out misc.goJeff 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-02doesn't crashJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01correct custom Area mouse clickJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01spash screen works againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01builds and works againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01compiles againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01start handling 'Guiwindow' correctlyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01rename fieldsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01change around the concept of "Window" and "Box"Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01finally able to remove vmBox.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more cleaningJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more moving to vmJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01finally able to remove addAccount.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-01more control panel code removalJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31rearrange some codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31start moving vm logic into the control panelJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31v0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31trying to fix 'SHOW VM'Jeff 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-31more structural cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31more cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-31continue variable and structure improvementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-05-30change to pointers correctlyJeff 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-30generate subdomainJeff 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-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 the myAH stand alone variableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>