- Nov 27, 2024
-
-
Dmitry Atamanov authored
-
glebundiy authored
-
- Nov 20, 2024
-
-
Brian authored
Fixed minor issue in function name
-
- Nov 07, 2024
-
-
Boris Jaulmes authored
For long tables (and other DOM elements), one may want the screen to render on dimensions higher than the terminal. Hence, this PR proposes a way to do so, with an optional parameter in the `Dimension::Fit` util function. Discussions / Issues : - https://github.com/ArthurSonzogni/FTXUI/issues/572 - https://github.com/ArthurSonzogni/FTXUI/discussions/949 Bug:https://github.com/ArthurSonzogni/FTXUI/issues/572 Fixed:Bug:https://github.com/ArthurSonzogni/FTXUI/issues/572 Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
- Nov 02, 2024
-
-
Petr Vyazovik authored
-
- Oct 31, 2024
-
-
Mikołaj Lubiak authored
-
- Oct 29, 2024
-
-
Vemy authored
-
Mikołaj Lubiak authored
Add SliderOption::on_change. Useful to observe a change to the value. Signed-off-by:
Mikołaj Lubiak <lubiak@proton.me> Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
- Sep 30, 2024
-
-
Herring authored
Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
- Aug 27, 2024
-
-
ljrrjl authored
-
- Aug 18, 2024
-
-
ArthurSonzogni authored
-
- Aug 17, 2024
-
-
ArthurSonzogni authored
-
- Aug 16, 2024
-
-
ArthurSonzogni authored
-
Arthur Sonzogni authored
-
- Aug 15, 2024
-
-
Sergey Latu authored
-
- Aug 13, 2024
-
-
Arthur Sonzogni authored
To avoid burdening the user with explicit type construction when using the library, we can use a constructor that accepts an initializer list (std::initializer_list). This allows users to pass initializer lists directly without having to wrap them in std::vector<std::vector<std::string>>. This resolves the ambiguous case when the inner list contains only two elements. Bug:https://github.com/ArthurSonzogni/FTXUI/issues/912
-
- Aug 11, 2024
-
-
Paolo Bosetti authored
Added -fPIC compile option.
-
- Aug 04, 2024
-
-
Charney Kaye authored
We use FTXUI as the frontend for the example C++ application for our adaptive music runtime engine. https://github.com/xjmusic/xjmusic/tree/main/engine/example
-
- Jul 25, 2024
-
-
Brian authored
added step writer
-
- Jun 27, 2024
-
-
LiAuTraver authored
-
- Jun 13, 2024
-
-
sAkuraOfficial authored
-
Arthur Sonzogni authored
-
- Jun 09, 2024
-
-
Timon Ensel authored
-
Dr Power authored
-
- Jun 02, 2024
-
-
ArthurSonzogni authored
There was a problem when v==0
-
- May 26, 2024
-
-
Felix authored
-
- May 15, 2024
-
-
Arthur Sonzogni authored
A bug was introduced by: https://github.com/ArthurSonzogni/FTXUI/pull/826 The checkbox label wasn't updated. Bug:https://github.com/ArthurSonzogni/FTXUI/issues/861
-
- May 13, 2024
-
-
ArthurSonzogni authored
A bug was introduced by: https://github.com/ArthurSonzogni/FTXUI/pull/826 The checkbox label wasn't updated. Bug:https://github.com/ArthurSonzogni/FTXUI/issues/861
-
- May 06, 2024
- May 05, 2024
-
-
ccn authored
minor typo
-
- May 01, 2024
-
-
Arthur Sonzogni authored
Fix all the diagnostics reported. Bug: https://github.com/ArthurSonzogni/FTXUI/issues/828
-
- Apr 28, 2024
-
-
Jørn Gustav Larsen authored
In order for applications to receive all keyboard inputs, including the Ctrl-C and Ctrl-Z, the raw input mode has been enabled. As result the SIGINT will no longer be used, instead the keyboard Ctrl-C event is used for exiting the framework, but only if no components has made use of it. Co-authored-by:
Jørn Gustav Larsen <jgl@fasttracksoftware.com> Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
Mark Antabi authored
-
ArthurSonzogni authored
- Apr 27, 2024
-
-
Clancy Walters authored
This is a no-op patch, but prefered, because this centralize the exit path below `Exit()`.
-
Arthur Sonzogni authored
This avoids an ordering problem with whatever the user printed and interacting with termios/WinAPI. Bug:https://github.com/ArthurSonzogni/FTXUI/issues/846
-
Dimo Markov authored
Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-