Pad/doc
Greg Pomerantz 0dac354f2a fix(editor): wire key events to cursor movement
- Replace gtx.Event(nil) with key.Filter{Focus: focusedID} and
  key.FocusFilter{Target: focusedID} so Gio correctly routes key
  and edit events to the focused editor text field.

- Convert EditorState.CursorPosition (byte offset) to line/column
  coordinates for accurate cursor rendering.

- Add debug logging in HandleKeyDown and HandleCursorMove.
2026-06-03 07:41:18 -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 fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -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 fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -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