flow/src/tui
CJ van den Berg 8cf18d7481
fix: use scroll_dest instead of the current view position for scroll step calcuation
If we use the current view position to calculate the destination for a scroll
event, then we may effectively lose the difference between view.pos and
scroll_dest if we are still animating a scroll when the new event arrives.
This can happen when scroll events are received really quickly which can
happen with some devices like touchpads or fast scroll wheels.

Now we use the scroll_dest which means that we extend the destination for
animated scrolling instead of overwriting it.
2026-01-25 16:47:24 +01:00
..
mode fix: force normalization of all paths on windows 2026-01-22 17:33:10 +01:00
status refactor: use enum type for buffer references 2026-01-22 14:32:44 +01:00
Box.zig
Button.zig refactor: allow changing the hover mouse cursor for buttons 2026-01-20 20:13:01 +01:00
editor.zig fix: use scroll_dest instead of the current view position for scroll step calcuation 2026-01-25 16:47:24 +01:00
editor_gutter.zig fix: gutters should only accept diff updates for their attached editor 2026-01-13 20:36:11 +01:00
expansion.zig
filelist_view.zig feat: add alternate select (open in split) to find_in_files mode 2026-01-22 13:37:40 +01:00
Fire.zig
fonts.zig
home.zig refactor: add source location tracing for need_render calls 2026-01-15 17:51:38 +01:00
info_view.zig
InputBox.zig refactor: add source location tracing for need_render calls 2026-01-15 17:51:38 +01:00
inputview.zig
inspector_view.zig
keybindview.zig
keyhints.zig
logview.zig
lsp_info.zig
mainview.zig fix: force normalization of all paths on windows 2026-01-22 17:33:10 +01:00
Menu.zig
MessageFilter.zig
ModalBackground.zig
scrollbar_v.zig fix: scrollbar hover effect 2026-01-16 10:30:30 +01:00
tui.zig feat: add experimental every_keystroke completion trigger mode 2026-01-23 16:00:53 +01:00
Widget.zig refactor: make Widget.hover const 2026-01-15 20:45:37 +01:00
WidgetList.zig
WidgetStack.zig
WidgetStyle.zig