.. |
mode
|
refactor: use an enum to select move_to_char direction instead of a bool
|
2025-02-14 20:23:19 +01:00 |
status
|
feat(tabs): don't update tab styles config on startup
|
2025-01-30 14:07:52 +01:00 |
Box.zig
|
refactor: add renderer abstraction layer
|
2024-05-09 11:48:33 +02:00 |
Button.zig
|
feat(buffers): add support for ephemeral buffers
|
2025-01-27 18:59:13 +01:00 |
editor.zig
|
fix: make move_cursor_up/_down fallback to move_begin/_end
|
2025-02-19 18:42:14 +01:00 |
editor_gutter.zig
|
fix(gutter): prevent integer overlow if view top moves past file end in relative numbering mode
|
2025-02-11 09:58:26 +01:00 |
filelist_view.zig
|
refactor: simplify Plane/Widget usage
|
2025-01-23 16:12:56 +01:00 |
fonts.zig
|
refactor: move digit styles to fonts.zig
|
2025-02-06 21:13:28 +01:00 |
home.zig
|
feat(home): add build version info to home screen
|
2025-02-06 22:23:54 +01:00 |
info_view.zig
|
refactor: remove unused parameter in set_base_style
|
2024-11-04 22:20:06 +01:00 |
InputBox.zig
|
refactor: improve capsulation and safety of tui module public api
|
2025-01-23 16:45:04 +01:00 |
inputview.zig
|
refactor: improve capsulation and safety of tui module public api
|
2025-01-23 16:45:04 +01:00 |
inspector_view.zig
|
refactor: improve capsulation and safety of tui module public api
|
2025-01-23 16:45:04 +01:00 |
logview.zig
|
refactor: remove unused parameter in set_base_style
|
2024-11-04 22:20:06 +01:00 |
mainview.zig
|
feat: don't ask for file type in create_new_file if we have a language override
|
2025-02-13 12:03:27 +01:00 |
Menu.zig
|
refactor: simplify Plane/Widget usage
|
2025-01-23 16:12:56 +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: improve capsulation and safety of tui module public api
|
2025-01-23 16:45:04 +01:00 |
scrollbar_v.zig
|
refactor: simplify Plane/Widget usage
|
2025-01-23 16:12:56 +01:00 |
tui.zig
|
refactor: run zig fmt
|
2025-02-13 12:02:59 +01:00 |
Widget.zig
|
refactor: move command and EventHandler out of the tui module
|
2024-10-25 22:39:04 +02:00 |
WidgetList.zig
|
feat(tabs): complete tabs widget and next_/previous_tabs
|
2025-01-24 23:26:41 +01:00 |
WidgetStack.zig
|
fix: WidgetStack should walk widgets from top to bottom
|
2024-10-19 15:29:45 +02:00 |