flow/src
2025-02-02 13:16:15 +00:00
..
buffer refactor(buffer): add Buffer.mark_not_ephemeral function 2025-01-30 14:04:00 +01:00
keybind feat(vim): add move_word_right_end_vim function (correspondent to e in NORMAL mode) and update keybindings 2025-02-02 13:16:15 +00:00
renderer fixup: fix(gutter): add missing abs to rel conversion in primary_click/_drag 2025-01-24 23:24:58 +01:00
syntax feat: add sql file type support 2025-01-25 18:19:33 +01:00
tui feat(vim): add move_word_right_end_vim function (correspondent to e in NORMAL mode) and update keybindings 2025-02-02 13:16:15 +00:00
win32 feat(win32): tweak flow win32 icon 2025-01-30 17:54:34 +01:00
bin_path.zig refactor: move bin_path to separate module make it usable for general path searches 2024-12-06 21:05:33 +01:00
color.zig feat: support rendering theme colors with alpha components 2024-11-04 22:19:45 +01:00
command.zig refactor: trace command execution at trace-level 1 2025-01-26 17:10:00 +01:00
config.zig feat(tabs): enable tabs in default config 2025-01-27 19:57:54 +01:00
diff.zig feat: add synchronous diff and edit support to diff module 2024-10-29 20:43:33 +01:00
EventHandler.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
gui_config.zig feat(win32 gui): read initial window placement from config and tweak defaults 2025-01-08 16:12:42 +01:00
list_languages.zig refactor: move bin_path to separate module make it usable for general path searches 2024-12-06 21:05:33 +01:00
location_history.zig refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
log.zig fix(log): never attempt to log a raw cbor message 2025-01-28 22:21:30 +01:00
LSP.zig feat: improve language server not found errors 2024-12-16 23:14:24 +01:00
main.zig feat: add open_version_info command 2025-01-30 14:51:36 +01:00
Project.zig feat(tasks): trace project task updates 2025-01-26 21:06:52 +01:00
project_manager.zig feat(buffers): add support for ephemeral buffers 2025-01-27 18:59:13 +01:00
ripgrep.zig feat(find_in_files): clear file list and log if no matches are found 2025-01-15 14:23:30 +01:00
service_template.zig refactor: run zigimports 2024-09-10 22:25:54 +02:00
shell.zig feat(tasks): add very minimal command line parser 2025-01-26 21:06:52 +01: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