Commit Graph

7 Commits (master)

Author SHA1 Message Date
Florian Dehau eee37011a5 chore: fix clippy warnings 2 years ago
Florian Dehau 6069d89dee chore: fix all clippy warnings 2 years ago
Andrew Chin 703e41cd49 feat(Text): Add a From<Cow<str>> impl for Text 3 years ago
Brooks Rady d00184a7c3
feat(text): extend `Text` to be stylable and extendable (#361)
* Extend `Text` to be extendable
* Add some documentation
4 years ago
Brooks Rady 0abaa20de9
refactor: clean up some folds (#362) 4 years ago
Florian Dehau 0ffea495b1 refactor: implement cascading styles
- merge `Style` and `StyleDiff` together. `Style` now is used to activate or deactivate certain
style rules not to overidden all of them.
- update all impacted widgets, examples and tests.
4 years ago
Florian Dehau 88c4b191fb feat(text): add new text primitives 4 years ago