summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-05better plugin testingv0.22.5Jeff Carr
2024-12-05'make install' vs 'make build'Jeff Carr
2024-12-04fyne & pixelgl build againv0.22.4Jeff Carr
2024-12-03so forge is happy with no untracked filesv0.22.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-03-21switch to go-clonev0.22.2v0.22.1Jeff Carr
2024-03-01go get fails on debian/ because there are not .go filesv0.22.0v0.21.2Jeff Carr
2024-02-29go back to the go basic build (again)v0.21.1Jeff Carr
rule of thumb: don't do anything smart in a Makefile
2024-02-12remove this to see what happensv0.21.0v0.20.8v0.20.6v0.20.5v0.20.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-12start moving to a go-gui-toolkit packageJeff Carr
2024-02-10simplier versions nowv0.20.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-05docsv0.20.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-31this packaging code itself is GPLv0.19.2Jeff Carr
the toolkits have their own licenses. they can be anything Signed-off-by: Jeff Carr <[email protected]>
2024-01-31new releaseJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-28new releasev0.14.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-27target release testv0.13.18Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-27release automation testingv0.13.16Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-26new guiv0.13.13Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-24new gui versionv0.13.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-20go mod update againv0.12.13Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19just always GO111MODULE stillJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19working on automationv0.12.12Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19goimport for referenceJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18Merge branch 'devel' into guimasterv0.12.11Jeff Carr
2024-01-18trigger versionv0.12.10Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18Merge branch 'devel' into guimasterJeff Carr
2024-01-18damn it. something went wrongJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18fix makefile typoJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18clean exit from makev0.12.9Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18make a go env so go get doesn't freak outv0.12.8Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18make a go file so go get doesn't freak outJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18pathsv0.12.7Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18fix paths to build debian packagev0.12.6Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18redo makefile with new directory structureJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18move everything into seperate reposJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17new pathsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17make json toolkit for the web?v0.12.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17common tree package for toolkitsv0.12.4Jeff Carr
This update provides *lots* of toolkit updates. This will allow the next step of debugging the gocui toolkit to make it work again. There are new common routines for handling the plugin channel communication Signed-off-by: Jeff Carr <[email protected]>
2024-01-16use widget.GetString()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-15Destroy window and node from binary treev0.12.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14clean go mod filesv0.12.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14working on margin and padv0.12.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14pad() code cleanupJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13hidden widgetsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13always build with GO111MODULES until stableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11go modv0.10.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11var value anyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11type value anyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11move towards var value anyv0.10.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-10debugging stuffJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-10fix dropdown.Set() and place() on groupJeff Carr
Signed-off-by: Jeff Carr <[email protected]>