flow/src/tui
2025-01-19 17:37:36 +01:00
..
mode fix: cancel when clicking outside of a palette instead of activating the current item 2025-01-18 12:52:55 +01:00
status feat: allow cursor shape configuration for mini and overlay modes 2024-12-20 13:59:08 +01:00
Box.zig refactor: add renderer abstraction layer 2024-05-09 11:48:33 +02:00
Button.zig refactor: move input types to new module and use directly use libvaxis types 2024-11-15 21:16:31 +01:00
editor.zig add helix selection internal tweaks 2025-01-19 17:37:36 +01:00
editor_gutter.zig feat: add config option gutter_symbols 2025-01-14 21:37:54 +01:00
filelist_view.zig fix: escape file list contents to avoid rendering garbage 2024-12-20 15:34:29 +01:00
fonts.zig feat: add libvaxis renderer 2024-05-10 12:44:14 +02:00
home.zig feat(win32 gui): add font selection palette 2025-01-17 20:32:20 +01:00
info_view.zig refactor: remove unused parameter in set_base_style 2024-11-04 22:20:06 +01:00
InputBox.zig feat: allow cursor shape configuration for mini and overlay modes 2024-12-20 13:59:08 +01:00
inputview.zig feat: support matching of shifted keybindings 2025-01-07 14:53:34 +01:00
inspector_view.zig refactor: simplify getting the active editor and selection 2024-12-11 20:54:53 +01:00
logview.zig refactor: remove unused parameter in set_base_style 2024-11-04 22:20:06 +01:00
mainview.zig Merge pull request #149 from travisstaloch/lsp-rename 2025-01-18 23:33:25 +01:00
Menu.zig refactor: prefer Plane.fill for blanking with alpha 2024-12-12 19:25:44 +01: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 input types to new module and use directly use libvaxis types 2024-11-15 21:16:31 +01:00
scrollbar_v.zig refactor: move input types to new module and use directly use libvaxis types 2024-11-15 21:16:31 +01:00
tui.zig add helix selection internal tweaks 2025-01-19 17:37:36 +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: add WidgetList.delete function 2024-12-11 20:43:32 +01:00
WidgetStack.zig fix: WidgetStack should walk widgets from top to bottom 2024-10-19 15:29:45 +02:00