- 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>
-
- Apr 22, 2024
-
-
cole-io authored
Clarified some sentences, changed "external package" section to "utilization", added a tip on linking
-
- Apr 18, 2024
-
-
na-trium-144 authored
Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
- Apr 07, 2024
-
-
ArthurSonzogni authored
-
- Apr 06, 2024
-
-
James authored
Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
- Apr 03, 2024
-
-
Jørn Gustav Larsen authored
When moving the cursor back to its original location, a problem arises when cursor placed in the right edge column, where an off by one error occur. This pull request will resolve this problem. Co-authored-by:
Jørn Gustav Larsen <jgl@fasttracksoftware.com> Co-authored-by:
Jørn Gustav Larsen <jgl@adminbyrequest.com> Co-authored-by:
ArthurSonzogni <sonzogniarthur@gmail.com>
-
- Mar 30, 2024
-
-
Arthur Sonzogni authored
It was introduced mistakenly by: https://github.com/ArthurSonzogni/FTXUI/commit/f495ce029cb3a9b4c8309e4456e494f8b6b09967
-
- Feb 22, 2024
-
-
faizan171997 authored
-
- Jan 26, 2024
-
-
ArthurSonzogni authored
Fixed: https://github.com/ArthurSonzogni/FTXUI/issues/814
-