flow/src
2025-07-14 18:02:23 +02:00
..
buffer build: update to latest libvaxis and zg api 2025-06-04 22:22:52 +02:00
keybind feat: add ctrl-c keybind to exit insert mode 2025-07-13 09:07:24 +02:00
renderer feat: update cbor to add support for allocating extraction of arrays 2025-07-14 18:02:22 +02:00
syntax refactor: mark static file types as static to differentiate from configured file types 2025-07-14 18:02:23 +02:00
tui fix: allow editing the current editor's file type 2025-07-14 18:02:22 +02:00
win32 Merge branch 'master' into zig-0.14 2025-02-07 22:21:55 +01:00
bin_path.zig feat: allow .cmd along with .exe for Windows paths (#187) 2025-02-20 21:57:58 +01:00
color.zig fix: incorrect string encoding of color config values 2025-07-14 18:02:22 +02:00
command.zig feat(completion): forward completion entries to current editor 2025-05-26 22:47:26 +02:00
completion.zig fix: remove blocking project manager call on startup 2025-03-25 15:04:23 +01:00
config.zig feat: add follow_cursor_on_buffer_switch option (default false) 2025-07-01 21:11:55 +02:00
diff.zig fix: remove multithreaded buffer access in background async differ 2025-06-03 18:15:26 +02:00
EventHandler.zig build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +01:00
file_link.zig refactor: move file link parsing/dispatching out of main 2025-03-04 19:03:31 +01:00
file_type_config.zig feat: add command to edit file type configuration files 2025-07-14 18:02:22 +02:00
git.zig feat: add status command to git client module 2025-04-23 22:28:48 +02:00
gui_config.zig refactor: run zig fmt 2025-02-13 12:02:59 +01:00
list_languages.zig refactor: make bin_path a module 2025-04-20 18:56:06 +02:00
location_history.zig feat: use explicit error handling for all startup errors 2025-03-25 17:24:34 +01:00
log.zig build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +01:00
LSP.zig fix: add workaround for LSPs sending junk null messages (omnisharp) 2025-06-30 12:57:35 +02:00
main.zig feat: add support for arrays of config values 2025-07-14 18:02:23 +02:00
Project.zig feat: update cbor to add support for allocating extraction of arrays 2025-07-14 18:02:22 +02:00
project_manager.zig feat: add support for ~ expansion to open_file command and file_browser 2025-06-19 16:08:34 +02:00
ripgrep.zig fix: remove prefix from paths in ripgrep results 2025-05-28 12:14:18 +02:00
service_template.zig refactor: run zigimports 2024-09-10 22:25:54 +02:00
shell.zig feat: update cbor to add support for allocating extraction of arrays 2025-07-14 18:02:22 +02:00
text_manip.zig refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
tracy_noop.zig Initial public release 2024-02-29 00:00:15 +01:00
walk_tree.zig fix: workaround broken dir.statFile on WSL1 2025-05-22 11:54:24 +02:00