summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-25CLEAN: clean up labelsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25EXAMPLE: correctly add a tab to the example appJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25DEBUG: add buttons to add demo & debug tabs.Jeff Carr
TabMargin is now always set to true Signed-off-by: Jeff Carr <[email protected]>
2021-10-24NODE: it builds, runs and doesn't crashv0.0.4Jeff Carr
Also, it doesn't really work as the formatting and other buttons and things don't get populated
2021-10-11NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: climbing up the rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: climbing up the rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: going down a rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: going down a rabbit holeJeff Carr
2021-10-08NODE: going down a rabbit holeJeff Carr
2021-10-08NODE: going down a rabbit holeJeff Carr
2021-10-07NODE: continued work on implementing a node treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: continued work on implementing a node treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: continued work on implementing a node treeJeff Carr
2021-10-07NODE: continued work on implementing a node treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: continued work on implementing a node treeJeff Carr
2021-10-07NODE: continued work on implementing a node treeJeff Carr
2021-10-07NODE: start passing *Node aroundJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: start populating the node treeJeff Carr
2021-10-07DEBUG: add more debugging optionsJeff Carr
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]>
2021-10-04TAB: code to more correctly handle gtk tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04WINDOW: add function to create completely blank windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>