Commit Graph

112 Commits (5645d0de0303a6f3a0dfadd499ec3970bcb4e6d8)

Author SHA1 Message Date
timonpost@hotmail.nl 567cf7b8e5 update 0.9.2 5 years ago
Florian Dehau d83baab433 Add modifiers in demo
As several modifiers are now supported on the same `Style` struct, make sure
that this feature is illustrated in some places of the demo.
5 years ago
David Flemström b079d4da4c Fix some examples that accidentally changed color 5 years ago
David Flemström b7664a4108 Support several modifiers and indexed colors at once 5 years ago
Florian Dehau 7f5af46300 style: fmt 5 years ago
defiori 4a1f3cd61f feat: curses instance can be passed to backend 5 years ago
defiori 7c4a3d2b02 fix(examples): bring in line with demo organization 5 years ago
defiori d75198a8ee feat: add pancurses backend 5 years ago
defiori cadb41c9e3 fix: unified crossterm backend 5 years ago
Florian Dehau f20512b599 feat: add rustbox and crossterm demo 5 years ago
Florian Dehau 0168442c22 chore: remove typos 5 years ago
Florian Dehau 09c09d2fd1 fix(examples): remove logging in layout example 5 years ago
Florian Dehau b669cf9ce7 style: fix clippy warnings 5 years ago
Florian Dehau ec6b46324e feat(examples): add cmd line args to the demo 5 years ago
Sven-Hendrik Haase a78fa73b34 Add new shape: Rectangle 5 years ago
Sven-Hendrik Haase 144bfb71cf Upgrade to 2018 edition 5 years ago
Karoline Pauls 10642d0e04 Paragraph: word wrapping 6 years ago
Karoline Pauls 063ab2f87d Improve the Paragraph example 6 years ago
Karoline Pauls 228816f5f8 Frame: provide consistent size for rendering 6 years ago
Karoline Pauls 8522e028f1 Run `cargo fmt` with the new Rust stable toolchain (1.31.0) 6 years ago
Karoline Pauls cc95c8cfb0 Gauge: use f64 internally and allow to set any f64 between 0 and 1 6 years ago
Karoline Pauls 8cdfc883b9 Feature: Autoresize
It basically never makes sense to render without syncing the size.

Without resizing, if shrinking, we get artefacts. If growing, we may get
panics (before this change the Rustbox sample (the only one which didn't
handle resizing on its own) panicked because the widget would get an
updated size, while the terminal would not).
6 years ago
Florian Dehau b3689eceb7 feat: update outdated dependencies 6 years ago
Karoline Pauls 50fef0fb26 Fix rustbox example 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
Karoline Pauls 03bfcde147 [widgets][paragraph]: Truncate long lines when wrap is false 6 years ago
Florian Dehau 7b4d35d224 feat: restore the cursor state on terminal drop 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 e14190ae4b fix: update crossterm example 6 years ago
Antoine Büsch f795173886 Unify Item and Text 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 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 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
Florian Dehau df7493fd33 style: Run rustfmt 6 years ago
Florian Dehau 5de571fb03 feat(widgets): Add start_corner option to List 6 years ago
Robin Nehls 597e219257 [examples] update paragraph example to show text alignment 6 years ago
Florian Dehau 36146d970a [style] rustfmt 6 years ago
Florian Dehau 36a5eb2110 Format code 6 years ago
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