summaryrefslogtreecommitdiff
path: root/structs.go
AgeCommit message (Collapse)Author
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-15change to alex's local treev0.12.3Jeff 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]>
2024-01-04logSettings window moved to 'gui/gadgets'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move logSettings window hereJeff Carr
2024-01-03start moving this stuff outJeff Carr