Pad/internal/ui/icons
Greg Pomerantz ad3049dd22 Browser page: scroll + click coexist via register order fix
- Added Page state (BrowserPage/EditorPage) and SortMode
- BrowserLayout with 30 static entries, sort toggle, search placeholder
- ListView rows clickable via per-row RegisterClick
- Scroll gesture registered at START of ListView.Draw (before clicks)
  so click gestures registered later are checked first during hit test
- Unique IDs for interactive elements: editor_text, browser_list, search_bar
- ListView.Interactions() filters out Scroll (registered in Draw, not registerInteraction)
- RegisterScroll added to Renderer, called from element Draw methods
- lastLineYChan frame loop fixed: only re-layout if value changed
- Back icon added, editor status bar shows active filename
2026-05-27 12:14:25 -04:00
..
back.png Browser page: scroll + click coexist via register order fix 2026-05-27 12:14:25 -04:00
back.svg Browser page: scroll + click coexist via register order fix 2026-05-27 12:14:25 -04:00
copy.png Replace Unicode icons with PNG icons in StatusBar 2026-05-10 06:29:19 -04:00
copy.svg Replace Unicode icons with PNG icons in StatusBar 2026-05-10 06:29:19 -04:00
cut.png Replace Unicode icons with PNG icons in StatusBar 2026-05-10 06:29:19 -04:00
cut.svg Replace Unicode icons with PNG icons in StatusBar 2026-05-10 06:29:19 -04:00
gen_icons.go Browser page: scroll + click coexist via register order fix 2026-05-27 12:14:25 -04:00
icons.go Browser page: scroll + click coexist via register order fix 2026-05-27 12:14:25 -04:00
paste.png Replace Unicode icons with PNG icons in StatusBar 2026-05-10 06:29:19 -04:00
paste.svg Replace Unicode icons with PNG icons in StatusBar 2026-05-10 06:29:19 -04:00