flow/src
2025-01-16 23:40:10 +01:00
..
buffer fix: perform utf-8 sanitazation on buffer insert_chars 2025-01-15 11:52:24 +01:00
keybind keybinds: changes related to lsp rename 2025-01-16 22:04:38 +01:00
renderer feat(win32 gui): add reset_fontsize and rest_fontface commands 2025-01-14 19:54:51 +01:00
syntax fix(config): add gui_config to file_types 2025-01-08 22:25:04 +01:00
tui feat(lsp): rename_symbol: treat out-of-file edits as references 2025-01-16 23:02:52 +01:00
win32 win32 gui: decouple screen renderer from text renderer 2025-01-15 21:16:51 -07: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 lsp-rename: minor cosmetic cleanups 2025-01-16 22:04:38 +01:00
config.zig feat: add config option gutter_symbols 2025-01-14 21:37: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 refactor: run zigimports 2024-09-10 22:25:54 +02:00
LSP.zig feat: improve language server not found errors 2024-12-16 23:14:24 +01:00
main.zig fix bug in assumption that all include files are json files 2025-01-09 07:10:50 +01:00
Project.zig feat(lsp): rename_symbol: add checks to file uri decoding 2025-01-16 23:40:10 +01:00
project_manager.zig feat(lsp): rename_symbol: treat out-of-file edits as references 2025-01-16 23:02:52 +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: add sample binding of shell_execute_log 2025-01-07 23:08:24 +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