Commit Graph

  • 3b7df62f2c
    Update piechart in example Spenser Black 2020-08-24 08:52:16 -0400
  • 0449d75328
    Remove unused imports Spenser Black 2020-08-24 08:49:32 -0400
  • 1bdcdfffb7
    Use new render method Spenser Black 2020-08-24 08:47:36 -0400
  • f44304b414
    Fix return type Spenser Black 2020-08-24 08:45:26 -0400
  • cde3c933b3
    Remove background Spenser Black 2020-08-24 08:44:07 -0400
  • 162f81bbbf
    Fix block ownership Spenser Black 2020-08-24 08:41:28 -0400
  • d77dff91b3
    Derive Debug and Clone Spenser Black 2020-08-24 08:41:00 -0400
  • df79f250e2
    Make self mutable Spenser Black 2020-08-24 08:35:20 -0400
  • 93cede3c4d
    Remove background Spenser Black 2020-08-24 08:33:16 -0400
  • 0558230989
    Change draw to render Spenser Black 2020-08-24 08:32:27 -0400
  • 9e261fb4d3
    cargo fmt Spenser Black 2019-11-25 15:32:34 -0500
  • bcdf611600
    Move non-drawing calculations out of draw Spenser Black 2019-11-25 15:14:43 -0500
  • 2edb141f18
    Add pie chart Spenser Black 2019-11-22 10:43:05 -0500
  • 3f1182891e
    upgrade crossterm to v0.18 Sebastian Thiel 2020-09-29 18:13:25 +0800
  • 5050f1ce1c feat(widgets/gauge): add `LineGauge` variant of `Gauge` Florian Dehau 2020-09-28 00:28:26 +0200
  • 899e9bb682 feat(widgets/gauge): add `LineGauge` variant of `Gauge` Florian Dehau 2020-09-28 00:28:26 +0200
  • 51b691e7ac Release v0.12.0 v0.12.0 Florian Dehau 2020-09-27 19:45:24 +0200
  • 377506139c Release v0.12.0 Florian Dehau 2020-09-27 19:45:24 +0200
  • c4cd0a5f31 fix(widgets/chart): use the correct style to draw legend and axis titles Florian Dehau 2020-09-27 16:43:56 +0200
  • 41142732ec feat(buffer): add a method to build a `Style` out of an existing `Cell` Florian Dehau 2020-09-27 16:38:12 +0200
  • 62495c3bd1
    fix(widgets/barchart): fix chart filled more than actual (#383) Kemyt 2020-09-27 17:15:44 +0200
  • be97b41dc9 fix(widgets/chart): use the correct style to draw legend and axis titles Florian Dehau 2020-09-27 16:43:56 +0200
  • f2cf576e17 feat(buffer): add a method to build a `Style` out of an existing `Cell` Florian Dehau 2020-09-27 16:38:12 +0200
  • d00184a7c3
    feat(text): extend `Text` to be stylable and extendable (#361) Brooks Rady 2020-09-27 13:20:14 +0100
  • ce32d5537d
    chore: clippy fixes (#386) Brooks Rady 2020-09-27 12:41:28 +0100
  • 0564acbbd1 Clippy fixes Brooks J Rady 2020-09-24 23:18:23 +0100
  • 4ed0743ce6 Add some documentation Brooks J Rady 2020-09-24 23:03:21 +0100
  • bcec35b84a formatting DashEightMate 2020-09-24 09:43:24 -0400
  • 8052bfc0db standardized block symbols, added no unicode option, added tests DashEightMate 2020-09-24 09:40:58 -0400
  • b42d6719f5 Fix percentage and ratio constraints for table to take borders into account Kemyt 2020-09-24 11:46:17 +0200
  • a8cffdaea8 Add a test case for checking if barchart fills correctly up to max value Kemyt 2020-09-24 10:00:30 +0200
  • 7455bfa64b Fix barchart incorrectly showing chart filled more than actual Kemyt 2020-09-22 18:24:06 +0200
  • 25921fa91a
    chore: added termchat to "apps using tui" (#371) Luis Enrique Muñoz Martín 2020-09-20 18:23:10 +0200
  • 419e61102f
    Merge branch 'master' into add-termchat Luis Enrique Muñoz Martín 2020-09-20 18:13:49 +0200
  • 932a496c3c
    chore: add rkm to the list of apps using tui (#376) luak 2020-09-20 07:43:02 -0700
  • 57862eeda6 Release v0.11.0 v0.11.0 Florian Dehau 2020-09-20 16:15:50 +0200
  • 8ffdb292e4 Release v0.11.0 Florian Dehau 2020-09-20 16:15:50 +0200
  • 11df94d601
    fix(examples): avoid panic when computing event poll timeout in crossterm demo (#380) Florian Dehau 2020-09-20 15:51:44 +0200
  • eaef13ab38 fix(examples): avoid panic when computing event poll timeout in crossterm demo Florian Dehau 2020-09-20 15:43:33 +0200
  • 0abaa20de9
    refactor: clean up some folds (#362) Brooks Rady 2020-09-20 14:02:06 +0100
  • c35a1dd79f
    feat(widgets/canvas): added type Block in canvas markers (#350) Amjad Alsharafi 2020-09-20 20:57:35 +0800
  • e0b2572eba
    refactor(backend/crossterm): support more style modifiers on Windows and fix build with Crossterm 0.17.8 (#368) alvinhochun 2020-09-20 20:54:16 +0800
  • a8c5332e1a changed function name to better reflect unicode DashEightMate 2020-09-18 21:04:45 -0400
  • c6e59377fb removed unnecessary if DashEightMate 2020-09-18 21:01:29 -0400
  • 4ef0c05d99 gauge now uses unicode blocks for more descriptive progress DashEightMate 2020-09-18 20:41:19 -0400
  • 81a5c5c630 add rkm to readme luak 2020-09-16 16:29:25 -0700
  • 582f12bbe6 Change Crossterm backend to write directly to buffer instead of String Alvin Wong 2020-09-10 19:46:51 +0800
  • c72e20f062
    Added termchat to "apps using tui" Luis Enrique Muñoz Martín 2020-09-09 12:33:36 +0200
  • 65311abf35 Support more style modifiers on Windows Alvin Wong 2020-09-08 03:35:30 +0800
  • c69c5f4cab Implement highlighting of the selected row Dmitry Voytik 2020-08-25 21:51:04 +0200
  • f43fc4554c refactor: renamed SingleGridCell into CharGrid Amjad Alsharafi 2020-08-24 16:08:41 +0800
  • fc5282ed45 Clean up some folds Brooks J Rady 2020-08-23 22:38:55 +0100
  • a1b57d67d7 Extend `Text` to be extendable Brooks J Rady 2020-08-23 21:06:51 +0100
  • 8b599f184c
    Merge upstream Spenser Black 2020-08-23 16:05:13 -0400
  • aada695b3f
    chore: add tickrs to apps using tui (#351) Cory Forsstrom 2020-08-23 12:20:30 -0700
  • 90f3858eff feat(backend): keep the internal buffers in sync when the terminal is cleared. Florian Dehau 2020-08-23 19:53:23 +0200
  • 897348be37 feat(backend): keep the internal buffers in sync when the terminal is cleared. Florian Dehau 2020-08-23 19:53:23 +0200
  • f0e76f4b57 refresh current view uuhan 2020-08-18 23:20:48 +0800
  • aaba9b6a63
    add tickrs to apps using tui Cory Forsstrom 2020-08-14 09:34:20 -0700
  • d26c0a4ef6 Whoops, rustfmt Brooks J Rady 2020-07-20 21:02:12 +0100
  • e8c8e30f50 Don't destroy all newlines Brooks J Rady 2020-07-20 20:52:16 +0100
  • 594e31d91b feat: added type Block in canvas markers Amjad Alsharafi 2020-08-06 14:52:12 +0800
  • 54b841fab6 feat(widgets/paragraph): improve scrolling paragraph-scroll Florian Dehau 2020-08-03 00:47:22 +0200
  • ecb482f297 fix(backend): move the cursor when first diff is on second cell Florian Dehau 2020-08-02 18:30:52 +0200
  • d6a39b6c9f fix(backend): move the cursor when first diff is on second cell Florian Dehau 2020-08-02 18:30:52 +0200
  • 641f391137 feat(terminal): add unstable api to use a fixed viewport Florian Dehau 2020-08-02 20:40:51 +0200
  • cb5748d17e feat(terminal): add unstable api to use a fixed viewport Florian Dehau 2020-08-02 20:40:51 +0200
  • dc26f7ba9f chore: document rustc min version supported Florian Dehau 2020-08-02 16:17:57 +0200
  • e3f1c5676c chore: document rustc min version supported Florian Dehau 2020-08-02 16:17:57 +0200
  • 3e7e8eca5c Fixed compilation error regarding a lack of std:: before usize::MAX JT Raber 2020-08-02 01:54:59 -0400
  • 6504930888 Release v0.10.0 v0.10.0 Florian Dehau 2020-07-17 22:13:03 +0200
  • a0dad2c301 Release v0.10.0 Florian Dehau 2020-07-17 22:13:03 +0200
  • 6b52c91257 chore: update CHANGELOG Florian Dehau 2020-07-17 21:43:59 +0200
  • 6f06fc1e6e chore: update CHANGELOG Florian Dehau 2020-07-17 21:43:59 +0200
  • 0ffea495b1 refactor: implement cascading styles Florian Dehau 2020-07-11 19:08:28 +0200
  • d7b871b4fe refactor: implement cascading styles Florian Dehau 2020-07-11 19:08:28 +0200
  • 72ba4ff2d4 refactor(examples): remove unecessary `terminal.hide_cursor` calls Florian Dehau 2020-07-10 23:12:41 +0200
  • 8661593eb3 refactor(examples): remove unecessary `terminal.hide_cursor` calls Florian Dehau 2020-07-10 23:12:41 +0200
  • 88c4b191fb feat(text): add new text primitives Florian Dehau 2020-05-10 15:44:30 +0200
  • 96f5e11bdd
    Use StyleDiff for widget::Tabs highlight_style as well Mikko Rantanen 2020-07-08 05:32:46 +0300
  • c779b74930
    Avoid deprecated functions in tests/examples Mikko Rantanen 2020-07-08 05:26:45 +0300
  • ca1d2dfc4e
    Add deprecated attributes to the non-diff methods Mikko Rantanen 2020-07-08 05:18:40 +0300
  • 72949afa61
    Use StyleDiff::default() as the default highlight style Mikko Rantanen 2020-07-08 05:05:10 +0300
  • 81e9621a94
    Implement style merging for list/table styles Mikko Rantanen 2020-06-07 22:21:13 +0300
  • 10f4334a26
    Add tests to ensure backwards compatibility Mikko Rantanen 2020-06-09 23:27:06 +0300
  • 99846a399b feat(text): add new text primitives Florian Dehau 2020-05-10 15:44:30 +0200
  • 112d2a65f6
    feat(widgets/paragraph): add option to preserve indentation when the text is wrapped (#327) Brooks Rady 2020-07-06 23:10:24 +0100
  • 1c58a986bf Changing the wrapping API a bit Brooks J Rady 2020-07-06 13:55:41 +0100
  • 0d60d27bce Switch to a struct-enum variant Brooks J Rady 2020-07-05 10:43:21 +0100
  • f6adef5d29 Add another test, some documentation, and refactor a bit Brooks J Rady 2020-07-03 09:14:57 +0100
  • 55551c8f44 Add the option to disable whitespace trimming on wrapped words Brooks J Rady 2020-06-29 13:09:12 +0100
  • d999c1b434
    feat(widgets/paragraph): Add horizontal scroll (#329) Xiaopeng Li 2020-07-07 05:47:52 +0800
  • 7feeb5dc94 add comment for empty line xiaopengli89 2020-07-06 17:00:19 +0800
  • 3aa8b9a259 Implement `patch` between two `StyleDiff` Mikko Rantanen 2020-06-10 00:59:05 +0300
  • fdbea9e2ee fix(widgets/canvas): avoid panic on zero-width bounds Florian Dehau 2020-07-05 12:12:59 +0200
  • f0230a741b fix(widgets/canvas): avoid panic on zero-width bounds Florian Dehau 2020-07-05 12:12:59 +0200
  • 6204eddade fix(readme): typo in demo section Priime 2020-07-04 17:48:35 +0800
  • 338e2da592 fix(readme): typo in demo section Priime 2020-07-04 17:48:35 +0800
  • 65c20e6151 use if let for single pattern xiaopengli89 2020-07-03 19:11:44 +0800
  • ec39b36725 optimize the code xiaopengli89 2020-07-03 19:04:03 +0800