|
|
b9fbd6825d
|
fix: minor home screen fixes
|
2025-06-03 19:16:22 +02:00 |
|
|
|
b3c5f4cbb9
|
feat: stop rendering on panic
This improves backtraces for panics on background threads.
|
2025-04-30 11:34:41 +02:00 |
|
|
|
8355f14f62
|
fix: bracketed paste should check for ctrl+j and insert \n
closes #236
|
2025-04-28 22:58:55 +02:00 |
|
|
|
e39d9ed4b3
|
fix: render control codes in mini buffer input with unicode control code symbols
closes #236
|
2025-04-28 16:46:36 +02:00 |
|
|
|
376ca8c9fc
|
feat: use solid alpha dimmed background color for highlight column
|
2025-04-18 20:51:04 +02:00 |
|
|
|
875816fdfc
|
fix: don't match against legacy unshifted keys when we have extended input text
closes #205
|
2025-04-08 17:59:40 +02:00 |
|
|
|
c3cda5b7fe
|
build: update thespian to use separate cbor package
|
2025-03-26 20:41:44 +01:00 |
|
|
|
a1b2737c5d
|
feat: use explicit error handling for all startup errors
|
2025-03-25 17:24:34 +01:00 |
|
|
|
a28edbe194
|
Merge branch 'master' into zig-0.14
|
2025-02-24 18:27:42 +01:00 |
|
|
|
9145637134
|
fix: add workaround for conpty ul color escape sequence parser bug
closes #191
|
2025-02-24 18:20:47 +01:00 |
|
|
|
d4e4271831
|
Merge branch 'master' into zig-0.14
|
2025-02-11 18:44:17 +01:00 |
|
xdBronch
|
b353308712
|
use @returnAddress in panic handler
the current code causes the call to panic itself to show up in the stack
trace which is noisy
|
2025-02-11 16:54:01 +01:00 |
|
|
|
244e5ca9d7
|
feat(tui): add explicit width support
|
2025-02-05 16:42:21 +01:00 |
|
|
|
53045123c6
|
build: update to zig 0.14.0-dev.3039
|
2025-02-04 22:59:18 +01:00 |
|
|
|
41b230d17f
|
fixup: fix(gutter): add missing abs to rel conversion in primary_click/_drag
|
2025-01-24 23:24:58 +01:00 |
|
|
|
7dd61c4ba5
|
fix(keybind): provide fallback handling for legacy terminals the don not provide shifted key info
|
2025-01-19 14:05:36 +01:00 |
|
Jonathan Marler
|
337b6ce626
|
win32 gui: rework startup/hwnd sync
|
2025-01-07 22:02:16 +01:00 |
|
|
|
b73975328b
|
fix: normalized vaxis windows console input
|
2025-01-07 16:04:07 +01:00 |
|
|
|
0c7f19b5dd
|
feat: support matching of shifted keybindings
This allows us to bind things like alt+F and ctrl+?. Binding
with and explicit shift modifier is still allowed, such as alt+shift+f.
|
2025-01-07 14:53:34 +01:00 |
|
|
|
7cbd63accd
|
feat(win32 gui): add direct copy to windows clipboard support
closes #100
|
2025-01-05 21:54:43 +01:00 |
|
|
|
16c9189493
|
fix: remove some obsolete functions and avoid panic on copy
|
2025-01-05 09:52:37 +01:00 |
|
|
|
5ac80f0b6f
|
feat(win32 gui): add clipboard paste support
|
2025-01-04 21:48:47 +01:00 |
|
|
|
7bfb9a2216
|
fix: remove thespian from win32 renderer module
|
2025-01-04 15:24:36 +01:00 |
|
|
|
9047439315
|
fix: merge vaxis and win32 event handling interfaces
|
2025-01-04 15:18:49 +01:00 |
|
|
|
dd042e2fdd
|
feat: position cursor at closest glyph boundary on click when beam cursor is enabled
closes #99
|
2025-01-03 13:52:47 +01:00 |
|
|
|
233e881f95
|
feat: add support for pasting from the native windows clipboard
This give us OSC52 equivalent support on windows.
closes #95
|
2024-12-24 14:44:12 +01:00 |
|
|
|
8dc7a42306
|
refactor: remove alternate text from synthetic sync_mode_state events
|
2024-12-20 17:32:53 +01:00 |
|
|
|
7b21398487
|
fix: do not add key id string to input events if no text field is received
|
2024-12-20 17:25:33 +01:00 |
|
|
|
ff0987c108
|
fix: unicode input in mini modes and palettes
closes: #81
|
2024-12-17 18:35:47 +01:00 |
|
|
|
fd648b7b07
|
fix: foreground color alpha calculation
|
2024-12-12 21:19:35 +01:00 |
|
|
|
af68c397bc
|
fix: rendering of minimode separator
|
2024-12-12 20:12:11 +01:00 |
|
|
|
fa25d250c6
|
fix: improve alpha rendering on gutter
|
2024-12-12 19:11:54 +01:00 |
|
|
|
4ec66be2d4
|
feat: add short key event formatters
|
2024-12-12 17:00:39 +01:00 |
|
|
|
ce0633b665
|
refactor: don't require zero termination any more for Plane.cell_load
|
2024-12-10 20:09:16 +01:00 |
|
|
|
3af2b09891
|
feat: generate hints for dynamic keybindings
|
2024-11-19 18:08:14 +01:00 |
|
|
|
a8826b5067
|
refactor: move KeyEvent to input module
|
2024-11-18 21:31:32 +01:00 |
|
|
|
5d381dcc7b
|
refactor: move formatters for input types to input module
|
2024-11-18 21:26:55 +01:00 |
|
|
|
a680f50771
|
fix: always treat control codes as width 1 characters
closes: #64
|
2024-11-18 10:50:46 +01:00 |
|
|
|
18f321bf41
|
refactor: move input types to new module and use directly use libvaxis types
|
2024-11-15 21:16:31 +01:00 |
|
|
|
8308be76cd
|
fix: update libvaxis and use stable upstream URL for zg
|
2024-11-14 15:38:42 +01:00 |
|
|
|
bf6e4f49b8
|
feat: set terminal cursor color to match theme
|
2024-11-07 10:54:43 +01:00 |
|
|
|
cbcf8cc2dd
|
fix: don't alpha blend selections over matches
|
2024-11-04 23:34:47 +01:00 |
|
|
|
1545eb988d
|
fix: apply foreground alpha against base foreground color
|
2024-11-04 23:14:15 +01:00 |
|
|
|
4e1796df27
|
fix: alpha rendering of buttons and palettes
|
2024-11-04 23:04:05 +01:00 |
|
|
|
cfb9f8cf11
|
refactor: remove unused parameter in set_base_style
|
2024-11-04 22:20:06 +01:00 |
|
|
|
0a43fa853f
|
feat: support rendering theme colors with alpha components
|
2024-11-04 22:19:45 +01:00 |
|
|
|
87addc97de
|
fix: crash on fade
|
2024-10-20 00:51:46 +02:00 |
|
|
|
2efd3dff2e
|
feat: dim modal backgrounds
|
2024-10-19 20:34:15 +02:00 |
|
|
|
d2238bf847
|
feat: make indent size and tab width configurable and add indent guide mode
|
2024-10-10 23:16:49 +02:00 |
|
|
|
bf3fe5f2ba
|
refactor: run zigimports
closes: #38
|
2024-09-10 22:25:54 +02:00 |
|