Pad/internal/editor
Greg Pomerantz 23fdeabad4 Fix scroll clipping: ListView now clips scroll gestures to its region
- Add clippableElement interface for elements that need their own clip region
- ListView implements NeedsClip() so drawElement pushes a clip before Draw
- RegisterScroll no longer has its own clip; relies on element clip context
- Aligns with Gio's clip-based gesture registration model
- Fix scroll events firing outside the visible list area on browser page

Also:
- Update touch.md documentation to reflect clip-based interaction model
- Remove debug logging from ListView.Draw
- Remove TODO-click-fixes.md (all items resolved)
2026-05-28 14:56:12 -04:00
..
logic.go Browser page: scroll + click coexist via register order fix 2026-05-27 12:14:25 -04:00
state.go Fix scroll clipping: ListView now clips scroll gestures to its region 2026-05-28 14:56:12 -04:00