A simple, high performance text editor.
Go to file
2026-05-09 13:15:29 -04:00
cmd/pad Improve filename truncation to fit exact number of characters 2026-05-08 20:21:35 -04:00
doc Update shaper_usage.md with correct glyph drawing approach 2026-05-09 11:15:57 -04:00
internal Fix offset to match Gio paintGlyph exactly: (x + first.X, y + first.Y) with no subtraction 2026-05-09 13:15:29 -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 Fix filename rendering: split drawText into layout + drawLineText to avoid triple LayoutString calls 2026-05-09 11:26:35 -04:00