Commit Graph

  • 08df7ebb82 Fix out of bounds table offset panic BenHall-7 2021-03-21 23:26:02 -0400
  • 639e0c2656 implemented title alignment Andreas Steding 2021-02-23 20:41:15 +0100
  • 358b8804ab
    Render widgets without consuming them, signature of Widgets:render changed to (&mut self, …), which breaks custom widgets a wee bit Sebastian Walz 2021-02-23 02:37:06 +0100
  • 4e76bfa2ca
    chore: add Vector to list of apps using tui (#452) Luc Perkins 2021-02-21 05:58:57 -0800
  • f4b00fb5a2 correct fmt Valerio 2021-02-15 20:43:33 +0100
  • 005d095351 update cargo.toml Valerio 2021-02-15 20:38:55 +0100
  • d811ae46bb implement canvas rectangle docs Valerio 2021-02-14 21:48:16 +0100
  • cd2ae13395 correct code format Valerio 2021-02-14 21:37:00 +0100
  • edbf94a3d4 add snake game example Valerio 2021-02-14 11:01:14 +0100
  • 41b1af5058 add fill option to rectangle canvas struct Valerio 2021-02-14 10:59:53 +0100
  • c3bee1e0b8
    Add Vector to list of apps using tui Luc Perkins 2021-02-11 12:58:06 -0600
  • c3efcc992e chore: bump MSRV state Florian Dehau 2021-01-05 02:25:15 +0100
  • a8c75508e3 feat: automatic state management Florian Dehau 2021-01-05 02:25:02 +0100
  • 8832281dcf Update crossterm to 0.19. Simas Toleikis 2021-01-01 17:21:07 +0200
  • 853f3d9200 feat(terminal): add a read-only view of the terminal state after the draw call Florian Dehau 2021-01-01 16:20:51 +0100
  • 98f99e7efe feat(terminal): add a read-only view of the terminal state after the draw call Florian Dehau 2021-01-01 16:20:51 +0100
  • cf9a558d68 Update crossterm to 0.19. Simas Toleikis 2021-01-01 17:21:07 +0200
  • 67e996c5f4 feat(examples): add third tab to demo to show colors Florian Dehau 2021-01-01 15:29:04 +0100
  • c20864c70d feat(examples): add third tab to demo to show colors Florian Dehau 2021-01-01 15:29:04 +0100
  • f09863faa0 Release v0.14.0 v0.14.0 Florian Dehau 2021-01-01 14:35:07 +0100
  • 391db3a3db Release v0.14.0 Florian Dehau 2021-01-01 14:35:07 +0100
  • 41e02fbc73
    Add readme to Cargo.toml so that crates.io shows the README.md instead of an empty page. Philipp Schuster 2020-12-20 20:52:15 +0100
  • eb1e3be722 fix(widgets/block): make Block::inner return more accurate results on small areas Florian Dehau 2020-12-13 17:06:56 +0100
  • 2cba44fc5d fix(widgets/block): make Block::inner return more accurate results on small areas Florian Dehau 2020-12-13 17:06:56 +0100
  • 4ec902b96f
    chore: make run-examples available on all platforms (#429) Sagie Gur-Ari 2020-12-13 16:29:31 +0200
  • 087a2398f0 limit windows to crossterm_demo only and make q exit demos work Sagie Gur-Ari 2020-12-11 14:53:32 +0000
  • 74243394d9
    fix(widgets/table): draw table header and border even if rows are empty (#426) Vadim Chekan 2020-12-08 12:49:16 -0800
  • 5b39be3979 Draw table header and border even if rows are empty Vadym Chekan 2020-12-05 17:46:45 -0800
  • e7f263efa7 chore(ci): fix cargo-make cache on windows runner Florian Dehau 2020-12-07 23:24:32 +0100
  • eb428e8b42 chore(ci): fix cargo-make cache on windows runner Florian Dehau 2020-12-07 23:24:32 +0100
  • e20eba159a Make examples available for all platforms Sagie Gur-Ari 2020-12-07 13:55:57 +0000
  • 0991145c58
    chore(ci): simplify ci workflow (#428) Florian Dehau 2020-12-06 18:31:54 +0100
  • 1e1b02f9b0 fix(ci): cache before install Florian Dehau 2020-12-06 18:14:54 +0100
  • 7be70b9495 fix(ci): use valid version for cargo-make install Florian Dehau 2020-12-06 17:59:25 +0100
  • 18962046f4 chore(ci): pin rust action and use latest cache action Florian Dehau 2020-12-06 17:57:30 +0100
  • 471977b454 fix(ci): add missing rust components Florian Dehau 2020-12-06 17:54:17 +0100
  • ef38c229f4 chore(ci): cache cargo-make Florian Dehau 2020-12-06 17:51:40 +0100
  • dff5639969 chore(ci): simplify ci workflow Florian Dehau 2020-12-06 17:30:54 +0100
  • 01d2a8588a chore(ci): reduce the number of triggered jobs Florian Dehau 2020-12-06 16:46:59 +0100
  • 45431a2649 chore: add first contributing guidelines Florian Dehau 2020-12-06 16:28:25 +0100
  • 0b78fb9201 chore: use `cargo-make` in the CI as well Florian Dehau 2020-12-06 16:27:54 +0100
  • 9cdff275cb chore: replace `make` with `cargo-make` Florian Dehau 2020-12-06 16:27:26 +0100
  • 6261bc104b chore(ci): reduce the number of triggered jobs Florian Dehau 2020-12-06 16:46:59 +0100
  • 8aa1bcd9db chore: add first contributing guidelines Florian Dehau 2020-12-06 16:28:25 +0100
  • 77c6e106e4
    doc(examples): Add comments to "list" example and fix list direction (#425) Arne Beer 2020-12-06 16:33:31 +0100
  • ae8525d6b1 chore: use `cargo-make` in the CI as well Florian Dehau 2020-12-06 16:27:54 +0100
  • 952dfedb2f chore: replace `make` with `cargo-make` Florian Dehau 2020-12-06 16:27:26 +0100
  • a1a3fd90ec List example: review adjustments and typo fixes Arne Beer 2020-12-06 13:56:04 +0100
  • 1ba7e0e7d6 Add docs to list example and fix list direction Arne Beer 2020-12-05 20:22:56 +0100
  • efdd6bfb19 feat(tests): add tests covering new table features Florian Dehau 2020-11-29 23:43:55 +0100
  • 117098d2d2 refactor(examples): add missing margin at the bottom of the header of table in the demo Florian Dehau 2020-11-29 22:39:39 +0100
  • f933d892aa chore: update CHANGELOG Florian Dehau 2020-11-29 22:38:50 +0100
  • 5ea54792c0 refactor(widgets/table): more flexible table Florian Dehau 2020-11-15 22:47:00 +0100
  • e17a6743fe feat(tests): add tests covering new table features Florian Dehau 2020-11-29 23:43:55 +0100
  • b0f5cea32a refactor(examples): add missing margin at the bottom of the header of table in the demo Florian Dehau 2020-11-29 22:39:39 +0100
  • 8bce4f1c2f chore: update CHANGELOG Florian Dehau 2020-11-29 22:38:50 +0100
  • 6f83541809 refactor(widgets/table): more flexible table Florian Dehau 2020-11-15 22:47:00 +0100
  • 8ead8f45c5
    Fix error Tom Forbes 2020-11-29 19:33:08 +0000
  • 97aa7a39ab
    Improve docs Tom Forbes 2020-11-29 19:30:59 +0000
  • 9bcf132b8e
    Formatting Tom Forbes 2020-11-29 15:05:22 +0000
  • 637fde0fa5
    Allow customizing x and y axis bounds per dataset Tom Forbes 2020-11-29 14:59:58 +0000
  • 23a9280db7
    chore: add gping to the lists of apps using tui (#422) Tom Forbes 2020-11-29 18:28:53 +0000
  • 79e27b1778 refactor(widgets/gauge): stop using unicode blocks by default Florian Dehau 2020-11-29 19:27:34 +0100
  • 0a05579a1c
    feat(widgets/gauge): allow gauge to use unicode block for more descriptive progress (#377) DashEightMate 2020-11-29 13:20:08 -0500
  • 3f95c19612
    https Tom Forbes 2020-11-29 10:47:37 +0000
  • 17dc38bea1
    Add gping to the lists of apps using tui Tom Forbes 2020-11-29 10:46:55 +0000
  • 0030eb4a13
    fix(tests): remove clippy warnings about single char push (#424) Tom Forbes 2020-11-29 17:35:52 +0000
  • 8e107e7d4e
    Fix clippy warnings Tom Forbes 2020-11-29 15:10:35 +0000
  • ff3e551264 formatted DashEightMate 2020-11-21 20:23:15 -0500
  • 4cf99ce6dc merged with main DashEightMate 2020-11-21 20:21:25 -0500
  • 4ce8ed0c86 gauge tests now check color DashEightMate 2020-11-21 19:51:33 -0500
  • 5bf40343eb
    fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) pm100 2020-11-15 11:03:33 -0800
  • c1e48cac38 clippy pm100 2020-11-14 14:37:12 -0800
  • 418223599c changed name of test pm100 2020-11-14 14:32:58 -0800
  • 90e9afbf89 fmt pm100 2020-11-14 14:30:52 -0800
  • 1e35f983c4 doc(style): improve documentation of Style Florian Dehau 2020-11-14 21:16:40 +0100
  • a15ac8870b feat(style): add a method to create a style that reset all properties until that point Florian Dehau 2020-11-14 21:16:18 +0100
  • 02182f5280 doc(style): improve documentation of Style Florian Dehau 2020-11-14 21:16:40 +0100
  • c8281663aa feat(style): add a method to create a style that reset all properties until that point Florian Dehau 2020-11-14 21:16:18 +0100
  • 8a27036a54 fix(widgets/block): allow Block to render on small areas Florian Dehau 2020-11-14 20:26:16 +0100
  • 7a6b1bcc97 fix(widgets/block): allow Block to render on small areas Florian Dehau 2020-11-14 20:26:16 +0100
  • 3cbd41cd06 added test pm100 2020-11-14 09:38:25 -0800
  • 8543523f18 Release v0.13.0 v0.13.0 Florian Dehau 2020-11-14 17:30:11 +0100
  • cfcda231f6 Release v0.13.0 Florian Dehau 2020-11-14 17:30:11 +0100
  • 5a9b59866b feat(widgets/listitem): derive PartialEq acheronfail 2020-10-15 21:27:23 +1100
  • dc76956215
    chore: add taskwarrior-tui to the list of apps using tui-rs (#403) Dheepak Krishnamurthy 2020-11-14 08:48:43 -0700
  • 98fb5e4bbd
    fix(widgets/table): take borders into account when percentage and ration constraints are used (#385) Kemyt 2020-11-14 16:45:36 +0100
  • 3a9f07a53e feat(text): add a way to wrap text without Paragraph wrap Florian Dehau 2020-11-14 15:52:28 +0100
  • 6f4831a769 add offset method for ListState figsoda 2020-11-03 18:40:37 -0500
  • 5a2bc7f1d1 fix NBSP to be not a white space character pm100 2020-10-31 16:32:02 -0700
  • 5ebaab0819
    Merge pull request #1 from fdehau/master pm100 2020-10-31 14:55:54 -0700
  • 104a733668 Add taskwarrior-tui to the list of apps using tui-rs Dheepak Krishnamurthy 2020-10-27 02:51:55 -0600
  • 53b8997387 Fix formatting to fit convention Kemyt 2020-10-19 21:58:58 +0200
  • 2636d0baa2 Fix rounding of cassowary solved widths to eliminate imprecisions Kemyt 2020-10-19 21:55:06 +0200
  • 58f01e0cdf
    Merge pull request #1 from ivan-gulakov/headerless-tests capgelka 2020-10-18 02:38:25 +0300
  • c0f5c64816 fix: avoid gauge blinking Arnaud Locquet 2020-10-16 01:35:41 +0200
  • ba0233411c feat(widgets/listitem): derive PartialEq acheronfail 2020-10-15 21:27:23 +1100
  • 9dd92dcc26 Add tests to headerless table and change default header to None Ivan Gulakov 2020-10-11 00:28:04 +0300
  • 97704fa07b improved readability DashEightMate 2020-09-30 10:19:19 -0400
  • 25ff2e5e61 upgrade crossterm to v0.18 Sebastian Thiel 2020-09-29 18:13:25 +0800