FTXUI/examples/component
Arthur Sonzogni 8ef18ab647
Some checks are pending
Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (cl, cl, windows-latest) (push) Waiting to run
Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (clang, clang++, macos-latest) (push) Waiting to run
Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (clang, clang++, ubuntu-latest) (push) Waiting to run
Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (gcc, g++, macos-latest) (push) Waiting to run
Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (gcc, g++, ubuntu-latest) (push) Waiting to run
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (cl, Windows MSVC, windows-latest) (push) Waiting to run
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (gcc, Linux GCC, ubuntu-latest) (push) Waiting to run
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, Linux Clang, ubuntu-latest) (push) Waiting to run
Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, MacOS clang, macos-latest) (push) Waiting to run
Build / Test modules (llvm, ubuntu-latest) (push) Waiting to run
Documentation / documentation (push) Waiting to run
Remove pthread dependency
2025-08-16 18:40:50 +02:00
..
button_animated.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
button_in_frame.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
button_style.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
button.cpp Stop using Sender/Receiver in TerminalInputParser. (#1073) 2025-07-02 15:23:01 +02:00
canvas_animated.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
checkbox_in_frame.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
checkbox.cpp Merge dom and component focus (#978) 2025-03-19 15:33:05 +01:00
CMakeLists.txt Merge dom and component focus (#978) 2025-03-19 15:33:05 +01:00
collapsible.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
composition.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
custom_loop.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
dropdown_custom.cpp Feature: Dropdown options with callback (#826) 2024-04-06 17:45:10 +02:00
dropdown.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
flexbox_gallery.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
focus_cursor.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
focus.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
gallery.cpp Feature: Selection 2024-12-27 09:45:13 +01:00
homescreen.cpp Remove pthread dependency 2025-08-16 18:40:50 +02:00
input_in_frame.cpp Merge dom and component focus (#978) 2025-03-19 15:33:05 +01:00
input_style.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
input.cpp Add example to filter characters inputted in an input field (#763) 2023-11-05 10:26:12 +01:00
linear_gradient_gallery.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
maybe.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu2.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu_entries_animated.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu_entries.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu_in_frame_horizontal.cpp Feature: hscroll_indicator (#753) 2023-09-26 23:08:42 +02:00
menu_in_frame.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu_multiple.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu_style.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu_underline_animated_gallery.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
menu.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
modal_dialog_custom.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
modal_dialog.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
nested_screen.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
print_key_press.cpp Enable raw keyboard input (#832) 2024-04-28 15:17:54 +02:00
radiobox_in_frame.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
radiobox.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
renderer.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
resizable_split.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
scrollbar.cpp Add modules support (#1015) 2025-06-04 15:02:20 +02:00
selection.cpp Feature: Selection 2024-12-27 09:45:13 +01:00
slider_direction.cpp Support Bazel build system (#1033) 2025-04-29 15:11:10 +02:00
slider_rgb.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
slider.cpp fix some warnings (#660) 2023-06-03 13:59:39 +02:00
tab_horizontal.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
tab_vertical.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
textarea.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
toggle.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
window.cpp Add modules support (#1015) 2025-06-04 15:02:20 +02:00
with_restored_io.cpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00