summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-09andlabs grid placement still brokenJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-28code cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-28s/Config/me/ to remove direct access to anythingJeff Carr
since most everything needs to be passed to the toolkits everything should be accessed via func()'s Signed-off-by: Jeff Carr <[email protected]>
2023-04-28further code cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-28more embed handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-28allow passing of embed plugin filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27nocui: simulates button clicksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27nocui: a template for porting new toolkitsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27gocui: grid width fixedJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: more cleanupsv0.8.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: deprecate old codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: more code cleanupJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: more things in the binary treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: grid and checkbox to binary treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: button in binary treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: more into the binary treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27andlabs: window and tab now in binary treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-27gocui: better output handlingv0.8.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: proper line count on StdoutJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: standard closeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: log() output worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: update on add kinda working nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: more correct logicJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: code cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: tabs functional now but not perfectv0.8.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: closer to correct tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocli: close to working tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: tracking windows and tabs separatelyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: windows & tabs in seperate rowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: closer to working layoutJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-26gocui: more spacing logicJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-25gocui: more work on tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-25gocui: hmm. trying to reformat the layoutJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-25golang: finally doing struct defaults rightJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-24gocui: try to make struct defaults workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-24try to find the parent windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-24hack some output. grab STDOUT damnitJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-24gocui: always show STDOUTJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23start cleanup of the .so search codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23andlabs: QueueMain() on add() + delay is _very_ stableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23andlabs: artificial delay. queue() all add'sJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23return to normal plugin load orderJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23more code cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23andlabs: ran without crashingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23actually ran again without crashingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-22disable watchdog debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-22unloading the gocui toolkit worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-22make gogetJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-22don't require goreadme to existJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-16gocui: fake file potential example. can I send this to open()?Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>