Commit Graph

33 Commits (ce445a8096eab2fd23f0ffec156e0065f2beb7da)

Author SHA1 Message Date
Florian Dehau dd71d6471c Release v0.3.0-beta.1 6 years ago
Florian Dehau d0cee47e22 Release v0.3.0-beta.0 6 years ago
Florian Dehau ccebb56a83 chore(Cargo): update dependencies 6 years ago
Florian Dehau 40bad7a718 feat: add initial support for crossterm 6 years ago
Florian Dehau 13e194cd26 refactor: update widgets
* all widgets use the consumable builder pattern
* `draw` on terminal expect a closure that take a frame as only arg
6 years ago
Florian Dehau ad602a54bf refactor(widgets): replace text rendering in Paragraph
* remove custom markup language
* add Text container for both raw and styled strings
6 years ago
Florian Dehau 05c96eaa28 Release v0.2.3 6 years ago
Robin Nehls 3f8a9079ee [widgets] implement text alignment for paragraph widget 6 years ago
Florian Dehau 3c38abb203 Release 0.2.2 6 years ago
Florian Dehau 524845cc74 Publish v0.2.1 6 years ago
Florian Dehau 169dc43565 [examples] Add layout example 6 years ago
Florian Dehau 299279dc2d [examples] Add user input example 6 years ago
Florian Dehau 7d273b576d Bump version 7 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
7 years ago
Florian Dehau e675d6735c [dependencies] Replace log4rs by stderrlog 7 years ago
Florian Dehau d926695b17 Release v0.1.3 7 years ago
Florian Dehau fd1e1f22af Add specification for all examples in Cargo.toml 7 years ago
Florian Dehau 28f0a8f216 Bump dependencies 7 years ago
Florian Dehau 419f2aadb2 Refactor Cargo.toml to only enable "termion" feature by default 7 years ago
Florian Dehau 1461aaa351 Add travis badge to Cargo.toml 7 years ago
Florian Dehau d8865af559 Update dependencies 7 years ago
Florian Dehau 384ae324c9 Release 0.1.2 8 years ago
Florian Dehau 5a48de24a2 Update dependencies 8 years ago
Florian Dehau 796dab8873 Release 0.1.1 8 years ago
Florian Dehau feefa5d54f Convert backends to conditionnal features for compilation 8 years ago
Florian Dehau 191859cb11 Update dev dependencies 8 years ago
Florian Dehau 19ab01e136 Update Cargo.toml 8 years ago
Florian Dehau 9bc61551e2 Refactor Terminal to be able to support multiple backends
* Add Rustbox as an other possible backend
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 d11dedd864 Add sparkline widget and fix warnings 8 years ago
Florian Dehau 13f6a5a98b Add list widget and improve rendering 8 years ago
Florian Dehau 459201bc65 First commit 8 years ago