Commit Graph

219 Commits (4c46ef69e98a7927e5f0e0e10c733e28bc915bb8)
 

Author SHA1 Message Date
Florian Dehau 4c46ef69e9 Release v0.3.0 6 years ago
Florian Dehau 22e8fade7e feat: add experimental test backend 6 years ago
Florian Dehau 37aa06f508 style(examples): rustfmt 6 years ago
Florian Dehau f6d2f8f929 feat(examples): use generic backend in draw functions 6 years ago
Florian Dehau 32947669d5 feat(examples): show how to move the cursor 6 years ago
Florian Dehau fdf3015ad0 feat(terminal): log error if failed to show cursor on drop 6 years ago
Karoline Pauls 03bfcde147 [widgets][paragraph]: Truncate long lines when wrap is false 6 years ago
Florian Dehau 56fc43400a Release v0.3.0-beta.3 6 years ago
Florian Dehau 7b4d35d224 feat: restore the cursor state on terminal drop 6 years ago
Florian Dehau a99fc115f8 Release v0.3.0-beta.2 6 years ago
Florian Dehau d8e5f57d53 style: fmt 6 years ago
Florian Dehau aa85e597d9 fix(crossterm): fix goto coordinates 6 years ago
Florian Dehau 08ab92da80 refactor: clean examples
* Introduce a common event handler in order to focus on the drawing part
* Remove deprecated custom termion backends
6 years ago
Florian Dehau 5d52fd2486 refactor: remove custom termion backends 6 years ago
Florian Dehau 4ae9850e13 fix: replace links to assets 6 years ago
Florian Dehau e14190ae4b fix: update crossterm example 6 years ago
Florian Dehau ce445a8096 chore: remove scripts 6 years ago
Florian Dehau dd71d6471c Release v0.3.0-beta.1 6 years ago
Antoine Büsch f795173886 Unify Item and Text 6 years ago
Antoine Büsch e42ab1fed8 Move Text to widgets/mod.rs 6 years ago
Antoine Büsch 0544c023f5 Rename Text::{Data -> Raw, StyledData -> Styled} 6 years ago
Antoine Büsch ff47f9480b Introduce builder methods for Text to make it more ergonomic 6 years ago
Antoine Büsch 70561b7c54 Fix examples and doctests 6 years ago
Antoine Büsch 559c9c75f3 Make Text accept both borrowed and owned strings 6 years ago
Florian Dehau 6c69160d6b feat: remove unecessary borrows of Style 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 cf169d1582 style: run rustfmt and clippy 6 years ago
Florian Dehau bcd1e30376 refactor: update List select behavior
* allow a selectable list to have no selected item
* show highlight_symbol only when something is selected
6 years ago
Florian Dehau 40bad7a718 feat: add initial support for crossterm 6 years ago
Florian Dehau 3d63f9607f doc: update main documentation 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 d6016788ef refactor: clippy + rustfmt 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 7181970a32 feat: split layout from rendering
* remove layout logic from Terminal
* replace Group with Layout
* add Frame intermediate object
6 years ago
Jeremy Day cfc90ab7f6 fix(widgets): Prevent chart legend from rendering when no dataset has a name 6 years ago
Florian Dehau 05c96eaa28 Release v0.2.3 6 years ago
Florian Dehau 9a9f49f467 fix(backend): Add missing color pattern 6 years ago
Florian Dehau c552ae98b4 chore(README): Add link to third-party widgets and other crates 6 years ago
Florian Dehau df7493fd33 style: Run rustfmt 6 years ago
Florian Dehau 5de571fb03 feat(widgets): Add start_corner option to List 6 years ago
Florian Dehau 62df7badf3 feat(layout): Add Corner enum 6 years ago
Robin Nehls 597e219257 [examples] update paragraph example to show text alignment 6 years ago
Robin Nehls 3f8a9079ee [widgets] implement text alignment for paragraph widget 6 years ago
Robin Nehls 5981767543 [style] add enum for text alignment 6 years ago
Florian Dehau 36146d970a [style] rustfmt 6 years ago
Florian Dehau 464ba4f334 travis: check style on stable only 6 years ago
Florian Dehau 36a5eb2110 Format code 6 years ago
Florian Dehau 55840210c7 Simplify travis configuration 6 years ago
Florian Dehau 3c38abb203 Release 0.2.2 6 years ago