summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-18new pathsv0.12.14Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17oops. build error. re-release. boo.v0.12.13Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17put json concept in toolkits/treev0.12.12Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17work around a toolkit panic()v0.12.11Jeff Carr
things should work when GUI is not really there Int() and Bool() helloworld works compiles and runs RawWindow shouldn't auto exit add StandardExit() Signed-off-by: Jeff Carr <[email protected]> Signed-off-by: Jeff Carr <[email protected]>
2024-01-15named in honor of the mac/os and Bruce Hornv0.12.10Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-15add Destroy()v0.12.9Jeff Carr
improve syntax shortcuts go mod update Signed-off-by: Jeff Carr <[email protected]>
2024-01-14minimal go mod filesv0.12.8Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14more go mod testingv0.12.7Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-14working on margin()v0.12.6Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13work on hiding widgetsv0.12.5Jeff Carr
When widgets are hidden, their state works exactly the same as normal, but updates are not sent to the toolkits Signed-off-by: Jeff Carr <[email protected]>
2024-01-12use better urlv0.12.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11api updatev0.12.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11var value anyv0.12.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11continuing move toward var value anyv0.12.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-10start fixing GetText() and move to anyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-08go.wit.com/log changeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-08go.wit.com/log Flags changeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-08remove the invisible box for hackJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-07use local go-arg for nowv0.11.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-06sierpinski carpet modeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05go mod tidyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05move to "gui/widget"Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05Tabs are WindowsJeff Carr
Tabs don't exist. The are simply windows within a window. There are *lots* of problems with trying to treat everything that way. Luckily, we don't have to care. All the problems with handling that concept can be pushed to the toolkits/ therefore, this primitive code can be kept as clean as possible Makefile and git cleanups Signed-off-by: Jeff Carr <[email protected]>
2024-01-04changes for the log control window()v0.10.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03TODO: make the docs correct at pkg.go.devv0.10.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03go mod tidy for toolkit movev0.10.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03complete the move to 'go.wit.com/log'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move to go.wit.com/log !!!Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move learning code to gui/debuggerJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move the debian packaging to gui/toolkitsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03all debug stuff moved to 'go.wit.com/gui/debugger'v0.9.9Jeff Carr
I finally was able to clean out all the debugging code and make a clean, new GO debugger. It's quite nice I think. Well, it's useful to me at any rate. 2024 New Years wish: someone contributes code to improve it Signed-off-by: Jeff Carr <[email protected]>
2024-01-01fix doc paths to go.wit.comv0.9.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-01correct path to go.wit.com/gui/guiv0.9.7Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-01reorg to final resting place at go.wit.com/gui/guiv0.9.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-31log flag debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-31attempt at log.Register(guiDebug) debugging flagJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-31continue move to remove tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-31remove code that's now done better elsewhere!Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-31pad grid and group by defaultJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-30show/set flags from go.wit.com/log packageJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-29implement --gui-debug command line optionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-29using args.Register()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-29save 'universal' go-argJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-29add 'gadgets'Jeff Carr
attempt func (n *gui.Node) blah() definition better docs for pkg.go.dev how logging should work fix syntax links for pkg.go.dev Signed-off-by: Jeff Carr <[email protected]>
2023-12-20remove direct code since it probably doesn't workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20remove example with circular dependanciesv0.9.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20move to go.wit.com/guiv0.9.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20code moved to the cloudflare packageJeff Carr
use the cloudflare package add a protobuf attempt better change detection, but formatting is broken don't redraw widgets if they are not visible create new dns entry worked attempting a DNS RR create attempt a create API call use cloudflare recommended ENV vars turn off debugging Signed-off-by: Jeff Carr <[email protected]>
2023-12-16gocui: fixes to labels + line entriesv0.8.8.1v0.8.8Jeff Carr
correct line hight dump non-working size rectangle code somehow works better better dropdown menu debugging minor fixes to common.go more common code Signed-off-by: Jeff Carr <[email protected]>
2023-12-15make a common.go for the toolkitsv0.8.7Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>