.. |
mode
|
feat: add flow mode keybindings for new goto commands
|
2024-08-25 15:07:33 +02:00 |
status
|
feat: make status bars configurable
|
2024-08-25 21:18:35 +02:00 |
Box.zig
|
refactor: add renderer abstraction layer
|
2024-05-09 11:48:33 +02:00 |
Button.zig
|
refactor: use explicit error type to Button widget
|
2024-08-25 20:36:17 +02:00 |
command.zig
|
feat: suppress some unhelpful errors
|
2024-08-07 20:31:38 +02:00 |
editor.zig
|
add more goto commands
|
2024-08-25 15:03:23 +02:00 |
editor_gutter.zig
|
fix: sprinkle @intCast to fix 32 bit arm builds
|
2024-08-16 22:02:53 +02:00 |
EventHandler.zig
|
refactor: replace unsafe unreachable usage with @panic
|
2024-03-24 20:12:59 +01:00 |
filelist_view.zig
|
fix: zero file list view position on reset()
|
2024-08-20 16:08:28 +02:00 |
fonts.zig
|
feat: add libvaxis renderer
|
2024-05-10 12:44:14 +02:00 |
home.zig
|
refactor: move application title and subtext to root module
|
2024-08-23 22:20:43 +02:00 |
InputBox.zig
|
feat: implement remaining terminal handling functions via libvaxis
|
2024-05-22 10:40:08 +02:00 |
inputview.zig
|
refactor: rework error handling to simplifiy command implementation and provide better back traces
|
2024-06-26 23:29:39 +02:00 |
inspector_view.zig
|
refactor(Buffer): rename Metrix to Metrics
|
2024-07-05 20:58:24 +02:00 |
logview.zig
|
fix: allow duplicate logview.init calls
|
2024-08-25 21:18:55 +02:00 |
mainview.zig
|
feat: make status bars configurable
|
2024-08-25 21:18:35 +02:00 |
Menu.zig
|
feat: add theme selection palette
|
2024-08-14 21:27:32 +02:00 |
MessageFilter.zig
|
refactor: rework error handling to simplifiy command implementation and provide better back traces
|
2024-06-26 23:29:39 +02:00 |
scrollbar_v.zig
|
feat(scrollbar): add support for changing scrollbar styles
|
2024-08-11 21:31:31 +02:00 |
tui.zig
|
fix: dupe top_bar and bottom_bar to keep it in scope
|
2024-08-25 23:26:18 +02:00 |
Widget.zig
|
feat: add mouse resizing of panel views
|
2024-08-13 19:38:35 +02:00 |
WidgetList.zig
|
feat: add mouse resizing of panel views
|
2024-08-13 19:38:35 +02:00 |
WidgetStack.zig
|
refactor: add renderer abstraction layer
|
2024-05-09 11:48:33 +02:00 |