summaryrefslogtreecommitdiff
path: root/init.go
AgeCommit message (Collapse)Author
2025-10-18finally progress on proper integration herev0.25.9Jeff Carr
2025-10-18working towards shell autocomplete supportJeff Carr
2025-09-09more cleanups of old codev0.25.2v0.25.1Jeff Carr
2025-09-09cleaner common gui codeJeff Carr
2025-09-09cleanup gui argsJeff Carr
2025-09-09smarter init()v0.25.0Jeff Carr
2025-09-09working on the GUI init processv0.22.54Jeff Carr
2025-09-04expose gui.Crash() as it's needed by all applicationsv0.22.53v0.22.52Jeff Carr
2025-09-04fixes to make the GUI plugins more reliablev0.22.51Jeff Carr
2025-09-04panic() here for stacktracev0.22.50Jeff Carr
2025-09-04finally crapping panic() (maybe. notsure.)Jeff Carr
2025-09-03fix --gui-verboseJeff Carr
2025-09-03make something to debug unloading toolkitsJeff Carr
2025-09-03redo order in which the plugins are searchedv0.22.49Jeff Carr
Now that this verifies the plugin will load by os.Exec() loading the plugin, this bypasses the current problems with GO not being able to retry loading the plugin. Now it can return to testing the ones that were built locally by the user before the system or distribution packaged default plugins.
2025-08-17work around GO plugin load failures not being cleaned upJeff Carr
2025-08-16check plugins with Exec()v0.22.46Jeff Carr
2025-03-10show more info on widgets that fail herev0.22.39Jeff Carr
2025-03-06add options to debug plugin load failuresv0.22.38Jeff Carr
2025-03-05cleanup debugging outputv0.22.37Jeff Carr
2025-03-05start passing guipb.WidgetJeff Carr
2025-03-05passes mouse clicks to gitpbJeff Carr
2025-03-03starting to stub in widgetpbJeff Carr
2025-02-09reminders about errorsJeff Carr
2025-02-09block events for disable widgetsJeff Carr
2025-01-20add a 'app' defined default plugin variablev0.22.22Jeff Carr
2025-01-17improve DISPLAY handlingv0.22.21Jeff Carr
2025-01-06don't init this until neededv0.22.20v0.22.19v0.22.18v0.22.17Jeff Carr
2024-12-24should have been called this beforev0.22.15Jeff Carr