flow/src
2026-01-14 11:06:48 +01:00
..
buffer refactor: drop all c_(u)int usage in Plane 2026-01-13 12:44:40 +01:00
keybind refactor: add enable/disalb_alt_scroll keybinds to flow mode 2026-01-14 11:05:52 +01:00
renderer fix: ignore modifiers on all modifier keys 2026-01-14 11:03:46 +01:00
tui fix: gutters should only accept diff updates for their attached editor 2026-01-13 20:36:11 +01:00
win32 refactor: use {t} format specifiers 2025-12-04 14:44:53 +01:00
bin_path.zig
color.zig
command.zig refactor: do not report missing commands for alt_scroll mode bindings 2026-01-14 11:06:48 +01:00
completion.zig
config.zig refactor: update default frame limit to 120 fps 2026-01-13 19:45:43 +01:00
diff.zig feat: implement proper line diffing for diff gutter 2026-01-13 18:20:51 +01:00
diffz.zig fix: gutters should only accept diff updates for their attached editor 2026-01-13 20:36:11 +01:00
dizzy.zig refactor: add diffz support and use it for gutter diffs 2026-01-13 16:14:57 +01:00
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 fix: do not log git cat-file errors 2025-12-26 12:49:03 +01:00
gui_config.zig
list_languages.zig refactor: make available write_padding function to other modules 2025-11-18 15:53:49 +01:00
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 refactor: move LSP types to new module 2025-12-12 13:41:16 +01:00
main.zig refactor: use {t} format specifiers 2025-12-04 14:44:53 +01:00
Project.zig fix: remove nonsense skipValue call in symbol tags handling 2026-01-12 17:04:26 +01:00
project_manager.zig fix: handle absolute file paths in open file prompt 2025-12-28 22:31:23 +01:00
ripgrep.zig
service_template.zig
shell.zig refactor: remove duplicate "shell: " in shell execute messages 2025-12-02 13:42:31 +01:00
snippet.zig refactor: add support for nested snippet placeholders 2025-12-09 20:41:50 +01:00
soft_root.zig feat: add restart with sudo capability 2025-11-24 13:03:38 +01:00
text_manip.zig refactor: use *std.Io.Writer instead of anytype 2025-12-12 14:25:10 +01:00
tracy_noop.zig
VcsStatus.zig
walk_tree.zig fix: Never walk into AppData as that is likely not useful 2025-12-28 22:02:22 +01:00