FTXUI/src/ftxui/dom
Marc 896c0f2f6e
Casting and documentation fixes (#608)
Add `-wDocumentation` option. Fix the documentation.
Fix c++20/c++17 confusion in tests.

Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2023-03-31 17:13:48 +02:00
..
automerge.cpp Fix automerge in tables. (#333) 2022-02-13 11:41:31 +01:00
benchmark_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
blink_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
blink.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
bold_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
bold.cpp Miscellaneous refactoring (#160) 2021-07-20 09:59:47 +02:00
border_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
border.cpp Feature: LinearGradient color decorator. (#592) 2023-03-22 13:59:02 +01:00
box_helper.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00
box_helper.hpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
canvas_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
canvas.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
clear_under.cpp Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
color_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
color.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
composite_decorator.cpp Table (#229) 2021-10-15 23:04:11 +02:00
dbox_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
dbox.cpp Fix focus vs flexbox interaction. (#405) 2022-05-22 21:41:29 +02:00
dim_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
dim.cpp Miscellaneous refactoring (#160) 2021-07-20 09:59:47 +02:00
flex.cpp Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
flexbox_config.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
flexbox_helper_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
flexbox_helper.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
flexbox_helper.hpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
flexbox_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
flexbox.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00
focus.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
frame.cpp nit: Remove useless ';' and ',' (#606) 2023-03-26 16:14:43 +02:00
gauge_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
gauge.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
graph.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00
gridbox_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
gridbox.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
hbox_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
hbox.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00
inverted.cpp Gauge direction (#326) 2022-02-06 19:17:21 +01:00
linear_gradient_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
linear_gradient.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
node_decorator.cpp Feature: the Modal component. (#418) 2022-06-12 17:08:22 +02:00
node_decorator.hpp Add focusable Renderer. (#173) 2021-08-06 20:32:33 +02:00
node.cpp Feature: the Modal component. (#418) 2022-06-12 17:08:22 +02:00
paragraph.cpp Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
reflect.cpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
scroll_indicator_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
scroll_indicator.cpp nit: Remove useless ';' and ',' (#606) 2023-03-26 16:14:43 +02:00
separator_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
separator.cpp Feature: Add the dashed style. (#594) 2023-03-15 22:50:27 +01:00
size.cpp Feature resizable spilt with custom separator (#583) 2023-03-09 20:21:23 +01:00
spinner_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
spinner.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
strikethrough.cpp Feature: strikethrough and underlinedDouble decorator. (#561) 2023-01-22 11:02:27 +01:00
table_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
table.cpp Casting and documentation fixes (#608) 2023-03-31 17:13:48 +02:00
text_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
text.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00
underlined_double.cpp Feature: strikethrough and underlinedDouble decorator. (#561) 2023-01-22 11:02:27 +01:00
underlined_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
underlined.cpp Add focusable Renderer. (#173) 2021-08-06 20:32:33 +02:00
util.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00
vbox_test.cpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
vbox.cpp Execute clang tidy and IWYU (#528) 2022-12-19 19:44:43 +01:00