ratatui/src
Dheepak Krishnamurthy ec763af851
feat: Make Stylize's .bg(color) generic (#1099)
This PR makes `.bg(color)` generic accepting anything that can be
converted into `Color`; similar to the `.fg(color)` method on the same
trait
2024-05-12 13:23:08 -04:00
..
backend fix: termwiz underline color test (#1094) 2024-05-10 20:04:58 -07:00
buffer style: use std::fmt instead of importing Debug and Display (#1087) 2024-05-04 23:51:24 -07:00
layout fix: unicode truncation bug (#1089) 2024-05-11 19:28:38 -07:00
style feat: Make Stylize's .bg(color) generic (#1099) 2024-05-12 13:23:08 -04:00
terminal perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
text fix: unicode truncation bug (#1089) 2024-05-11 19:28:38 -07:00
widgets test(block): use rstest to simplify test cases (#1095) 2024-05-11 11:03:02 -07:00
backend.rs docs(examples): document incompatible examples better (#844) 2024-01-18 01:56:06 -08:00
buffer.rs feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
layout.rs feat(layout): mark various functions as const (#951) 2024-02-13 19:05:23 -08:00
lib.rs perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
prelude.rs feat: add WidgetRef and StatefulWidgetRef traits (#903) 2024-02-02 00:02:16 -08:00
style.rs style: use std::fmt instead of importing Debug and Display (#1087) 2024-05-04 23:51:24 -07:00
symbols.rs refactor: clippy::doc_markdown (#974) 2024-03-03 21:41:20 -08:00
terminal.rs refactor(terminal): extract types to files (#760) 2024-01-07 12:53:16 +01:00
text.rs perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
widgets.rs chore(docs): fix typos in crate documentation (#1002) 2024-03-27 16:28:23 +03:00