summaryrefslogtreecommitdiff
path: root/doGui.go
AgeCommit message (Collapse)Author
11 dayss/ENV/env/ but ENV really is better herev0.25.100Jeff Carr
2025-10-21isolate Save() to a single placeJeff Carr
2025-10-21use lib/ENVJeff Carr
2025-10-21trying to get this to run againJeff Carr
2025-10-20notsureJeff Carr
2025-10-17remove "forge checkout". too easy to type instead of git checkoutJeff Carr
2025-10-11cleanup patches argvJeff Carr
2025-10-07attempt to ressurrect a patches table in the GUIJeff Carr
2025-10-04error handling in git diff stuffv0.25.53Jeff Carr
2025-09-11stop using GoSrc()Jeff Carr
2025-09-09common gui codeJeff Carr
2025-09-08old code nopeJeff Carr
2025-09-07work on "forge pull"Jeff Carr
2025-09-05more on patchesJeff Carr
2025-09-05set patch NewHashJeff Carr
2025-09-05more stuffJeff Carr
2025-09-04trap potential panicsJeff Carr
2025-09-04testing WidthJeff Carr
2025-09-04more work on patchesJeff Carr
2025-09-04better instructionsJeff Carr
2025-09-04lots more code cleanupsJeff Carr
2025-09-04a breath of fresh air. finally can remove all the old code.Jeff Carr
2025-09-04fix panic()Jeff Carr
2025-09-04rm junkJeff Carr
2025-09-03dump more code cruftJeff Carr
2025-09-03common code moved to forgepbJeff Carr
2025-09-03fixing gocui plugin exit()Jeff Carr
2025-09-03working on patch handlingJeff Carr
2025-08-31maybe locks will work. maybe I can make a global repos.pb file?Jeff Carr
2025-08-28add "forge normal" to reset things to default development statev0.22.129Jeff Carr
2025-08-28cleanup gui()Jeff Carr
2025-08-21rename to 'Namespace'Jeff Carr
2025-07-07add 'forge merge master'v0.22.123Jeff Carr
2025-07-07deprecate the "forge mode" conceptJeff Carr
unfortunately, this was a bad idea. boo I wasted lots of time on this. live and learn
2025-07-01deprecate old stuffJeff Carr
2025-05-31fix "patchable" repos buttonv0.22.118Jeff Carr
2025-05-31rearrange main windowJeff Carr
2025-05-31drop old code. rearrange buttonsJeff Carr
2025-05-31redo repos windowJeff Carr
2025-04-29code re-arrangeJeff Carr
2025-04-24merge this into a single windowJeff Carr
2025-03-25button to show all patchesv0.22.113Jeff Carr
2025-03-23window with only unapplied patchesv0.22.112Jeff Carr
2025-03-19switch some things to Iter()v0.22.110Jeff Carr
The Iter() syntax is nice and simple. In some cases, the Scan() / Next() syntax is more readable and maybe better for new programmers to understand. notsure
2025-03-12remove the 'mode' conceptJeff Carr
2025-03-10more standard protobuf window for patchesJeff Carr
2025-03-04insert PB table seems to workJeff Carr
2025-03-04general code and gui reorgv0.22.101Jeff Carr
2025-03-04use gadgets.GenericWindow()Jeff Carr
2025-03-04large single mutex might have fixed gocui crashes for nowJeff Carr