A simple, high performance text editor.
Go to file
Greg Pomerantz bef3929f40 fix: update tests and fix SetCursorFromPoint panic
- Rewrite cursor_test.go to use the current GlyphLayout-based API
  instead of the deleted byteOffsetToLineCol function
- Add guard for empty/missing layout slices in SetCursorFromPoint
  to prevent index-out-of-range panic on empty documents
- Add missing Advance field to e2e test GlyphLayout initialization
- Add cmd/pad/pad binary to .gitignore
2026-06-04 07:24:44 -04:00
.qwen Add ShapeText/DrawShapedText: single shaper call, zero-call drawing 2026-05-12 12:06:28 -04:00
cmd/pad Compute glyphLayout after text rendering. Implement correct cursor 2026-06-03 19:01:05 -04:00
doc Doc updates. 2026-06-03 22:51:22 -04:00
internal fix: update tests and fix SetCursorFromPoint panic 2026-06-04 07:24:44 -04:00
.DS_Store Add drawPng function to Renderer for PNG icon rendering 2026-05-10 06:26:29 -04:00
.gitignore fix: update tests and fix SetCursorFromPoint panic 2026-06-04 07:24:44 -04:00
go.mod Update to gioui v0.10.0. 2026-06-03 22:17:52 -04:00
go.sum Update to gioui v0.10.0. 2026-06-03 22:17:52 -04:00