summaryrefslogtreecommitdiff
path: root/mainWindow.go
AgeCommit message (Collapse)Author
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-03more learning/debugging codev0.2.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move completeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move over widget windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move gochan & golang stuff overJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03move logSettings window hereJeff Carr
2024-01-03start moving this stuff outJeff Carr