summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2023-12-02gocui plugin refactor to a *node binary treeJeff Carr
2023-05-09more code cleanupsJeff Carr
2023-04-28code cleanupsJeff Carr
2023-04-28s/Config/me/ to remove direct access to anythingJeff Carr
2023-04-28further code cleanupsJeff Carr
2023-04-28allow passing of embed plugin filesJeff Carr
2023-04-27gocui: better output handlingv0.8.4Jeff Carr
2023-04-26gocui: log() output worksJeff Carr
2023-04-23return to normal plugin load orderJeff Carr
2023-04-23andlabs: ran without crashingJeff Carr
2023-04-22unloading the gocui toolkit worksJeff Carr
2023-04-12better toolkit init optionsJeff Carr
2023-04-11both gocui and andlabs worked with buttondemoJeff Carr
2023-04-11andlabs is brokenJeff 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-08andlabs: the binary tree limps along againJeff Carr
2023-04-08gocui: keep deprecating non-gochannel codeJeff Carr
2023-04-08both andlabs & gocui plugins have working channelsJeff 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-06andlabs: callback is now safe through a go channelJeff Carr
2023-04-06andlabs: use callback channel for window closeJeff Carr
2023-04-06gocui: debug flag buttons workJeff Carr
2023-04-06gocui: callbacks work via a channelJeff Carr
2023-04-06andlabs: fix bug in flags and chan window createJeff 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-14setup building without plugins on windowsv0.5.1Jeff 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
2022-11-06start trying to make the tookits pluginsv0.4.3Jeff Carr
2022-11-05v0.4.2 more code cleanups and improvementsv0.4.2Jeff Carr
2022-10-21v0.4.1 set sane toolkit default look and feelv0.4.1Jeff Carr
2022-10-20Squashed commit of the following:Jeff Carr
2021-10-31REFACTOR: refactor everything to gui.Node structv0.2Jeff Carr
2021-10-06EXAMPLE: further improvements to the exampleJeff Carr
2021-10-06EXAMPLE: provide a clean exampleJeff Carr
2021-10-06REFACTOR: continue to move in a better directionJeff Carr
2021-10-06CODE: start a general code refactorJeff Carr