flow/src
2025-01-09 07:10:50 +01:00
..
buffer refactor: rename Buffer.del_chars to Buffer.delete_bytes 2024-12-19 22:41:26 +01:00
keybind feat(win32 gui): read fontface and size from gui_config 2025-01-08 15:57:38 +01:00
renderer feat(win32 gui): read fontface and size from gui_config 2025-01-08 15:57:38 +01:00
syntax fix(config): add gui_config to file_types 2025-01-08 22:25:04 +01:00
tui feat(config): migrate to a simpler config file format 2025-01-08 22:14:29 +01:00
win32 feat(win32 gui): read initial window placement from config and tweak defaults 2025-01-08 16:12:42 +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
command.zig
config.zig refactor(config): BREAKING rename config option config_files to include_files 2025-01-08 14:36:47 +01:00
diff.zig
EventHandler.zig
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
log.zig
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: process completion response messages and send results to editor 2024-12-18 21:57:04 +01:00
project_manager.zig feat: process completion response messages and send results to editor 2024-12-18 21:57:04 +01:00
ripgrep.zig feat: improve ripgrep errors 2024-12-16 22:49:17 +01:00
service_template.zig
shell.zig feat: add sample binding of shell_execute_log 2025-01-07 23:08:24 +01:00
text_manip.zig
tracy_noop.zig