summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-04NOTE: minorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04SMALL: some stuff hanging aroundJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04GOOD: font button shows up again (doesn't do anything)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04GOOD: read text from multi-line entryboxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04GOOD: use global 'Stretchy' settingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
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-06REFACTOR: things are back to working as they wereJeff 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-06BUG: make it compileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06VIM-GO: auto-reformatting by vim-goJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06FORMAT: I think somehow I formatted thisJeff Carr
2021-10-06EXAMPLE: further improvements to the exampleJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06EXAMPLE: provide a clean exampleJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06REFACTOR: continue to move in a better directionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06CODE: start a general code refactorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06BUILD: suck it up and try to use go.modJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06BUILD: remove old rules that don't work anymoreJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06BUG: fix WxHJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05DEBUG: add DumpMap()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05BUG: fix potential 'nil' referenceJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05DEBUG: add Hide(), Show() and Delete() for *ui.TabJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05CODE: not sure, but it compiles and runs somehowJeff 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]>
2021-10-05DEBUG: add buttons to dump struct infoJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05DEBUG: list out all the known windowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05DEBUG: gui to debug windowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05TAB: automatically set all tables to SetMargined(true)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04ANALABS: work on improving the abstractionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04TAB: more tab handling cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>