cosmic-text/examples
shadow3 750e1a4dd1
feat(editor): Implement pixel-based scrolling for the Editor (#418)
Refactors the Editor's scrolling implementation to be pixel-based instead of line-based. This provides smoother and more granular scrolling, which works more consistently across different input devices (like trackpads).

- The `Action::Scroll` variant now takes `pixels: f32`.
- The `Editor` now processes scroll actions using pixel values directly.
- Examples have been updated to reflect the new scrolling behavior.
2025-09-07 12:39:38 -06:00
..
editor feat(editor): Implement pixel-based scrolling for the Editor (#418) 2025-09-07 12:39:38 -06:00
editor-test Allow for undefined buffer width and/or height, fixes #70 2024-06-12 09:14:56 -06:00
multiview fix for test.sh 2025-03-31 17:03:51 +11:00
rich-text feat(editor): Implement pixel-based scrolling for the Editor (#418) 2025-09-07 12:39:38 -06:00
terminal fix for test.sh 2025-03-31 17:03:51 +11:00