summaryrefslogtreecommitdiff
path: root/plugin.go
AgeCommit message (Expand)Author
2023-12-02gocui plugin refactor to a *node binary treeJeff Carr
2023-05-09move to fixing grids in andlabsJeff Carr
2023-05-09getting pretty clean at this pointJeff Carr
2023-05-09working on removing newaction()Jeff Carr
2023-05-09more sendAction() cleanupsJeff Carr
2023-05-09simplify sendAction()Jeff Carr
2023-05-09andlabs: now attempt grid placementJeff Carr
2023-05-09andlabs grid placement still brokenJeff Carr
2023-04-28code cleanupsJeff Carr
2023-04-28s/Config/me/ to remove direct access to anythingJeff Carr
2023-04-28more embed handlingJeff Carr
2023-04-28allow passing of embed plugin filesJeff Carr
2023-04-24gocui: always show STDOUTJeff Carr
2023-04-23start cleanup of the .so search codeJeff Carr
2023-04-23andlabs: ran without crashingJeff Carr
2023-04-23actually ran again without crashingJeff Carr
2023-04-12better toolkit init optionsJeff Carr
2023-04-08gocui: compiling and running againJeff Carr
2023-04-08gocui: smarter debuggingJeff Carr
2023-04-08andlabs is still brokenJeff Carr
2023-04-08andlabs: my logic for new window is still wrongJeff Carr
2023-04-08gocui: keep deprecating non-gochannel codeJeff Carr
2023-04-08both andlabs & gocui plugins have working channelsJeff Carr
2023-04-07andlabs now works the 'new way'Jeff Carr
2023-04-07more progres on channelsJeff Carr
2023-04-07start work on a plugin channelJeff Carr
2023-04-07open gocui when DISPLAY=""Jeff Carr
2023-04-06correctly deprecate *widget to pluginsJeff Carr
2023-04-06gocui: callbacks work via a channelJeff Carr
2023-04-04gocui: use (w,h) and avoid (x,y) namesJeff Carr
2023-03-29add semi-working gocuiv0.7.4Jeff Carr
2023-03-23Squashed commit of the following:v0.7.3Jeff Carr
2023-03-12Squashed commit of the following:Jeff Carr
2023-03-03release as v0.6.5v0.6.5Jeff Carr
2023-03-01lots cleaner code between the pluginv0.6.1Jeff Carr
2023-02-25The debugging window is finally usefulJeff Carr
2022-11-13Massive refactor to use go plugins. This is neat.Jeff Carr
2022-11-09cleanup of the example commands. more plugin workv0.4.6Jeff Carr
2022-11-06Implement a early AddButton() via a golang pluginv0.4.5Jeff Carr