Commit Graph

  • 8014a9fa43
    Pass -Wshadow ArthurSonzogni 2021-05-16 17:14:23 +0200
  • cf4fdf257e
    Build the libraries statically. (#96) Arthur Sonzogni 2021-05-16 11:59:20 +0200
  • fc5e81339c
    Build the libraries statically. ArthurSonzogni 2021-05-16 11:52:49 +0200
  • 01f5d9f7bc
    Remove flickering. (#95) Arthur Sonzogni 2021-05-16 10:59:19 +0200
  • 755f1adc8e
    Remove flickering. ArthurSonzogni 2021-05-16 10:39:48 +0200
  • ca0d74ac01
    Warn for deprecated. (#94) Arthur Sonzogni 2021-05-16 09:57:55 +0200
  • 496f4b9030
    Warn for deprecated. ArthurSonzogni 2021-05-16 09:44:22 +0200
  • 69047ac1e4
    Add warning for sign comparison. (#93) Arthur Sonzogni 2021-05-16 09:38:24 +0200
  • 3cc53738e5
    Add warning for sign comparison. ArthurSonzogni 2021-05-16 09:36:20 +0200
  • 7daeac25c0
    Modify signature of Container::Tab(...) (#92) Arthur Sonzogni 2021-05-15 02:32:42 +0200
  • 603fb933a9
    Modify signature of Container::Tab(...) ArthurSonzogni 2021-05-15 02:29:30 +0200
  • 2723616dc8
    Make StringRef borrow reference only when taking a pointer. (#91) Arthur Sonzogni 2021-05-15 01:34:37 +0200
  • 13d1d8a58f
    Make StringRef borrow reference only when taking a pointer. ArthurSonzogni 2021-05-15 01:33:23 +0200
  • 900ed256ae
    Merge pull request #90 from ArthurSonzogni/functionnal_component Arthur Sonzogni 2021-05-15 00:39:22 +0200
  • 7e4720b471
    Fix typo in Doxyfile.in ArthurSonzogni 2021-05-15 00:36:21 +0200
  • 8b67e722b4
    Increase version. ArthurSonzogni 2021-05-15 00:29:39 +0200
  • fcc49fdce7
    Format using iwyu. ArthurSonzogni 2021-05-14 22:00:49 +0200
  • 048efb6912
    Add {Const,}StringRef to simplify components. ArthurSonzogni 2021-05-14 21:43:35 +0200
  • 9fdf235836
    Improve the documentation. ArthurSonzogni 2021-05-14 20:56:37 +0200
  • 58287c147a
    Update every component examples. ArthurSonzogni 2021-05-14 00:45:03 +0200
  • c9aa1805eb
    Add the Renderer component. ArthurSonzogni 2021-05-13 11:44:47 +0200
  • 6d75cb2748
    Make component more functionnal ArthurSonzogni 2021-05-09 20:32:27 +0200
  • 322b628158
    Reference rgb-tui Arthur Sonzogni 2021-05-02 15:45:52 +0200
  • 9d15d1c275
    Update README.md Arthur Sonzogni 2021-05-01 23:54:51 +0200
  • 1f050e3fa5
    Merge pull request #85 from ArthurSonzogni/feature/mouse-support Arthur Sonzogni 2021-05-01 23:52:22 +0200
  • be219633e3
    Merge remote-tracking branch 'origin' into feature/mouse-support ArthurSonzogni 2021-05-01 23:45:13 +0200
  • 155758c073
    Use IWYU. ArthurSonzogni 2021-05-01 20:40:35 +0200
  • eb399d20c5
    Capture mouse for the slider component. ArthurSonzogni 2021-05-01 18:13:56 +0200
  • 0af8201023
    Add the slider component. ArthurSonzogni 2021-04-29 00:18:58 +0200
  • 7d132c6225
    Fix webassembly workflow. ArthurSonzogni 2021-04-25 17:37:11 +0200
  • f062634226
    Fix compilation errors on WebAssembly and Windows. ArthurSonzogni 2021-04-25 17:28:16 +0200
  • 176848e3f6
    Update README.md Arthur Sonzogni 2021-04-25 17:08:54 +0200
  • 5322e5a683
    Increase version to 0.4.x ArthurSonzogni 2021-04-25 17:04:26 +0200
  • a27c878a3f
    Mouse support. Fix & verify Webassembly support. ArthurSonzogni 2021-04-25 16:58:16 +0200
  • 0b9b6c692a
    Improve mouse support ArthurSonzogni 2021-04-25 15:22:38 +0200
  • 4bc299aa3f
    Update README.md Arthur Sonzogni 2021-04-25 13:56:26 +0200
  • 8037a5fa5f
    Improve mouse support for menu and toggle. ArthurSonzogni 2021-04-24 18:16:13 +0200
  • c8c0857ce8
    Add todoman in "Project using FTXUI" Arthur Sonzogni 2021-04-23 14:09:12 +0200
  • 890a41a64c
    Add mouse implementation of most components. ArthurSonzogni 2021-04-18 22:33:41 +0200
  • d685a8655e
    Parse mouse middle ArthurSonzogni 2021-04-18 18:42:42 +0200
  • cbd13499ae
    Parse mouse events. ArthurSonzogni 2021-04-18 18:32:38 +0200
  • e54d4643f5 Update terminal.cpp 柚木鉉 2021-04-10 23:37:32 +0800
  • b21fb6d7b4
    Update terminal.cpp 柚木鉉 2021-04-10 23:37:32 +0800
  • 476b9deaf8
    Enable mouse tracking. ArthurSonzogni 2021-04-05 22:03:37 +0200
  • 386a0f9eac Add tests for the input component. ArthurSonzogni 2021-03-28 18:14:43 +0200
  • 160b1c8bbc Added Home, End, PageUp, PageDown events. d 2021-03-28 02:01:04 +0200
  • 1cfe753fa2 Add tests for the input component. ArthurSonzogni 2021-03-28 18:14:43 +0200
  • 5f49c91f70 Added Home, End, PageUp, PageDown events. d 2021-03-28 02:01:04 +0200
  • a6c692edcf
    Fix MSVC Warning D9025 (#80) 柚木鉉 2021-03-22 17:31:35 +0800
  • 1581aa6e3a
    Fix MSVC Warning D9025 柚木鉉 2021-03-22 11:11:13 +0800
  • a4c6daae53
    Update README.md Arthur Sonzogni 2021-03-22 00:28:56 +0100
  • 430c805dfd
    Update README.md Arthur Sonzogni 2021-03-22 00:28:19 +0100
  • 373b016ca9
    Add webassembly support (#79) Arthur Sonzogni 2021-03-22 00:26:52 +0100
  • cac94439ff
    Add webassembly support ArthurSonzogni 2021-03-21 22:54:39 +0100
  • 65c0297789
    Update windows-msvc.yaml Arthur Sonzogni 2021-03-21 21:53:25 +0100
  • 83fe939332
    Improve workflow and badges. (#78) Arthur Sonzogni 2021-03-21 14:08:09 +0100
  • 0f39b16d23
    Update README.md Arthur Sonzogni 2021-03-21 14:04:24 +0100
  • 7e59b67bc8
    Improve workflow ArthurSonzogni 2021-03-21 13:53:01 +0100
  • 3a0b2520eb
    Split workflows by OS (#77) Arthur Sonzogni 2021-03-21 13:42:12 +0100
  • edf38b6b07
    Split workflows by OS ArthurSonzogni 2021-03-21 11:08:09 +0100
  • add8082cd9
    Update the continuous-integration badge. Arthur Sonzogni 2021-03-20 23:04:23 +0100
  • a6a7f0a354
    Add CI on github action. (#76) Arthur Sonzogni 2021-03-20 22:45:21 +0100
  • 97ff1e380a
    Add CI on github action. ArthurSonzogni 2021-03-20 21:09:58 +0100
  • af4bf379bc
    Swapped order of hidding cursor and setting alternative screen (#75) jdfa 2021-03-16 10:46:02 +0200
  • c5d9e131da Swapped order of hidding cursor and setting alternative screen d 2021-03-16 02:54:20 +0200
  • 9cc3779145
    [Win] Fixed usage of ReadConsoleInput (#74) jdfa 2021-03-13 22:02:01 +0200
  • f64d21f399 [Win] Fixed usage of ReadConsoleInput d 2021-03-13 01:25:16 +0200
  • d48e3decfc
    Update README.md Arthur Sonzogni 2021-02-14 19:39:22 +0100
  • 6ed5051cfc
    Add documentation about ./example/util/print_key_press (#73) Arthur Sonzogni 2021-02-13 20:00:00 +0100
  • 41d2e8d2de
    Add documentation about ./example/util/print_key_press ArthurSonzogni 2021-02-13 19:02:38 +0100
  • 73a3c24394
    Build with -Wmissing-declarations (#71) Robin Lindén 2021-02-11 00:45:42 +0100
  • d4d158b857
    Build with -Wmissing-declarations Robin Linden 2021-02-10 21:23:41 +0100
  • 0a9a72cbaa
    Workaround Windows.h breaking the Color::RGB function (#70) Robin Lindén 2021-02-09 14:18:29 +0100
  • 186660b63b
    Work around Windows.h breaking the Color::RGB function Robin Linden 2021-02-09 00:00:06 +0100
  • d0eab41344
    Fixed infinite loop in Screen::ToString() for non-printable chars (#69) robobuggy 2021-02-04 09:32:05 +0100
  • dffcc77612 Fixed infinite loop in Screen::ToString() for non-printable chars Geert Fannes 2021-02-02 00:12:12 +0100
  • 92ec5ab4ca
    Support for color fallback. (#66) Arthur Sonzogni 2020-12-23 14:45:57 +0100
  • 3da2aff080
    Support for color fallback. ArthurSonzogni 2020-12-23 14:29:06 +0100
  • 305346542a
    Fix terminal color detection support. (#65) Arthur Sonzogni 2020-12-23 12:20:01 +0100
  • fad692d3a6
    Fix terminal color detection support. ArthurSonzogni 2020-12-23 12:13:38 +0100
  • 3a3ec13eb0
    Add nxxm suport. ArthurSonzogni 2020-12-21 15:36:04 +0100
  • 977f13967f
    Fix CMake when git is not found. (#64) Arthur Sonzogni 2020-11-22 13:23:01 +0100
  • a4c56347d3
    Quick fix. ArthurSonzogni 2020-11-22 11:37:40 +0100
  • 420324ede4
    Fix CMake when git is not found. ArthurSonzogni 2020-11-21 11:13:24 +0100
  • 30eeb0c3bd
    Fix CMake when git is not found. ArthurSonzogni 2020-11-21 11:13:24 +0100
  • afd53e0508
    Compilation failed if ftxui was used in projects that were not git repositories. Since, in CMakeLists.txt working directory to execute command was (#61) Vedant Paranjape 2020-11-14 19:30:38 +0530
  • 3b07f8c5e3
    Compilation failed if ftxui was used in projects that were not git repositories. Since, in CMakeLists.txt working directory to execute command was set as the parent directory and not the FTXUI project directory. Vedant Paranjape 2020-11-14 12:06:46 +0530
  • 406355df8c
    Fix parsing of keys that are prefix of others. (#58) Arthur Sonzogni 2020-10-25 01:57:56 +0200
  • 838031b120
    Fix windows 2 ArthurSonzogni 2020-10-24 23:57:46 +0200
  • a8c47700ca
    Fix windows. ArthurSonzogni 2020-10-24 23:15:31 +0200
  • 4853c0dfd7
    Fix parsing of keys that are prefix of others. ArthurSonzogni 2020-10-24 22:10:47 +0200
  • c13621d1f9
    Make cursor position public state (#57) Mike Wallio 2020-10-24 10:48:59 -0400
  • 1cb08fd606
    Fix event const correctness (#56) Mike Wallio 2020-10-24 10:47:03 -0400
  • c7cfd59313 Make cursor position public state Mike Wallio 2020-10-23 11:12:47 -0400
  • 1e582fff23 Fix event const correctness Mike Wallio 2020-10-23 13:25:42 -0400
  • d969c74341
    Improve color handling. (#49) Arthur Sonzogni 2020-10-16 22:31:24 +0200
  • ef0ddf9a5c
    Improve color handling. ArthurSonzogni 2020-09-12 12:26:50 +0200
  • 6a35efa3b7
    add dependency to Threads into generated cmake config (#52) Stephan Roslen 2020-10-16 22:07:30 +0200
  • 75bb7a50a8 fix formatting Stephan Roslen 2020-10-16 21:37:06 +0200
  • cfd0981a58
    reset pixel style for newline (#54) Stephan Roslen 2020-10-16 21:26:59 +0200