summaryrefslogtreecommitdiff
path: root/action.go
AgeCommit message (Collapse)Author
2025-02-09turn off the debuggingv0.22.25Jeff Carr
2025-02-09reminders about errorsJeff Carr
2024-02-09gocui panic() loads nocui correctlyv0.20.3v0.20.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-07use internal log flagsv0.20.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-05prepare for protobufv0.20.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-30fixed hidden. damn it. I wasn't setting the State.Jeff Carr
can't wait to switch to protobuf Signed-off-by: Jeff Carr <[email protected]>
2024-01-28pass grid stateJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-27load toolkit working betterv0.13.18Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-27nocui worksv0.13.14Jeff Carr
set enable state Signed-off-by: Jeff Carr <[email protected]>
2024-01-25checkbox state worksJeff 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-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-18window destroy (aka Hide) worksv0.12.17Jeff 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-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-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]>