Commit Graph

  • 219daf46ff ci: use gcovr 5.0 temporarily (#406) Amin Yahyaabadi 2022-05-23 08:34:07 -07:00
  • 11519ef1c6 Fix focus vs flexbox interaction. (#405) Arthur Sonzogni 2022-05-22 21:41:29 +02:00
  • f9256fa132 Fix PostEvent() segfault (#403) Conner 2022-05-22 08:37:27 -05:00
  • c033ca61ae Remove NXXM. Execute IWYU. (#397) v3.0.0 Arthur Sonzogni 2022-05-08 08:44:38 +02:00
  • a6e04b4346 Table: reset dimensions. (#396) Arthur Sonzogni 2022-05-08 08:34:51 +02:00
  • 09a2c077eb windows.h defines DrawText and shadows the function Canvas.DrawText, fix based on the solution #70 (#394) SColibri 2022-05-04 23:39:03 +02:00
  • bc206f85da Fix compilation error on Windows for Color::Print ArthurSonzogni 2022-05-02 20:40:04 +02:00
  • e9772a0116 Update gcov options. ArthurSonzogni 2022-04-28 11:32:30 +02:00
  • e4c5c7b43b Fix ButtonTest.Animate ArthurSonzogni 2022-04-28 11:03:39 +02:00
  • c2e1920449 Execute IWYU. ArthurSonzogni 2022-04-28 10:43:31 +02:00
  • 3d56146447 Add test coverage for button, collapsible and menu. ArthurSonzogni 2022-04-28 10:08:33 +02:00
  • c33e805a76 Add coverage for menu and resizable_split. ArthurSonzogni 2022-04-27 23:00:29 +02:00
  • d0890f94d1 execute IWYU and add some coverage tests. ArthurSonzogni 2022-04-27 18:57:48 +02:00
  • 84d6e6b3dd Add additional coverage tests. ArthurSonzogni 2022-04-27 14:00:46 +02:00
  • 001dd0a8c3 Exclude tests from coverage. ArthurSonzogni 2022-04-27 13:25:43 +02:00
  • 114cbfcffd Add coverage and remove deprecated WideInput. ArthurSonzogni 2022-04-27 11:33:42 +02:00
  • 5ba301d316 Add coverage for terminal_input_parser. ArthurSonzogni 2022-04-27 11:11:32 +02:00
  • 06ed8567b8 Add coverage for colors (extended) (#385) Arthur Sonzogni 2022-04-26 18:00:05 +02:00
  • 04b36df567 Coverage decorator (#384) Arthur Sonzogni 2022-04-26 17:04:34 +02:00
  • 764c24ef40 Add code coverage support. (#378) Arthur Sonzogni 2022-04-17 15:47:20 +02:00
  • b2896aba49 Add games from the gamejam Arthur Sonzogni 2022-04-12 23:52:35 +02:00
  • 9f610a0110 Make the focused button to take the focus inside frame. (#371) Arthur Sonzogni 2022-04-03 15:04:33 +02:00
  • aebde94352 Add clang-tidy. (#368) Arthur Sonzogni 2022-03-31 02:17:43 +02:00
  • 62fb6298be Bug fixes. (#367) Arthur Sonzogni 2022-03-26 07:55:52 +01:00
  • 548fa51b71 Upgrade version (#363) Arthur Sonzogni 2022-03-20 20:58:56 +01:00
  • 1a3fcc1bd8 Improvement documentation. (#361) Arthur Sonzogni 2022-03-20 18:13:11 +01:00
  • 0137d2a9ac component/collapsible: drop unused member variable (#360) Kefu Chai 2022-03-20 23:04:42 +08:00
  • c76612a3c8 Fix error with invalid float in the gauge component. (#356) Arthur Sonzogni 2022-03-13 22:30:05 +01:00
  • 4da63b9260 Animation (#355) Arthur Sonzogni 2022-03-13 18:51:46 +01:00
  • 95c766e9e4 Component decorators (#354) Kefu Chai 2022-03-12 22:18:36 +08:00
  • 3e28fd6520 Convert \r into \n (#350) Arthur Sonzogni 2022-03-04 13:23:45 +01:00
  • a254e36632 component/catch_event: improve the example for CatchEvent() (#351) Kefu Chai 2022-03-04 20:23:31 +08:00
  • 9dbc23a7d4 Fix typos in README (#349) IsakTheHacker 2022-03-01 19:07:50 +01:00
  • 3fe12b8a2f Add cachyos-cli-installer in README (#347) Vladislav Nepogodin 2022-02-24 17:38:28 +04:00
  • 43dd70979d Update README.md Arthur Sonzogni 2022-02-21 10:27:53 +01:00
  • 779c2d5b1a Add conan as a possible packaging system. (#342) Elazar Leibovich 2022-02-21 11:25:05 +02:00
  • 20f16b3984 Improve ComponentBase and Container::Tab Focusable implementations (#341) Arthur Sonzogni 2022-02-19 11:49:12 +01:00
  • f95ed885bb Don't override PREFIX target property (#340) ericLemanissier 2022-02-19 10:48:07 +01:00
  • 63e8dadad9 allow passing move-only parameter to Make() (#338) Kefu Chai 2022-02-16 21:09:08 +08:00
  • 9b83205b3e Fix vscroll-indicator size and offset. (#334) Arthur Sonzogni 2022-02-14 02:44:57 +01:00
  • 5da7b8a59a Fix automerge in tables. (#333) Arthur Sonzogni 2022-02-13 11:41:31 +01:00
  • 9c4218c2a8 Support SIGTSTP and task posting. (#331) Arthur Sonzogni 2022-02-13 11:11:34 +01:00
  • 62747a49b6 Fix windows warning. (#332) Arthur Sonzogni 2022-02-13 10:51:47 +01:00
  • 8ba3698437 Gauge direction (#326) Arthur Sonzogni 2022-02-06 19:17:21 +01:00
  • 7c3ca1beb5 Update README.md Arthur Sonzogni 2022-02-05 15:06:23 +01:00
  • 689d5dd299 Replace std::clamp with util::clamp and reformat the code (#321) Nikola Dućak 2022-02-05 15:03:45 +01:00
  • 372d0ace4a Add tusharpm/tiles in README (#324) Tushar Maheshwari 2022-02-04 17:48:34 +05:30
  • 81b7207121 Move to v2.0.0 (#315) v2.0.0 Arthur Sonzogni 2022-01-22 17:58:33 +01:00
  • 6039474a26 Automerge feature. (#313) Arthur Sonzogni 2022-01-22 15:38:01 +01:00
  • 4267b40a68 Add collapsible into fuzzer. (#312) Arthur Sonzogni 2022-01-22 11:44:52 +01:00
  • 3829734fa9 Fix table separator (#311) Arthur Sonzogni 2022-01-21 23:02:29 +01:00
  • b4a655ec65 Introduce WithRestoredIO (#307) Vladislav Nepogodin 2022-01-19 16:38:39 +04:00
  • cd82fccde7 Add missing const. (#297) Vladislav Nepogodin 2022-01-18 22:48:58 +04:00
  • 382205c057 Add Table constructor from Elements. (#310) Arthur Sonzogni 2022-01-16 16:46:32 +01:00
  • feb24b9498 Fix Clamp crash when entries_ size is zero (#306) pezy 2022-01-13 08:46:09 +08:00
  • 3dc215e6c0 Fix README link (#308) pezy 2022-01-12 22:31:44 +08:00
  • 1888631bec Main (#303) Arthur Sonzogni 2022-01-11 23:06:36 +01:00
  • 84299de2e1 Add json-tui as using FTXUI. Arthur Sonzogni 2022-01-09 22:00:45 +01:00
  • cdd6339849 Execute IWYU (#299) Arthur Sonzogni 2022-01-07 11:03:54 +01:00
  • 358f886fab Clamp selected_ on list resize for Radiobox/Menu/Toggle (#298) Andrey Zimin 2022-01-06 21:38:32 +00:00
  • 728976bdeb Fix vscroll indicator (#295) Arthur Sonzogni 2022-01-05 12:04:03 +01:00
  • fc92f52b4c The collapsible element. (#294) Arthur Sonzogni 2022-01-02 15:48:56 +01:00
  • 071d2bc92b improve the window size handle method (#292) Man, Jianting (Meco) 2022-01-01 13:24:37 -05:00
  • d549cdabb0 Reduce amount of warnings with pedantic compiler (#291) Vladislav Nepogodin 2022-01-01 14:40:18 +04:00
  • aea67743d4 Canvas bug fix and documentation. (#289) Arthur Sonzogni 2021-12-29 16:31:27 +01:00
  • 7614bf04a6 Address felixjulianheitmann suggestions. (#288) Arthur Sonzogni 2021-12-24 17:29:39 +01:00
  • 188cffc5f6 Add example in the README.md Arthur Sonzogni 2021-12-23 15:12:22 +01:00
  • 0d47dd19ab Feature: Canvas (#287) Arthur Sonzogni 2021-12-23 14:17:33 +01:00
  • 7e5cd23b4c Add focusPosition[relative](x,y) (#280) Arthur Sonzogni 2021-12-13 11:38:31 +01:00
  • 52276c8a2b Bugfix Input use std::string (#279) Arthur Sonzogni 2021-12-12 21:31:54 +01:00
  • 602392c43d Implement flexbox (#277) Arthur Sonzogni 2021-12-11 17:58:25 +01:00
  • f7c6bf91a7 adding to projects using FTXUI list (#274) Hassan Farooq 2021-12-06 14:18:09 -05:00
  • cecd54df42 Fix gridbox segfault (#260) Nikola Dućak 2021-11-17 10:16:09 +01:00
  • 0186f8a463 added vantage in project section (#258) Gokulakrishnan D P 2021-11-10 17:36:15 +05:30
  • ebfb5ef3a1 Input shouldn't take focus. (#257) Arthur Sonzogni 2021-11-09 20:30:27 +01:00
  • 8f405f5054 Fix a typo (#256) bogdasar1985 2021-11-09 16:11:45 +05:00
  • 8652280c85 Input shouldn't take focus. (#253) Arthur Sonzogni 2021-11-07 12:01:17 +01:00
  • aa6b78b8ad Upgrade version to 0.11.1 (#246) Arthur Sonzogni 2021-10-23 21:13:23 +02:00
  • c0e47aecb2 Remove unused file. (#244) Arthur Sonzogni 2021-10-22 18:10:11 +02:00
  • cba11151b5 Fix Windows builds not being in Release mode (#245) Kevin Brennan 2021-10-22 12:06:19 -04:00
  • f80d9b5cfd Fix dropdown fuzzer. (#243) Arthur Sonzogni 2021-10-22 14:04:07 +02:00
  • 313ce9c35f Add support for PageUp/PageDown/Home/End buttons. (#242) Arthur Sonzogni 2021-10-20 21:15:40 +02:00
  • 4188ee2c04 Merge workflows. (#234) v0.11 Arthur Sonzogni 2021-10-17 16:03:18 +02:00
  • 026a005753 Table (#229) Arthur Sonzogni 2021-10-15 23:04:11 +02:00
  • 7298636e7c Add API to set terminal fallback size (#230) Jarosław Pelczar 2021-10-13 13:44:30 +02:00
  • 5e199fcd85 Include <algorithm> for std::max for msvc 2017, (#226) tomvg 2021-10-12 11:36:19 +02:00
  • 57a5512a22 Support dynamic library. (#225) Arthur Sonzogni 2021-10-10 12:52:34 +02:00
  • 75482d82d4 Use sensible defaults in case TIOCGWINSZ fails (#224) Jarosław Pelczar 2021-10-09 11:51:00 +02:00
  • 31c26c6956 Update README.md Arthur Sonzogni 2021-10-08 14:12:27 +02:00
  • 6dd626a79a Fix: Add separator(Pixel) back. ArthurSonzogni 2021-10-03 10:36:04 +02:00
  • 05fc866d74 Do not trigger the CQ twice on pull request. ArthurSonzogni 2021-09-30 21:43:34 +02:00
  • 46f481ded7 Submit release as draft. ArthurSonzogni 2021-09-30 21:38:31 +02:00
  • 75cd2b0fca Fix workflow v0.10 ArthurSonzogni 2021-09-30 21:28:33 +02:00
  • 0a5e9f2a2f Add workflow creating releases. ArthurSonzogni 2021-09-30 21:13:16 +02:00
  • 66cdf9b2a5 Fix: box drawing comparison. ArthurSonzogni 2021-09-26 17:42:03 +02:00
  • 84287eb217 Use vscroll_indicator in examples. ArthurSonzogni 2021-09-26 17:30:41 +02:00
  • 535974d291 Update README.md Arthur Sonzogni 2021-09-26 16:47:41 +02:00
  • 753502998c Add a C++ badge. ArthurSonzogni 2021-09-26 16:14:40 +02:00
  • 31b5fac9c5 Add fuzzer to Maybe & Dropdown. ArthurSonzogni 2021-09-26 15:59:01 +02:00
  • 76b2f17488 fix: vscroll_indicator. Reserve one cell. ArthurSonzogni 2021-09-26 15:32:40 +02:00