FTXUI/examples/dom
ArthurSonzogni e1a71d5b9f Use shared_ptr instead of unique_ptr for elements.
This allow users to pass it into initializer list. Then clang-format
will produce 'acceptable' indentations.

This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/18
2020-05-20 20:51:20 +02:00
..
border.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
CMakeLists.txt Add travis configuration. 2020-03-22 21:33:41 +01:00
dbox.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
gauge.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
graph.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
hflow.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
html_like.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
package_manager.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
paragraph.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
separator.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
size.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
spinner.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
style_blink.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
style_bold.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
style_color.cpp Add automatic formatting and license. 2020-04-19 21:01:09 +02:00
style_dim.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
style_gallery.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
style_inverted.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
style_underlined.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00
vbox_hbox.cpp Use shared_ptr instead of unique_ptr for elements. 2020-05-20 20:51:20 +02:00