flow/src/tui
2024-04-17 17:52:03 +02:00
..
mode feat: add fuzzy matching to recent files list with fuzzig 2024-04-15 18:59:23 +02:00
status fix: prevent mini/overlay modes from stomping each other 2024-04-11 18:35:33 +02:00
Box.zig Initial public release 2024-02-29 00:00:15 +01:00
Button.zig refactor: replace ArrayList with plain alloc for Button.label 2024-04-15 19:53:11 +02:00
command.zig build: update to zig 0.12.0-dev.3659+1e5075f81 2024-04-16 23:22:13 +02:00
editor.zig feat: render control codes in whitespace styling if show_whitespace is on 2024-04-17 17:52:03 +02:00
editor_gutter.zig feat: allow runtime changing of the gutter mode 2024-04-10 22:12:19 +02:00
EventHandler.zig refactor: replace unsafe unreachable usage with @panic 2024-03-24 20:12:59 +01:00
fonts.zig Initial public release 2024-02-29 00:00:15 +01:00
home.zig fix: use theme background style for home screen 2024-04-10 18:40:33 +02:00
InputBox.zig feat: add InputBox widget 2024-03-28 22:09:31 +01:00
inputview.zig Initial public release 2024-02-29 00:00:15 +01:00
inspector_view.zig feat: add current tree-sitter node to inspecter_view 2024-03-04 23:10:07 +01:00
logview.zig fix: assume log subscription in logview 2024-03-31 22:01:43 +02:00
mainview.zig refactor: simplify and clean-up navgate command 2024-04-15 19:50:11 +02:00
Menu.zig refactor: improve button widget api 2024-04-10 18:39:47 +02:00
message_box.zig Initial public release 2024-02-29 00:00:15 +01:00
MessageFilter.zig fix: crash on shutdown from dangling logger references 2024-04-01 22:02:08 +02:00
scrollbar_v.zig Initial public release 2024-02-29 00:00:15 +01:00
tui.zig refactor: load persisted projects before file system scan 2024-04-15 23:07:03 +02:00
Widget.zig feat: add Button widget and use it to build a menu with mouse support on the home screen 2024-03-06 00:44:43 +01:00
WidgetList.zig feat: add keyboard support to menus 2024-03-26 22:01:31 +01:00
WidgetStack.zig refactor: button, menu and widget stack apis 2024-03-18 22:29:29 +01:00