- Feb 10, 2025
-
-
Arthur Sonzogni authored
This was reported by: https://github.com/ArthurSonzogni/FTXUI/issues/998 Indeed, the `t` interpolation factor, which is itself interpolated might become slightly larger than 1.0. This is due to the float precision. This was supposedly handled, but there was an off-by-one error in the check. Along the way, fix a bug found by a fuzzer. Bug: https://github.com/ArthurSonzogni/FTXUI/issues/998 Fixed: https://github.com/ArthurSonzogni/FTXUI/issues/998
-
- Jan 27, 2025
-
-
Yazid authored
-
- Jan 20, 2025
-
-
s1dd authored
-
- Jan 03, 2025
-
-
Jan Stranik authored
-
- Dec 29, 2024
-
-
Arthur Sonzogni authored
-
- Dec 27, 2024
-
-
Clément Roblot authored
Add support for selection content in the dom.
-
- Dec 25, 2024
-
-
Arthur Sonzogni authored
After installing the service worker to use the COOP/COEP header, ensure the document is reloaded. Bug:https://github.com/ArthurSonzogni/FTXUI/issues/973 Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/973
-
- Dec 15, 2024
-
-
Sumit Patel authored
-
- Dec 06, 2024
-
-
Yongqi Zhu authored
-
- Dec 01, 2024
-
-
Vemy authored
-
- Nov 27, 2024
-
-
Dmitry Nefedov authored
-
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
-
-
ccn authored
correct spelling
-