flow/src
2024-11-25 21:55:31 +01:00
..
buffer feat: add expand/shrink_selection and select_next/prev_sibling commands 2024-11-25 21:55:31 +01:00
keybind feat: add expand/shrink_selection and select_next/prev_sibling commands 2024-11-25 21:55:31 +01:00
renderer/vaxis refactor: move KeyEvent to input module 2024-11-18 21:31:32 +01:00
syntax feat: add expand/shrink_selection and select_next/prev_sibling commands 2024-11-25 21:55:31 +01:00
tui feat: add expand/shrink_selection and select_next/prev_sibling commands 2024-11-25 21:55:31 +01:00
color.zig feat: support rendering theme colors with alpha components 2024-11-04 22:19:45 +01:00
command.zig refactor: run zig fmt 2024-11-17 20:47:25 +01:00
config.zig feat: set default for enable_terminal_cursor to true 2024-11-07 12:26:45 +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
list_languages.zig feat: colorize --list-languages headings 2024-10-14 19:51:58 +02:00
location_history.zig refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
log.zig refactor: run zigimports 2024-09-10 22:25:54 +02:00
LSP.zig feat: support LSPs that use string IDs 2024-11-14 15:38:43 +01:00
main.zig feat: add --literal cli option to disable file name parsing for line numbers 2024-11-20 21:33:18 +01:00
Project.zig feat: support LSPs that use string IDs 2024-11-14 15:38:43 +01:00
project_manager.zig feat: support LSPs that use string IDs 2024-11-14 15:38:43 +01:00
ripgrep.zig fix: avoid some potential memory leaks in ripgrep and filelist_view 2024-11-04 22:20:07 +01:00
service_template.zig refactor: run zigimports 2024-09-10 22:25:54 +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