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
Brooks J Rady
138ba850eb
fix(plugin): send mode updates to subscribed plugins on load
2021-03-31 12:13:00 +01:00
Brooks J Rady
b6f945da35
Wrap up the plugin system refactor, running everything through update()
2021-03-25 17:22:10 +00: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
denis
99c578ea1d
chore: formatting
2021-03-21 10:48:21 +02:00
denis
9016253a51
wip: cleanup
2021-03-20 17:52:45 +02:00
denis
021c8608c8
wip: not sure about updating the input_mode and tab switches for now
2021-03-20 16:54:18 +02:00
denis
59d2da54ca
wip: active pane color, able to type / not able to type inside a pane distinction
2021-03-19 16:11:45 +02:00
denis
3dd776834a
wip: the borders are colored correctly now, need to change the color according to the mode selected next and do some cleaning up
2021-03-17 11:16:02 +02:00
denis
448c426c2b
Merge branch 'main' into focused-pane
2021-03-17 10:05:43 +02:00
Aram Drevekenin
46c9802f6f
Performance: only render panes that should be updated ( #234 )
...
* fix(performance): bring back should_render
* style(fmt): rustfmt
2021-03-16 16:54:07 +01:00
denis
922440a952
wip: need to debug somehow
2021-03-15 14:17:04 +02:00
Aram Drevekenin
ac358d913c
fix(performance): smaller allocations when rendering ( #222 )
2021-03-12 14:27:13 +01:00
Brooks J Rady
1dd4045e23
Clippy compels me to cull code
2021-03-09 22:20:16 +00:00
Brooks J Rady
e9ab81850e
Add event subscription tracking
2021-03-09 21:51:17 +00:00
Brooks J Rady
06bce9a1fd
Deduplicate the WASM interface structs
2021-03-09 19:39:42 +00:00
Jonah Caplan
44b0246e91
feat(tabs): add ability to set tab name ( #212 )
...
* send all tabs in vec
* works but no input filtering
* add event types
* add event handler for tab events
* fmt fixups
* update tab name in place, and escape rename works
* rename handle_tab_event handle_tab_rename_keypress
* handle empty new_name when renaming
* fix(tabs): pad active tab name too
* fix(tabs): report proper length
* fix(tabs): always render active tab
* style(fmt): rustfmt
Co-authored-by: Aram Drevekenin <aram@poor.dev>
2021-03-08 10:06:23 +01:00
denis
1a5d30d17d
wip: visually marking the focused pane
2021-03-07 18:39:44 +02:00
Aram Drevekenin
54c500b230
fix(grid): do not crash when reflowing lines with an empty top buffer ( #211 )
2021-02-25 18:20:01 +01:00
Aram Drevekenin
6d623b3f1e
Fix vim background color ( #210 )
...
* fix(compatibility): properly pad characters with styling on newlines
* style(fmt): rustfmt
2021-02-25 17:15:20 +01:00
Jonah Caplan
ce54127d7d
add basic tab bar #166
2021-02-25 01:44:10 -05:00
Aram Drevekenin
7b69fcb8e0
Make fullscreen panes not override the status bar and strider ( #209 )
...
* work
* feat(tab): expansion boundary
* fix(layout): add expansion boundary to default layout
* style(fmt): rustfmt
* style(fmt): remove unnecessary comment
2021-02-24 18:00:00 +01:00
Denis Maximov
aba71c2e4e
Merge pull request #200 from a-kenji/main
...
Clippy fixes.
2021-02-22 10:50:09 +02:00
a-kenji
fc1a956040
fix(clippy): unneeded return statement
2021-02-18 21:53:09 +01:00
a-kenji
dc7e980a05
fix(clippy): unneccessary >= y + 1 or x - 1 >=
2021-02-18 21:52:54 +01:00
Aram Drevekenin
db26f849ff
fix(ux): hide cursor while rendering to prevent it from flickering around ( #191 )
2021-02-18 16:47:37 +01:00
Aram Drevekenin
c0a0af3133
fix(compatibility): do not forward tabs to the terminal ( #190 )
...
* fix(compatibility): do not forward tabs to the terminal
* style(fmt): rustfmt
2021-02-18 11:07:57 +01:00
Aram Drevekenin
831d26156e
fix(compatibility): get top not to break everything when exiting ( #188 )
2021-02-17 15:55:38 +01:00
categorille
6e5607ba26
docs: first documentation step ( #185 )
...
* added some documentation to the input module
* added a bunch of documentation already, doing this non-linearly
* added more comments
* forgot cargo ftm again oop
* PR change requests applied, some forgotten/imcomplete doc added
2021-02-17 15:55:09 +01:00
Brooks J Rady
bdfec65cfb
Switched to using a *much* simpler build-script
2021-02-16 18:33:27 +00:00
henil
436b4ee19e
fix: Some warnings
2021-02-10 15:49:41 +05:30
henil
af95b3ff9a
Update references in src/
2021-02-10 12:22:15 +05:30
Aram Drevekenin
14783c2b2c
feat(ui): new keybindings and status bar ( #160 )
...
* work
* feat(statusbar): new design and keybindings
* fix(ipc): add missing const
* style(fmt): rustfmt
* style(input): remove accidental comment
2021-02-09 17:36:37 +01:00
denis
354316d20c
chore: formatting
2021-01-29 07:25:58 +02:00
denis
be9a059116
wip: moved stuff from main into common
2021-01-29 07:21:33 +02:00
denis
6a3481f54f
Merge branch 'main' into restructure
2021-01-29 06:24:59 +02:00