summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-24add notesv0.13.11Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-23SetText() is just SetValue()v0.13.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-21silence outputJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-21visable state is honored. TODO: fix hide/showJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-21cleaner logging outputv0.12.20Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-20log settings works againv0.12.19Jeff Carr
still dreaming of protobuf here go mod update show panic for now finally drop sending stuff for non-visable windows Signed-off-by: Jeff Carr <[email protected]>
2024-01-19hidden settings seem to workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19SetValue()v0.12.18Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19don't expand by defaultJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19builds and remembers VisableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19auto typist auto hidesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19cleanup andlabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18window destroy (aka Hide) worksv0.12.17Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18what is written in golang stone, stays writtenv0.12.16Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18move widgetv0.12.15Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18finally able to lower the delayJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
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]>