flow/src/tui
2024-10-29 20:44:23 +01:00
..
mode fix: add missing system_paste support to file_browser 2024-10-28 19:45:13 +01:00
status refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
Box.zig refactor: add renderer abstraction layer 2024-05-09 11:48:33 +02:00
Button.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
editor.zig feat: use diffs instead of cursor nudges to refresh tree-sitter 2024-10-29 20:44:23 +01:00
editor_gutter.zig feat: add synchronous diff and edit support to diff module 2024-10-29 20:43:33 +01:00
filelist_view.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
fonts.zig feat: add libvaxis renderer 2024-05-10 12:44:14 +02:00
home.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
info_view.zig feat: add a very simple info view 2024-09-10 20:21:41 +02:00
InputBox.zig refactor: run zigimports 2024-09-10 22:25:54 +02:00
inputview.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
inspector_view.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
logview.zig refactor: use explicit error sets in MessageFilter and project_manager 2024-09-19 21:54:18 +02:00
mainview.zig fix: set project correctly on restart 2024-10-28 19:58:47 +01:00
Menu.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
MessageFilter.zig refactor: improve handling and reporting of project manager and lsp errors 2024-10-14 17:56:39 +02:00
ModalBackground.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
scrollbar_v.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
tui.zig refactor: move mode.event_handler back to input mode 2024-10-27 18:53:24 +01:00
Widget.zig refactor: move command and EventHandler out of the tui module 2024-10-25 22:39:04 +02:00
WidgetList.zig refactor: improve WidgetList.addP style 2024-10-09 20:48:50 +02:00
WidgetStack.zig fix: WidgetStack should walk widgets from top to bottom 2024-10-19 15:29:45 +02:00