flow/src
2024-11-04 23:34:47 +01:00
..
buffer
keybind/static refactor: move open_recent overlay mode to use common palette keybindings 2024-10-28 18:30:39 +01:00
renderer/vaxis fix: don't alpha blend selections over matches 2024-11-04 23:34:47 +01:00
syntax feat: add julia support 2024-10-31 14:34:44 +01:00
tui fix: don't alpha blend selections over matches 2024-11-04 23:34:47 +01:00
color.zig feat: support rendering theme colors with alpha components 2024-11-04 22:19:45 +01:00
command.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
config.zig fix: increase default language server request timeout to 10 seconds 2024-10-31 18:12:05 +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
location_history.zig
log.zig
LSP.zig feat: make the language server request timeout a configurable option 2024-10-31 18:08:12 +01:00
main.zig feat: add cli option to enable syntax timing reports 2024-10-29 20:44:51 +01:00
Project.zig feat: improve did_change performance with an arena 2024-10-29 21:30:19 +01:00
project_manager.zig
ripgrep.zig fix: avoid some potential memory leaks in ripgrep and filelist_view 2024-11-04 22:20:07 +01:00
service_template.zig
text_manip.zig
tracy_noop.zig