Commit Graph

164 Commits (master)

Author SHA1 Message Date
Florian Dehau 24dc73912b [examples] Update table example
Modify example to use variables outside of the closure scope
6 years ago
Florian Dehau 169dc43565 [examples] Add layout example 6 years ago
Florian Dehau f620af1455 [examples][list] Change style of first list 6 years ago
Florian Dehau d53ecaeade [examples] Clean user input example 6 years ago
Florian Dehau 299279dc2d [examples] Add user input example 6 years ago
Florian Dehau c3c5109c5a [src] Fix build and tests 6 years ago
Florian Dehau 151d7e8a1c [src] Update dependencies
* Update all dependencies to their latest versions
* Change border to Borders to match v1.0 of bitflags
6 years ago
Florian Dehau af16518650 [src] Run rustfmt 6 years ago
Florian Dehau e675d6735c [dependencies] Replace log4rs by stderrlog 7 years ago
Florian Dehau f24517bc5a [examples] Run cargo fmt 7 years ago
talha 3045ac4124 Minor codestyle fixes 7 years ago
Florian Dehau 71545a0aa8 Run cargo fmt 7 years ago
Florian Dehau d008892e04 [examples] Fix Demo example 7 years ago
Florian Dehau af6d589459 [examples] Fix Table example 7 years ago
Florian Dehau d6a91d1865 Fix List lifetime issues
Add a new lifetime for the items inside the list
7 years ago
Florian Dehau 7749e5ee35 Fix custom_widget example 7 years ago
Florian Dehau b8fd4a8685 Fix List example 7 years ago
Florian Dehau 41eac2aa4e Refactor demo example 7 years ago
Florian Dehau bb61028e0c Fix examples 7 years ago
Florian Dehau fd1e1f22af Add specification for all examples in Cargo.toml 7 years ago
Florian Dehau b2bb24b9d2 Fix rustfmt and clippy errors 7 years ago
Sebastian Woetzel 7652cc440d
fixes panic when terminal was resized 7 years ago
Florian Dehau feefa5d54f Convert backends to conditionnal features for compilation 8 years ago
Florian Dehau f025cb0221 Update README and examples 8 years ago
Florian Dehau 42fb0803af Add examples and demo 8 years ago
Florian Dehau 75d5efa443 Update demo 8 years ago
Florian Dehau ad239ef23c Update list and table to be more flexible
* Move List to SelectableList
* Create a more generic List
* Change the way to pass items to the table widget
* Update demo
8 years ago
Florian Dehau d70e2d1678 Add README, LICENSE and update demo 8 years ago
Florian Dehau 662e2dd102 Fix examples 8 years ago
Florian Dehau 224eb2d8e0 Add support for text styling 8 years ago
Florian Dehau 0b950de09f Update demo 8 years ago
Florian Dehau e00639fab1 Update demo 8 years ago
Florian Dehau 93cc237007 Documentation 8 years ago
Florian Dehau 9e5195096a More work on the widgets API
* Change slice to vecs in table and canvas to ease the interaction with data
constructed on the fly
* Add a legend to charts based on datasets' names and colors
* Update demo to reflect previous updates
8 years ago
Florian Dehau dce4bf15b7 Add a way to disable logging in the demo 8 years ago
Florian Dehau d42dfaa710 Add example for implementing a custom widget 8 years ago
Florian Dehau a36e20f217 Add background_color support for all existing wigets 8 years ago
Florian Dehau d038b283db Fix chart and canvas widgets 8 years ago
Florian Dehau cd919e69f5 Fix some display errors 8 years ago
Florian Dehau 654be037be Redefine canvas widget and add shapes
* Give the canvas widget a proper modules and define a standard way to
draw to it (Shape trait)
* Add Points, Line, Rectangle and Map shapes
8 years ago
Florian Dehau c862fa9ce3 Add Map widget 8 years ago
Florian Dehau 659a1e05dc Update prototype 8 years ago
Florian Dehau 95a160cf50 Add braille mode for the chart widget 8 years ago
Florian Dehau 85bd76e17d Small improvements 8 years ago
Florian Dehau c91436baee Change rendering method and adapt widget trait accordingly 8 years ago
Florian Dehau ea485b5439 Simpler layout and cleanup api 8 years ago
Florian Dehau b411690fdd Update prototype 8 years ago
Florian Dehau 063bde8764 Add bar chart prototype 8 years ago
Florian Dehau 85ca4f6b19 Add features to the list widgets 8 years ago
Florian Dehau 7a427c06d4 Update chart widget and fix colors in all widgets 8 years ago
Florian Dehau 15c3471f0b Fix clippy warnings 8 years ago
Florian Dehau d7131ead11 Cache layout and performance fixes 8 years ago
Florian Dehau 07ff2b08eb Improve Chart Widget, safer buffer and unicode width 8 years ago
Florian Dehau fde0ba95dd Remove cache system and add unicode segmentation 8 years ago
Florian Dehau bd404f0238 Cleanup code and add chart widget 8 years ago
Florian Dehau 2ffb63363c Update prototype according to previous change 8 years ago
Florian Dehau 86ae92b489 Add color support to the gauge widget 8 years ago
Florian Dehau 9816ccd4e3 Change layout properties and improve gauge and sparkline 8 years ago
Florian Dehau 275b210fd4 Change layout algorithm 8 years ago
Florian Dehau d11dedd864 Add sparkline widget and fix warnings 8 years ago
Florian Dehau 5b5d37ee69 Add gauge, fix rendering and cleanup code 8 years ago
Florian Dehau 93f3263e2b Fix redraw for disappearing widgets 8 years ago
Florian Dehau 13f6a5a98b Add list widget and improve rendering 8 years ago
Florian Dehau 459201bc65 First commit 8 years ago