summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-04GOOD: add Node.SetMargined()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04PANIC: remove almost all panic()sJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-03EDITBOX: pull in a edit box exampleJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-03GUI: show error windowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-03WINDOW: try to properly destroy a windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-01TABS: very reliable tab, window and node handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-01CODE: old codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-01BREAK: add vertical and horizontal breaksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-01CLEAN: remove more cruftJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-01CLEAN: out of the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31CLEAN: remove GuiButton structJeff Carr
2021-10-31CLEAN: more code removalsJeff 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-31BOX: more removals of GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: keep removing GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: remove GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: keep removing GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: remove GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: start removing GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31TEXT: fix OnChanged() handlingJeff Carr
2021-10-31REFACTOR: refactor everything to gui.Node structv0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: resurrect 'ssh' windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: walkingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: migrate more of my personal gui appJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: switch more aroundJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: remove old codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: make node entries for the buttonsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31NODE: add a button in the hole that doesn't use the other holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-30NODE: still in the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28BOX: start node.button() funcs in the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28CLEAN: rename some functions for consistancyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28DOCS: clean up variable names for node.*() functionsv0.0.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28NODES: indent output based on depth in node treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28DOCS: try to start making correct go docsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28NODE: almost out of the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-27REFACTOR: moving around things in the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-27REFACTOR: still trying to clean this upJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: make NewGroup()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: minimal debug tabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: more rabbitsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: remove lots of deprecated codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: climbing up the rabbit hole moreJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: finally remove initBlankWindow()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: TODO: refactor InitWindow to use NewWindow()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25MISC: minor cleanupJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25REORG: move more find() functions into find.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25REORG: move find() functions into find.goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25EXIT: more accurate window close & exit codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25DEMO: leave a clean "pure" andlabs/ui tab exampleJeff Carr
Signed-off-by: Jeff Carr <[email protected]>