A simple, high performance text editor.
Go to file
Greg Pomerantz 92d22cf0cd Add go generate setup for SVG icon embedding
- gen_icons.go: reads SVG files, generates icons.go with go:embed
- icons.go: generated file with embedded SVG strings
- Supports cut, copy, paste icons (search, conflict, wrapOn/Off to be added)
2026-05-09 23:08:10 -04:00
cmd/pad Fix FrameEvent: hold mutex during draw + e.Frame() per architecture doc §8 2026-05-09 20:50:30 -04:00
doc Document background drawing with clips — use push/pop, not op.Record macro 2026-05-09 19:17:56 -04:00
icons Add go generate setup for SVG icon embedding 2026-05-09 23:08:10 -04:00
internal Break import cycle: use StateReader interface instead of direct State reference 2026-05-09 20:33:00 -04:00
go.mod Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
go.sum Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
pad Update BottomBar to use drawText instead of material.Label 2026-05-09 15:53:14 -04:00