Pad/doc
Greg Pomerantz 1609731ca1 doc(editor): add GlyphLayout architecture for cursor placement tracking
- Add Section 8 describing GlyphLayout data structure and feedback path
- Renderer captures byte offsets, X/Y positions, and advance widths during shaping
- Layout flows via layoutChan to logic goroutine, replacing lastLineYChan
- Editor uses layout for accurate cursor rendering and navigation
- Handles word wrap, screen resize, editing, scroll, and non-fixed-width fonts
2026-06-03 11:07:12 -04:00
..
architecture.md Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
browser_implementation_plan.md fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
bugs.txt Bug fixes. 2026-06-03 10:38:29 -04:00
conflict_resolution.md Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
editor_implementation_plan.md doc(editor): add GlyphLayout architecture for cursor placement tracking 2026-06-03 11:07:12 -04:00
element_model.md Documentation update. 2026-05-26 10:00:14 -04:00
layout_rendering.md Updates to rendering pipeline and documentation. 2026-05-25 17:40:35 -04:00
spec.md Add spec.md documentation 2026-05-31 23:21:52 +00:00
touch.md Fix scroll clipping: ListView now clips scroll gestures to its region 2026-05-28 14:56:12 -04:00