Commit graph

  • c827672708
    fix(tabs): do not toggle fullscreen if there are no other panes (#258) Aram Drevekenin 2021-04-06 17:38:00 +02:00
  • e551bec538
    fix(screen): handle events directed at other tabs (#257) Aram Drevekenin 2021-04-06 16:55:32 +02:00
  • 1c71d16eb5
    fix(terminal): support bright colors (#256) Aram Drevekenin 2021-04-06 15:16:18 +02:00
  • bb87cbdd28
    fix(terminal): do not hang app if terminal refuses to quit (#255) Aram Drevekenin 2021-04-06 11:09:13 +02:00
  • f84d293c1b
    fix(terminal): reset styles on cursor movement (#254) Aram Drevekenin 2021-04-05 16:37:21 +02:00
  • 381b63d357
    Merge pull request #224 from a-kenji/config-file a-kenji 2021-04-05 12:01:23 +02:00
  • cdbd74f49b
    fix(tabs): do not resize title bar when closing pane under it (#252) Aram Drevekenin 2021-04-05 10:48:27 +02:00
  • d9a85e977d Readd short option for config a-kenji 2021-04-04 19:27:28 +02:00
  • eaa824dafa
    Merge pull request #242 from a-kenji/strider-empty-directory a-kenji 2021-04-04 18:36:29 +02:00
  • ca014d7aac Use Default Configuration for Tests a-kenji 2021-04-04 18:03:24 +02:00
  • a4430bf158 Chore(rustfmt) a-kenji 2021-04-03 21:28:57 +02:00
  • 4f5f189373 Merge branch 'main' of https://github.com/zellij-org/zellij into config-file a-kenji 2021-04-03 21:19:39 +02:00
  • d6a17f54fd Add Kyle to governance.md Kyle Sutherland-Cash 2021-04-03 01:42:13 -07:00
  • a6ad8e6f15 wip: sending the ModeInfo on initial plugin load denis 2021-04-02 11:24:13 +03:00
  • ecc106e231 Add myself to GOVERNANCE.md a-kenji 2021-04-01 20:08:44 +02:00
  • 1739f370f9
    * fix(ui): react to terminal window size changes (SIGWINCH) (#245) Aram Drevekenin 2021-04-01 17:38:13 +02:00
  • ccc34f1fe2 Rudamentary running support implemented Brooks J Rady 2021-04-01 12:18:05 +01:00
  • 9cb2b727cb
    Merge pull request #244 from a-kenji/main Doron Tsur 2021-04-01 10:08:16 +03:00
  • 50f6dc1ea4
    Added me to contributors Roee Shapira 2021-03-31 19:49:07 +03:00
  • b8ee02d4bb wip: does it take too long to load colors from xrdb? denis 2021-03-31 14:32:54 +03:00
  • 48fa876130 Merge branch 'main' into build-improvements Brooks J Rady 2021-03-31 12:18:51 +01:00
  • 138ba850eb fix(plugin): send mode updates to subscribed plugins on load Brooks J Rady 2021-03-31 12:13:00 +01:00
  • 267f4b48de Fix(Mouse): Remove unimplemented! Macro for Mouse a-kenji 2021-03-31 12:09:14 +02:00
  • 2b59edbe9d wip: need to set the default for Palette in the plugins denis 2021-03-31 09:44:41 +03:00
  • f4f6e3c66b Start working on layout patching Brooks J Rady 2021-03-30 12:49:42 +01:00
  • 9ba26e7367 Fix(strider): Ignore descending into empty dir a-kenji 2021-03-29 20:42:16 +02:00
  • 42890d4e64 wip: replace the impl with a fn load_palette instead denis 2021-03-28 10:51:15 +03:00
  • 6e276ae386 wip: move Palette out of zellij-tile denis 2021-03-27 15:30:53 +02:00
  • b71315b036 wip: latest plugin system merge in denis 2021-03-27 14:43:16 +02:00
  • 84488a35aa Merge branch 'main' of https://github.com/zellij-org/zellij into config-file a-kenji 2021-03-26 23:33:36 +01:00
  • 68737f78ac Config: Fix README a-kenji 2021-03-26 22:12:01 +01:00
  • a80d5f700b (Chore): rustfmt a-kenji 2021-03-26 21:59:38 +01:00
  • 98c4227c81 Fix tests a-kenji 2021-03-26 21:59:20 +01:00
  • b30400ac47 Fix config default location a-kenji 2021-03-26 21:15:12 +01:00
  • 4c662fc6d0 Start porting to cargo-make Brooks J Rady 2021-03-26 16:01:22 +00:00
  • 2c402b0b1d wip: scary how messy it is, but it's a start denis 2021-03-26 16:42:38 +02:00
  • d818661c72
    feat(plugin): refactored to a new and more general plugin API Brooks Rady 2021-03-26 13:20:06 +00:00
  • c71252f77e Fix some overzealous format!() removals and a stray comment Brooks J Rady 2021-03-26 13:02:31 +00:00
  • 6316763b0e Fixing a load of clippy lints in status-bar Brooks J Rady 2021-03-25 17:41:02 +00:00
  • b6f945da35 Wrap up the plugin system refactor, running everything through update() Brooks J Rady 2021-03-25 17:22:10 +00:00
  • a35cade8de wip: reading colors from xrdb denis 2021-03-25 18:05:16 +02:00
  • 84a5cf95d1 Converted tab updates to the new generic update() function Brooks J Rady 2021-03-25 15:51:39 +00:00
  • 0371c111b7 Removed AppState and the unneeded get_help() function Brooks J Rady 2021-03-25 14:56:59 +00:00
  • 0ea8ce497d Rename Help to ModeInfo Brooks J Rady 2021-03-25 14:30:31 +00:00
  • f2f7758384 Merge in changes from main and fix clippy lints Brooks J Rady 2021-03-25 14:24:11 +00:00
  • 81a517b264 Remove a dead input enum variant Brooks J Rady 2021-03-25 14:13:59 +00:00
  • e1e1f21043
    fix(render): various rendering issues (#238) Aram Drevekenin 2021-03-24 10:58:50 +01:00
  • d64e814e54
    Merge pull request #235 from zellij-org/focused-pane Denis Maximov 2021-03-24 11:37:35 +02:00
  • 57e1f476f2 wip: input_mode back in tab, not passing stuff around anymore denis 2021-03-24 11:23:03 +02:00
  • 91608dfe4e wip: cleanup the TabData, get rid of input_mode in tab, pass through render instead denis 2021-03-24 07:50:47 +02:00
  • 23df8e447a Move most key handling to the update() + event system Brooks J Rady 2021-03-23 23:57:18 +00:00
  • ac55e59047 Initial implementation of the update callback + upstream termion Brooks J Rady 2021-03-23 19:52:59 +00:00
  • 9bc7a268ce Merge changes from main Brooks J Rady 2021-03-23 16:42:54 +00:00
  • a1e6171031 Rename references of 'draw' to 'render' for plugins Brooks J Rady 2021-03-23 16:26:34 +00:00
  • 2913286d9e wip: remove colored_borders denis 2021-03-23 10:01:36 +02:00
  • 2bc40e5402 wip: using Some(Color) in the BoundarySymbol now denis 2021-03-23 08:47:20 +02:00
  • 99c578ea1d chore: formatting denis 2021-03-21 10:48:21 +02:00
  • 9016253a51 wip: cleanup denis 2021-03-20 17:52:45 +02:00
  • 021c8608c8 wip: not sure about updating the input_mode and tab switches for now denis 2021-03-20 16:54:18 +02:00
  • 59d2da54ca wip: active pane color, able to type / not able to type inside a pane distinction denis 2021-03-19 16:11:45 +02:00
  • 91c109a902 Move test to /unit a-kenji 2021-03-17 22:50:03 +01:00
  • e64192b42e Add a clean config option a-kenji 2021-03-17 16:56:02 +01:00
  • 3dd776834a wip: the borders are colored correctly now, need to change the color according to the mode selected next and do some cleaning up denis 2021-03-17 11:16:02 +02:00
  • 448c426c2b Merge branch 'main' into focused-pane denis 2021-03-17 10:05:43 +02:00
  • 224c606b45 Remove logging to log.txt a-kenji 2021-03-16 21:34:50 +01:00
  • 564ded0bb3 Add short --config -c option a-kenji 2021-03-16 21:22:59 +01:00
  • d3a72a27df Add key events documentation a-kenji 2021-03-16 21:14:10 +01:00
  • 46c9802f6f
    Performance: only render panes that should be updated (#234) Aram Drevekenin 2021-03-16 16:54:07 +01:00
  • 922440a952 wip: need to debug somehow denis 2021-03-15 14:17:04 +02:00
  • a174989990
    fix(tabs): delete characters when renaming tab (#226) Jonah Caplan 2021-03-15 05:52:50 -04:00
  • dbbafae606
    Merge pull request #233 from zellij-org/build-fix Kunal Mohan 2021-03-14 12:22:01 +05:30
  • 0307b2de9e fix build directory for zellij-tile Kunal Mohan 2021-03-14 11:59:06 +05:30
  • 2ce034a66a Remove unneccessary comment a-kenji 2021-03-13 13:07:46 +01:00
  • e0d0502539 Add config to README a-kenji 2021-03-13 12:48:27 +01:00
  • 9c0762fc53 Update default config file a-kenji 2021-03-13 12:25:28 +01:00
  • cac143db76 Modify example config file a-kenji 2021-03-13 10:37:38 +01:00
  • 1da743b1c7 Add more options to example config file a-kenji 2021-03-13 10:20:56 +01:00
  • a86d8c2161 Add example config file. a-kenji 2021-03-12 22:05:41 +01:00
  • ac358d913c
    fix(performance): smaller allocations when rendering (#222) Aram Drevekenin 2021-03-12 14:27:13 +01:00
  • a1fbb26818 fix(layout): add tab bar to strider layout Aram Drevekenin 2021-03-12 10:11:47 +01:00
  • acc2524105 Merge 'upstream/main' into config-file a-kenji 2021-03-11 22:43:43 +01:00
  • b4fca93eb7 Poking a-kenji 2021-03-11 16:38:22 +01:00
  • b89823c4bd docs(readme): update demo gif Aram Drevekenin 2021-03-11 16:30:00 +01:00
  • 8d0ff0fe40
    feat(input): new shortcuts and ui (#220) Aram Drevekenin 2021-03-11 16:03:28 +01:00
  • 2b2b7325e7 Poking around a-kenji 2021-03-11 13:58:58 +01:00
  • 1dd4045e23 Clippy compels me to cull code Brooks J Rady 2021-03-09 22:20:16 +00:00
  • e9ab81850e Add event subscription tracking Brooks J Rady 2021-03-09 21:51:17 +00:00
  • 06bce9a1fd Deduplicate the WASM interface structs Brooks J Rady 2021-03-09 19:39:42 +00:00
  • c97c553870 feature(input): add config file a-kenji 2021-03-05 22:40:42 +01:00
  • 3e10e34575 Rename init() to load() in plugin API + Bump deps Brooks J Rady 2021-03-09 17:09:21 +00:00
  • 44b0246e91
    feat(tabs): add ability to set tab name (#212) Jonah Caplan 2021-03-08 04:06:23 -05:00
  • 1a5d30d17d wip: visually marking the focused pane denis 2021-03-07 18:39:44 +02:00
  • c644a1c243 poking a-kenji 2021-03-05 19:23:06 +01:00
  • 3e0174cc4a poke at creating Macros a-kenji 2021-03-04 15:00:23 +01:00
  • 845478fe11
    New tab styling (#216) Aram Drevekenin 2021-03-03 18:52:17 +01:00
  • 955d38906d
    Merge pull request #213 from zellij-org/build-fix Henil Dedania 2021-03-01 08:51:56 +05:30
  • 522406c321 fix(build): This is getting uglier :/ henil 2021-02-28 12:39:09 +05:30
  • b6ce24280f infra(crates.io): clear the correct directory in build.rs Brooks J Rady 2021-02-26 09:27:59 +00:00
  • a20e49d77e infra(crates.io): readd wasm assets to the repo Brooks J Rady 2021-02-26 09:09:54 +00:00
  • 0d20148518 infra(crates.io): allow publishing by including assets from a different path Brooks J Rady 2021-02-25 23:26:31 +00:00