denis
|
de72d3d2fb
|
wip: tab bar coloring
|
2021-04-24 11:42:40 +03:00 |
|
denis
|
47a918a53c
|
wip: merge main
|
2021-04-24 09:18:37 +03:00 |
|
Dante Pippi
|
f5b781c66f
|
Adding field active_at and using it to sort panes
Using last activity time to determine which pane was previously active
when moving back to a direction.
Changing active_at type to Instant
|
2021-04-22 20:59:56 -03:00 |
|
Aram Drevekenin
|
169e25af66
|
fix(ui): draw ui properly on terminal start (#323)
* fix(ui): draw ui properly on terminal start
* style(fmt): rustfmt
|
2021-04-22 20:55:23 +02:00 |
|
denis
|
8d98ca7da0
|
wip: merge main in
|
2021-04-22 11:45:29 +03:00 |
|
Brooks Rady
|
19fc0496a3
|
feat(actions): allow scrolling by full pages
PR #298
|
2021-04-22 00:25:43 +01:00 |
|
Aram Drevekenin
|
e55dfc53e0
|
fix(ui): do not open new pane on the status bar (#314)
|
2021-04-21 19:24:51 +02:00 |
|
Aram Drevekenin
|
fc2110ab68
|
fix(stability): do not clear line if it's not there (#289)
* fix(stability): do not clear line if it's not there
* style(fmt): rustfmt
|
2021-04-21 17:07:49 +02:00 |
|
Hongjie Zhai
|
77bbf73c83
|
cargo fmt
|
2021-04-21 15:02:51 +09:00 |
|
Hongjie Zhai
|
fad088a868
|
add scroll page
|
2021-04-21 14:27:58 +09:00 |
|
Aram Drevekenin
|
475c2db4be
|
fix(compatibility): properly scroll up in scroll region (#274)
|
2021-04-16 17:20:51 +02:00 |
|
Aram Drevekenin
|
833381bca8
|
Stability fixes (#273)
* fix(grid): various recoveries from a corrupted state
* style(fmt): rustfmt
* fix(grid): more stability fixes
* style(fmt): rustfmt
|
2021-04-15 20:14:35 +02:00 |
|
Brooks J Rady
|
af702b67e6
|
feat(build): vastly simplify the build system
|
2021-04-14 19:08:22 +01:00 |
|
Aram Drevekenin
|
58fad06ebe
|
fix(compatibility): bash reverse search (#271)
|
2021-04-14 15:05:43 +02:00 |
|
Aram Drevekenin
|
f9fe1856f2
|
fix(compatibility): rotate scroll region (#270)
|
2021-04-14 14:08:46 +02:00 |
|
Aram Drevekenin
|
ceb2ebbd2b
|
fix(terminal): persiste vte state (#269)
* fix(terminal): persist vte state
* style(fmt): rustfmt
|
2021-04-14 13:52:45 +02:00 |
|
Brooks J Rady
|
413a24b77f
|
fix(bug): remove buggy expansion boundaries
|
2021-04-14 11:01:28 +01:00 |
|
Brooks J Rady
|
4ae48916b6
|
fix(style): run rustfmt
|
2021-04-13 21:08:15 +01:00 |
|
Brooks J Rady
|
265d039456
|
fix(perf): fixed a crash when cating large files and bounded memory usage
|
2021-04-13 20:57:53 +01:00 |
|
Brooks J Rady
|
6f4dcfbf65
|
fix(clippy): get ci passing again
|
2021-04-13 18:14:13 +01:00 |
|
denis
|
e5526df46a
|
Merge branch 'main' into x-colors
|
2021-04-13 11:30:54 +03:00 |
|
Aram Drevekenin
|
313ac9f414
|
fix(performance): remove unnecessary allocations from pty (#264)
* work
* refactor(pty): removed unused code
* style(comment): remove unused
* style(fmt): rustfmt
|
2021-04-12 16:00:05 +02:00 |
|
Aram Drevekenin
|
f23118a20a
|
fix(compatibility): reset (#261)
|
2021-04-09 15:00:18 +02:00 |
|
denis
|
748a7ffa6e
|
wip: cleaning up a bit, need to map the colors to the right places in the palette
|
2021-04-09 14:14:50 +03:00 |
|
denis
|
7774edd45a
|
wip: need to figure out how to clear lines
|
2021-04-08 16:29:52 +03:00 |
|
Aram Drevekenin
|
65c75ebb95
|
feat(controls): add quick navigation (#260)
* feat(input): quick navigation
* feat(ui): quick navigation
* style(fmt): rustfmt
|
2021-04-08 11:36:49 +02:00 |
|
Aram Drevekenin
|
c25eb04de9
|
fix(tabs): do not crash if closing pane in fullscreen (#259)
|
2021-04-06 17:55:48 +02:00 |
|
Aram Drevekenin
|
c827672708
|
fix(tabs): do not toggle fullscreen if there are no other panes (#258)
* fix(tabs): do not toggle fullscreen if there are no other panes
* style(fmt): rustfmt
|
2021-04-06 17:38:00 +02:00 |
|
Aram Drevekenin
|
e551bec538
|
fix(screen): handle events directed at other tabs (#257)
|
2021-04-06 16:55:32 +02:00 |
|
Aram Drevekenin
|
1c71d16eb5
|
fix(terminal): support bright colors (#256)
* fix(terminal): support bright colors
* style(fmt): make it uglier because rustfmt
|
2021-04-06 15:16:18 +02:00 |
|
Aram Drevekenin
|
f84d293c1b
|
fix(terminal): reset styles on cursor movement (#254)
|
2021-04-05 16:37:21 +02:00 |
|
Aram Drevekenin
|
cdbd74f49b
|
fix(tabs): do not resize title bar when closing pane under it (#252)
* fix(tabs): closing a pane no longer resizes the tab bar
* style(tab): add clarification comment
|
2021-04-05 10:48:27 +02:00 |
|
Aram Drevekenin
|
1739f370f9
|
* fix(ui): react to terminal window size changes (SIGWINCH) (#245)
* fix(ui): react to terminal window size changes (SIGWINCH)
* style(fmt): rustfmt
* style(format): remove some warnings
* style(fmt): rustfmt
|
2021-04-01 17:38:13 +02:00 |
|
denis
|
b8ee02d4bb
|
wip: does it take too long to load colors from xrdb?
|
2021-03-31 14:32:54 +03:00 |
|
Brooks J Rady
|
138ba850eb
|
fix(plugin): send mode updates to subscribed plugins on load
|
2021-03-31 12:13:00 +01:00 |
|
denis
|
42890d4e64
|
wip: replace the impl with a fn load_palette instead
|
2021-03-28 10:51:15 +03:00 |
|
denis
|
6e276ae386
|
wip: move Palette out of zellij-tile
|
2021-03-27 15:30:53 +02:00 |
|
denis
|
b71315b036
|
wip: latest plugin system merge in
|
2021-03-27 14:43:16 +02:00 |
|
denis
|
2c402b0b1d
|
wip: scary how messy it is, but it's a start
|
2021-03-26 16:42:38 +02:00 |
|
Brooks J Rady
|
b6f945da35
|
Wrap up the plugin system refactor, running everything through update()
|
2021-03-25 17:22:10 +00:00 |
|
denis
|
a35cade8de
|
wip: reading colors from xrdb
|
2021-03-25 18:05:16 +02:00 |
|
Brooks J Rady
|
f2f7758384
|
Merge in changes from main and fix clippy lints
|
2021-03-25 14:24:11 +00:00 |
|
Aram Drevekenin
|
e1e1f21043
|
fix(render): various rendering issues (#238)
|
2021-03-24 10:58:50 +01:00 |
|
denis
|
57e1f476f2
|
wip: input_mode back in tab, not passing stuff around anymore
|
2021-03-24 11:23:03 +02:00 |
|
denis
|
91608dfe4e
|
wip: cleanup the TabData, get rid of input_mode in tab, pass through render instead
|
2021-03-24 07:50:47 +02:00 |
|
Brooks J Rady
|
23df8e447a
|
Move most key handling to the update() + event system
|
2021-03-23 23:57:18 +00:00 |
|
Brooks J Rady
|
9bc7a268ce
|
Merge changes from main
|
2021-03-23 16:42:54 +00:00 |
|
Brooks J Rady
|
a1e6171031
|
Rename references of 'draw' to 'render' for plugins
|
2021-03-23 16:26:34 +00:00 |
|
denis
|
2913286d9e
|
wip: remove colored_borders
|
2021-03-23 10:01:36 +02:00 |
|
denis
|
2bc40e5402
|
wip: using Some(Color) in the BoundarySymbol now
|
2021-03-23 08:47:20 +02:00 |
|