Commit Graph

  • 24891fdcbe fix(paragraph): add scroll tests xiaopengli89 2020-06-29 12:25:10 +0800
  • 20dc3b6877 fix(paragraph): unicode support for scroll horizontally xiaopengli89 2020-06-29 02:15:39 +0800
  • e789c671b0 Update README.md Aram Drevekenin 2020-06-17 19:07:00 +0200
  • 811e9e1d7b format code xiaopengli89 2020-06-25 18:47:48 +0800
  • 39ee7a1102 fix: clear last char xiaopengli89 2020-06-25 18:10:49 +0800
  • 0759c40ffc add horizontal scroll support for paragraph widget xiaopengli89 2020-06-25 17:07:34 +0800
  • 66730b309c use ansi colors Prabir Shrestha 2020-05-23 11:54:54 -0700
  • be25a56f38 fix clippy error Prabir Shrestha 2020-05-22 22:55:32 -0700
  • 179bf7db83 add termwiz backend and termwiz_demo Prabir Shrestha 2020-05-22 20:47:09 -0700
  • c0ca4d6d4f
    Update README.md Aram Drevekenin 2020-06-17 19:07:00 +0200
  • 8c2ee0ed85
    feat(terminal): Add after-draw() cursor control to Frame (#91) (#309) Alexander Batischev 2020-06-15 23:57:23 +0300
  • 1bd219389b Add after-draw() cursor control to Frame (#91) Alexander Batischev 2020-05-28 15:08:32 +0300
  • 2b48409cfd
    fix(examples): remove typo in demo text Cokemonkey11 2020-06-15 21:46:45 +0100
  • 45ed795049
    typo Cokemonkey11 2020-06-11 23:15:49 +0100
  • 2b54e2e8f4
    Update paragraph.rs Alexander Craggs 2020-06-10 17:16:58 +0100
  • 792a2530a2
    Update paragraph.rs Alexander Craggs 2020-06-10 15:54:29 +0100
  • 8430ff8ef5
    Implement `patch` between two `StyleDiff` Mikko Rantanen 2020-06-10 00:59:05 +0300
  • 7251186762 feat(style): add StyleDiff Florian Dehau 2020-06-08 22:32:10 +0200
  • 82fda4ac0e doc(style): improve documentation of Style Florian Dehau 2020-06-08 22:31:52 +0200
  • 1d12ddbdfc layout: add vertical split constraint test on height Kenta Iwasaki 2020-06-06 15:14:58 +0900
  • f474c76e19 layout: force constraint that width and height are non-negative Kenta Iwasaki 2020-05-31 21:38:56 +0900
  • dc0063119e feat(style): add StyleDiff Florian Dehau 2020-06-08 22:32:10 +0200
  • f7746b60d2 doc(style): improve documentation of Style Florian Dehau 2020-06-08 22:31:52 +0200
  • 4fa66b3cf7 layout: add vertical split constraint test on height Kenta Iwasaki 2020-06-06 15:14:58 +0900
  • af2f0d47b1 Merge branch 'master' of github.com:thorlucas/tui-rs Thor Correia 2020-06-02 09:35:26 -0700
  • b12240038f added margin builder functions Thor Correia 2020-05-31 22:19:55 -0700
  • 6c1f891ad6 added margin builder functions Thor Correia 2020-05-31 22:19:55 -0700
  • b4d69d6714 added tabs vertical margin Thor Correia 2020-05-31 22:13:25 -0700
  • 48139e8b14 used Margin struct rather than u16 for margins Thor Correia 2020-05-31 21:46:49 -0700
  • cc09eaf834 layout: force constraint that width and height are non-negative Kenta Iwasaki 2020-05-31 21:38:56 +0900
  • b99345d962 support for headerless tables Leonid Dyachkov 2020-05-28 19:18:03 +0300
  • 9ebd6a5bbf added tabs margins, updated tests, updated tabs example Thor Correia 2020-05-28 02:14:40 -0700
  • 1dde19823c explicitly specified widgets_tabs test conditions Thor Correia 2020-05-27 21:14:56 -0700
  • 9f62267947 added left margin on tabs widget, fixed old tests to reflect default 0 margin Thor Correia 2020-05-27 21:11:14 -0700
  • ac99104114 feat(style): add support to serialize and deserialize Style using serde Florian Dehau 2020-05-27 23:28:38 +0200
  • 0bb9b388f7 Borrow layout for splitting instead of moving it Paul Horn 2020-05-21 20:15:43 +0200
  • 892677150f feat(style): add support to serialize and deserialize Style using serde Florian Dehau 2020-05-27 23:28:38 +0200
  • b59e4bb808 feat(examples): enable mouse capture to make crossterm demo on par with termion Florian Dehau 2020-05-27 23:50:45 +0200
  • 19b454b46b feat(examples): enable mouse capture to make crossterm demo on par with termion Florian Dehau 2020-05-27 23:50:45 +0200
  • 7fec99a8e2
    Fix build Maximilian Bosch 2020-05-27 12:23:54 +0200
  • 4fe647df0a refactor(tests): rename integration tests to be able to call group of tests Florian Dehau 2020-05-21 20:42:34 +0200
  • a00350ab54 refactor(tests): rename test files and use the new `TestBackend::assert_buffer` method Florian Dehau 2020-05-21 20:17:55 +0200
  • 96c6b4efcb refactor(tests): move test utilities to TestBackend Florian Dehau 2020-05-21 20:17:12 +0200
  • 18714caa60 Release v0.9.5 v0.9.5 Florian Dehau 2020-05-21 20:51:54 +0200
  • ed34f779b8 Release v0.9.5 Florian Dehau 2020-05-21 20:51:54 +0200
  • 11d3a67e1e refactor(tests): rename integration tests to be able to call group of tests Florian Dehau 2020-05-21 20:42:34 +0200
  • 3fa11a62a1 refactor(tests): rename test files and use the new `TestBackend::assert_buffer` method Florian Dehau 2020-05-21 20:17:55 +0200
  • 09eb9fb9c0 refactor(tests): move test utilities to TestBackend Florian Dehau 2020-05-21 20:17:12 +0200
  • 9a280d4dd6
    Borrow layout for splitting instead of moving it Paul Horn 2020-05-21 20:15:43 +0200
  • 7110fe0159 fix panic on narrow buffers (fixes #293) Stephan Dilly 2020-05-20 09:17:56 +0200
  • 879ba0eeef fix panic on narrow buffers (fixes #293) Stephan Dilly 2020-05-20 09:17:56 +0200
  • 5a590bca74 chore: enable clippy on all targets and all features Florian Dehau 2020-05-17 00:51:57 +0200
  • dcbf039b60 chore: enable clippy on all targets and all features Florian Dehau 2020-05-17 00:51:57 +0200
  • 963f11a6b1 Release v0.9.4 v0.9.4 Florian Dehau 2020-05-12 21:21:27 +0200
  • 5f8f41732f Release v0.9.4 Florian Dehau 2020-05-12 21:21:27 +0200
  • a7761fe55d fix(buffer): ignore zero-width graphemes Florian Dehau 2020-05-09 12:56:44 +0200
  • 10cf9305f1 Release v0.9.3 v0.9.3 Florian Dehau 2020-05-10 23:57:43 +0200
  • b97825a60d Release v0.9.3 Florian Dehau 2020-05-10 23:57:43 +0200
  • b72ced4511
    fix(widgets/chart): remove overflow when dataset if empty (#274) Clement Tsang 2020-05-10 17:48:12 -0400
  • fe27d5b399 fix merge conflict in tests ClementTsang 2020-05-10 16:54:58 -0400
  • 699ece3131 test: add test for empty dataset and lines ClementTsang 2020-05-10 16:45:00 -0400
  • 5229f0fd8a pr: use slice::windows to deal with underflow issue ClementTsang 2020-05-10 16:44:46 -0400
  • eb47c778db Release v0.9.2 v0.9.2 Florian Dehau 2020-05-10 15:50:44 +0200
  • bc6b135dd3 Release v0.9.2 Florian Dehau 2020-05-10 15:50:44 +0200
  • 359b7feb8c
    fix(widgets/canvas): Add bounds check when drawing line high/low (#283) Darrien Glasser 2020-05-10 08:40:04 -0400
  • 6ffdede95a
    chore: add documentation field in Cargo.toml (#277) chrunchyjesus 2020-05-10 12:27:52 +0200
  • 4db0250b95
    Add rust-sadari-cli in `Apps using tui` section (#278) 24seconds 2020-05-10 19:25:23 +0900
  • c832addb58
    use fixed version for documentation field chrunchyjesus 2020-05-10 12:23:57 +0200
  • f4a59f0be0
    Merge branch 'master' into master 24seconds 2020-05-10 14:27:45 +0900
  • 1e56fff871 Add test to ensure codepath doesn't break DarrienG 2020-05-09 15:25:48 -0400
  • 30e5b79705 Revert "bug: fix subtraction underflow, change behaviour of equality for lines" ClementTsang 2020-05-09 15:05:00 -0400
  • 4400eebf95 fix(buffer): ignore zero-width graphemes Florian Dehau 2020-05-09 12:56:44 +0200
  • 69780bbbec Add desed to list of apps using tui? SoptikHa2 2020-04-22 00:52:35 +0000
  • b5d52e51c1 Add bounds check when drawing line high/low DarrienG 2020-05-06 08:49:23 -0400
  • 2be5ddd34d bug: fix subtraction underflow, change behaviour of equality for lines ClementTsang 2020-04-26 20:15:31 -0400
  • 7918b5473a
    Add rust-sadari-cli in `Apps using tui` section 24seconds 2020-04-25 00:40:34 +0900
  • 2df01f0da6
    add documentation field chrunchyjesus 2020-04-22 21:05:33 +0200
  • 7e25df9b52
    Add desed to list of apps using tui? SoptikHa2 2020-04-22 00:52:35 +0000
  • bcef7a27d3 fix(widgets/table): Fix subtraction overflow when using lines in graphs ClementTsang 2020-04-20 00:33:24 -0400
  • b9abf26b0b docs: Fix missing code block fence ClementTsang 2020-04-18 19:22:09 -0400
  • fda89d6859 Release v0.9.1 v0.9.1 Florian Dehau 2020-04-16 18:36:58 +0200
  • 5d99b4af00 docs: improve widgets documentation Florian Dehau 2020-04-16 18:30:25 +0200
  • 5321352b3f Release v0.9.1 Florian Dehau 2020-04-16 18:36:58 +0200
  • 33ab52c91b docs: improve widgets documentation Florian Dehau 2020-04-16 18:30:25 +0200
  • da4d4e1672 test: assert items are correctly truncated in the `List` widget Florian Dehau 2020-04-16 16:06:50 +0200
  • 95255cc330 test: assert items are correctly truncated in the `List` widget Florian Dehau 2020-04-16 16:06:50 +0200
  • 8f9aa276e8 fix(widgets/list): fix line length calculation for selectable lists Björn Steinbrink 2020-04-15 14:55:34 +0200
  • 95d38b5af8 fix(widgets/list): fix line length calculation for selectable lists Björn Steinbrink 2020-04-15 14:55:34 +0200
  • 8debb0d338 Release v0.9.0 v0.9.0 Florian Dehau 2020-04-14 19:35:27 +0200
  • 878cbb9a12 Release v0.9.0 Florian Dehau 2020-04-14 19:35:27 +0200
  • bc2a512101 feat: add missing `Clone` and `Copy` on types Florian Dehau 2020-04-14 18:56:00 +0200
  • 0b512caa46 feat: add missing `Clone` and `Copy` on types Florian Dehau 2020-04-14 18:56:00 +0200
  • 4f728d363f fix(widgets/list): stop highlighting blank placeholders Florian Dehau 2020-04-14 18:02:48 +0200
  • 2ef69757f1 fix(widgets/list): stop highlighting blank placeholders Florian Dehau 2020-04-14 18:02:48 +0200
  • e81af75427 fix(examples): improve input handling in crossterm demo Florian Dehau 2020-04-14 17:21:56 +0200
  • 6ef9abe819 fix(examples): improve input handling in crossterm demo Florian Dehau 2020-04-14 17:21:56 +0200
  • 8387b32bb8 chore: update changelog Florian Dehau 2020-04-14 01:22:02 +0200
  • 2fccee740b chore: add command to README to run demos without all unicode symbols Florian Dehau 2020-04-14 01:10:01 +0200
  • c98002eb76 feat: add an option to run the examples without all unicode symbols Florian Dehau 2020-04-14 01:04:07 +0200
  • 584e1b0500 refactor(widgets/canvas): allow canvas to render with a simple dot character instead of braille patterns Florian Dehau 2020-04-14 01:01:01 +0200