ratatui/tests
2021-12-26 13:41:17 +01:00
..
backend_termion.rs feat!(terminal): inline viewport 2021-12-26 13:41:17 +01:00
terminal.rs feat(terminal): add a read-only view of the terminal state after the draw call 2021-01-04 22:18:28 +01:00
widgets_barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 2020-09-27 17:15:44 +02:00
widgets_block.rs feat(block): add option to center and right align the title (#462) 2021-05-22 16:55:24 +02:00
widgets_canvas.rs feat!(widgets/canvas): use spans for text of labels 2021-10-17 18:55:59 +02:00
widgets_chart.rs feat(widgets/chart): add option to control alignment of axis labels (#568) 2021-12-23 19:02:10 +01:00
widgets_gauge.rs fix(widgets/gauge): apply label style and avoid overflow on large labels 2021-06-16 20:24:14 +02:00
widgets_list.rs chore: fix build 2021-10-17 17:27:32 +02:00
widgets_paragraph.rs fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) 2020-11-15 20:03:33 +01:00
widgets_table.rs fix(widgets): avoid offset panic in Table and List when input changes 2021-08-01 18:01:24 +02:00
widgets_tabs.rs feat(text): add new text primitives 2020-07-10 22:59:24 +02:00