ratatui/src
2024-05-02 16:32:52 -07:00
..
backend perf(crossterm): Speed up combined fg and bg color changes by up to 20% (#1072) 2024-04-27 14:34:52 -07:00
buffer refactor(buffer): simplify set_stringn logic (#1083) 2024-05-02 16:32:52 -07:00
layout refactor: clippy::thread_local_initializer_can_be_made_const (#974) 2024-03-03 21:41:24 -08:00
style perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
terminal perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
text fix(line): line truncation respects alignment (#987) 2024-03-30 18:10:33 -07:00
widgets perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -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 perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -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