Commit Graph

  • 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
  • 63aa85a5dd reset pixel style for newline Stephan Roslen 2020-10-16 18:57:15 +0200
  • 5d140845ee
    Fix indices for screen code example and create call (#53) Stephan Roslen 2020-10-16 18:37:52 +0200
  • 9b1687fe4a fix indices for screen code example and create call Stephan Roslen 2020-10-16 18:07:37 +0200
  • 3d2abd986e add dependency to Threads into generated cmake config Stephan Roslen 2020-10-16 16:07:04 +0200
  • e34dc1606e Fix crash on unset environment variable. Stephan Roslen 2020-10-15 21:17:26 +0200
  • ed6ac37fe8 Fix crash on unset environment variable. Stephan Roslen 2020-10-15 21:17:26 +0200
  • 13f32be4b2 Improve color handling. ArthurSonzogni 2020-09-12 12:26:50 +0200
  • 606e0efdfe Implement Input::on_change. ArthurSonzogni 2020-09-20 11:47:06 +0200
  • 5291f660ca Automatically fix style. ArthurSonzogni 2020-09-06 13:46:56 +0200
  • d09996a6c7 Add more example for colors. ArthurSonzogni 2020-09-06 13:43:24 +0200
  • dc8c090753 Add support for full RGB colors. Damien D 2020-09-02 11:32:22 +0200
  • af37aebcb4 Automatically fix style. ArthurSonzogni 2020-09-06 13:46:56 +0200
  • 27e368c2de Add more example for colors. ArthurSonzogni 2020-09-06 13:43:24 +0200
  • aecdcce687 Add support for full RGB colors. Damien D 2020-09-02 11:32:22 +0200
  • 49941b6403
    Update README.md Arthur Sonzogni 2020-09-06 13:53:33 +0200
  • 3ba888e884 Removed Color private default constructor and .gitignore file Damien D 2020-09-02 17:44:06 +0200
  • 3db8e84fb6 Adding CanSupportTrueColor function in terminal and a bit of cleaning Damien D 2020-09-02 16:46:24 +0200
  • 1dd5d81db2 Displaying 256 color palette and true colors Damien D 2020-09-02 14:38:08 +0200
  • 898f8574ec transforming the color enum into a class Damien D 2020-09-02 11:32:22 +0200
  • 6b70967c6d Add <algorithm> to border.cpp. ArthurSonzogni 2020-08-28 23:47:29 +0200
  • 4ad4946de3 Add the modal dialog example. ArthurSonzogni 2020-08-26 17:58:18 +0200
  • 5a8ed208da Add the Button component. ArthurSonzogni 2020-08-26 16:26:09 +0200
  • 81d79d311d Add TakeFocus and SetActiveChild. ArthurSonzogni 2020-08-26 14:57:42 +0200
  • 114ab4ae2a Add more documentation. ArthurSonzogni 2020-08-16 02:24:50 +0200
  • f2dc080a35 Variou details: ArthurSonzogni 2020-08-16 00:24:18 +0200
  • 5a4afba66f Improve the documentation. ArthurSonzogni 2020-08-16 00:18:20 +0200
  • 49bdc10538 Add <algorithm> to border.cpp. ArthurSonzogni 2020-08-28 23:47:29 +0200
  • 6f84d0891d Add the modal dialog example. ArthurSonzogni 2020-08-26 17:58:18 +0200
  • 4d0f34b9b0 Add the Button component. ArthurSonzogni 2020-08-26 16:26:09 +0200
  • 4866848545 Add TakeFocus and SetActiveChild. ArthurSonzogni 2020-08-26 14:57:42 +0200
  • 37ddb1eceb
    Update README.md Arthur Sonzogni 2020-08-19 11:20:55 +0200
  • 4f25510beb
    Update README.md Arthur Sonzogni 2020-08-19 11:19:10 +0200
  • 720838ad74
    Update README.md Arthur Sonzogni 2020-08-19 11:19:02 +0200
  • 93081c6b22 Add more documentation. ArthurSonzogni 2020-08-16 02:24:50 +0200
  • 59ca84d8ca Variou details: ArthurSonzogni 2020-08-16 00:24:18 +0200
  • 144d83e511 Improve the documentation. ArthurSonzogni 2020-08-16 00:18:20 +0200
  • 20b9a0f0f5 Add a doxygen documentation. ArthurSonzogni 2020-08-09 14:53:56 +0200
  • b7b17310ff Add a doxygen documentation. ArthurSonzogni 2020-08-09 14:53:56 +0200
  • 5f15b2881e
    Update README.md Arthur Sonzogni 2020-08-12 22:18:59 +0200