summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2024-01-27nocui worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-20it's my memory so I can forgetv0.12.6Jeff Carr
lots of general improvements ready to fix gocui working on log settings fix the debugger Signed-off-by: Jeff Carr <[email protected]>
2024-01-18update pathsv0.12.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18fix pathsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-17fix against gui v0.12.13Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-15change to alex's local treev0.12.3Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13support for hidden widgetsv0.12.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-11api changev0.12.1Jeff 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-05start using window.Draw()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05work towards gui Draw() abstractionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-04ah, a much cleaner start to a debuggerJeff Carr
Finally there is some sense this debugger can finally be useful. It can be developed and worked on in isolation from the 'gui' package therefore it can call more sophisticated widget collections. 'gadgets' all moved to gadgets.BasicWindow() thank goodness all this code is isolated finally can finally rename the files first gadgets.BasicWindow() Signed-off-by: Jeff Carr <[email protected]>