flow/src
CJ van den Berg 4cbd8fbde3
fix: prevent endless looping on tab bar widget updates
Now that Widget addresses do not have to be stable we can greatly simplfy
and in the process eliminate the potential for update looping.

The closes #520
2026-02-23 21:48:41 +01:00
..
buffer
keybind
renderer
tui fix: prevent endless looping on tab bar widget updates 2026-02-23 21:48:41 +01:00
win32
bin_path.zig
color.zig
command.zig refactor: add command.fmtbuf 2026-01-20 16:13:40 +01:00
completion.zig
config.zig
diff.zig
diffz.zig
dizzy.zig
EventHandler.zig
file_link.zig
file_type_config.zig refactor: read lsp config from a separate file in the config directory 2025-12-13 22:34:07 +01:00
file_type_lsp.zig
git.zig refactor: switch git blame to incremental output mode 2026-01-26 22:31:18 +01:00
gui_config.zig
list_languages.zig
location_history.zig
log.zig refactor: drop level prefix from std.log error and info messages 2025-12-02 13:24:26 +01:00
LSP.zig refactor: move LSP types to new module 2025-12-12 13:41:16 +01:00
lsp_config.zig refactor: read lsp config from a separate file in the config directory 2025-12-13 22:34:07 +01:00
lsp_types.zig
main.zig feat: add support for absolute paths to LSP and formatter binaries 2026-01-29 15:28:52 +01:00
Project.zig fix: correctly detect that there is no vcs in request_vcs_status 2026-02-19 12:03:47 +01:00
project_manager.zig refactor: don't pass ownership to project_manager.did_open 2026-02-02 21:33:00 +01:00
ripgrep.zig refactor: lots more writergate fixes - first successful build 2025-09-25 22:01:29 +02:00
service_template.zig
shell.zig
snippet.zig refactor: add support for nested snippet placeholders 2025-12-09 20:41:50 +01:00
soft_root.zig
text_manip.zig
time_fmt.zig
tracy_noop.zig Initial public release 2024-02-29 00:00:15 +01:00
TypedInt.zig
VcsBlame.zig refactor: switch git blame to incremental output mode 2026-01-26 22:31:18 +01:00
VcsStatus.zig
walk_tree.zig