Commit Graph

  • 5010696ffa
    Add non focusable components. ArthurSonzogni 2021-07-31 22:07:27 +0200
  • 49e8cc57d3
    Extract common struct Dimensions from Terminal (#171) Tushar Maheshwari 2021-08-03 02:49:29 +0530
  • 01db5e645c Extract common struct Dimensions from Terminal Tushar Maheshwari 2021-08-02 00:55:32 +0530
  • 34d955e9ac
    Refactor examples list in CMake (#170) Tushar Maheshwari 2021-07-31 22:02:48 +0530
  • f07a6e7cce Revert Examples URL in readme Tushar Maheshwari 2021-07-31 01:13:42 +0530
  • c244082c44 Add COEP and COOP headers in local HTTP server Tushar Maheshwari 2021-07-31 01:11:31 +0530
  • 4410502299 Reduce example list duplication Tushar Maheshwari 2021-07-30 23:39:35 +0530
  • eeb4fa3648
    Update link from README.md (#168) Arthur Sonzogni 2021-07-25 22:51:32 +0200
  • 40ae2e6502
    Update link from README.md ArthurSonzogni 2021-07-25 22:45:02 +0200
  • 6a19371c9c
    Merge Documentation and Emscripten workflow (#166) Tushar Maheshwari 2021-07-25 23:01:45 +0530
  • 1c75bceb7e optimize rsync performance Tushar Maheshwari 2021-07-25 01:48:45 +0530
  • 716f4997b1 another attempt at fixing conditional steps Tushar Maheshwari 2021-07-24 18:09:15 +0530
  • bafa71deab second attempt for conditional steps Tushar Maheshwari 2021-07-24 16:48:08 +0530
  • 609d480014 Unify Documentation and Emscripten workflow Tushar Maheshwari 2021-07-24 14:33:04 +0530
  • 2f9563a91b
    Install graphviz to let Doxygen generate graph. (#165) Arthur Sonzogni 2021-07-23 09:18:23 +0200
  • 0fecdf29a8
    Install graphviz to let Doxygen generate graph. ArthurSonzogni 2021-07-23 09:16:51 +0200
  • a40a54ec10
    Improve documentation workflow (#163) Tushar Maheshwari 2021-07-23 12:10:47 +0530
  • 3e24acec9e Add workflow for generating documentation Tushar Maheshwari 2021-07-21 16:09:49 +0530
  • 284f13edd9 Fix doxygen same-line comments Tushar Maheshwari 2021-07-21 15:57:36 +0530
  • 6574468892 Remove committed example_list.md Tushar Maheshwari 2021-07-21 15:41:27 +0530
  • 7c99d00d37 Compact project relative paths from doc directory Tushar Maheshwari 2021-07-21 14:03:27 +0530
  • 7f95d59954
    Deduplicate logic in ComponentBase members (#162) Tushar Maheshwari 2021-07-21 04:07:44 +0530
  • c511d10a86 Deduplicate logic in ComponentBase members Tushar Maheshwari 2021-07-21 02:15:47 +0530
  • 09805e5e86
    Miscellaneous refactoring (#160) Tushar Maheshwari 2021-07-20 13:29:47 +0530
  • 7f4828566f Reduce redundant expansion for aliases Tushar Maheshwari 2021-07-18 14:16:50 +0530
  • dd0ad857d0 Collect unpack from NodeDecorator subclasses Tushar Maheshwari 2021-07-18 15:10:29 +0530
  • f21cb5a994 Reorganize ContainerBase Tushar Maheshwari 2021-07-19 22:11:58 +0530
  • 210e8c5863
    Add general fuzzer. (#159) Arthur Sonzogni 2021-07-17 15:53:25 +0200
  • 095b6bbef1
    Add general fuzzer. ArthurSonzogni 2021-07-17 14:53:21 +0200
  • 21d746e858
    Remove explicit default destructors (#157) Tushar Maheshwari 2021-07-17 15:32:08 +0530
  • e2c7600e5a
    Run IWYU. ArthurSonzogni 2021-07-17 12:00:37 +0200
  • b3a333b417
    Add support for password for input element. (#158) Arthur Sonzogni 2021-07-17 10:36:50 +0200
  • bfadcb92f1
    Add support for password for input element. ArthurSonzogni 2021-07-17 10:23:55 +0200
  • bf855b1515 Normalize format script and format code Tushar Maheshwari 2021-07-17 12:58:31 +0530
  • 37cda70033 Remove defaulted destructors for types Tushar Maheshwari 2021-07-17 12:07:33 +0530
  • 5ee4ec40de
    Update CMake usage to enable C++17 (#156) Tushar Maheshwari 2021-07-17 12:46:02 +0530
  • aaff535693 Update CMake usage to enable C++17 Tushar Maheshwari 2021-07-16 20:13:13 +0530
  • a56bb50807
    Fix compilation errors. (#155) Arthur Sonzogni 2021-07-15 22:45:10 +0200
  • 5973e56d8d
    Fix compilation errors. ArthurSonzogni 2021-07-15 22:44:31 +0200
  • c34494ce26
    Allows components to remove a child or access to children in general (#152) Felix Heitmann 2021-07-15 15:29:33 +0200
  • 063fbb8071 Tested and minor spelling Felix Heitmann 2021-07-15 09:47:42 +0200
  • bd0236c3b5
    Suggestions. ArthurSonzogni 2021-07-14 15:51:57 +0200
  • 1320cc54c8
    Added Clear function to remove all children Felix Heitmann 2021-07-14 14:24:24 +0200
  • 95feb62442
    Exposed components begin/end Felix Heitmann 2021-07-14 13:45:07 +0200
  • 2c087f1832
    Allows components to remove a child by index. Felix Heitmann 2021-07-14 13:36:52 +0200
  • 23789c2d7b
    Component example showing composition of components (#150) cmorganBE 2021-07-14 09:04:12 -0400
  • 9bdbe4a629
    Component example showing composition of components Chris Morgan 2021-07-13 07:57:53 -0400
  • 9b7ddb1130
    Resolve compile error on cygwin. (#151) Arthur Sonzogni 2021-07-14 14:41:31 +0200
  • ad138a63f8
    Resolve compile error on cygwin. ArthurSonzogni 2021-07-14 13:32:57 +0200
  • e87ff7e873
    Minor update of the documentation. (#148) Arthur Sonzogni 2021-07-12 23:22:15 +0200
  • e1f790b81a
    Minor update of the documentation. ArthurSonzogni 2021-07-12 23:19:45 +0200
  • cd828bf94d
    mainpage.md - Document 'refreshing / invalidating the screen to cause… (#147) cmorganBE 2021-07-12 17:15:44 -0400
  • 7b3f6b5996
    Suggestions. ArthurSonzogni 2021-07-12 23:13:50 +0200
  • 7ae3703045 mainpage.md - Document 'refreshing / invalidating the screen to cause a redraw' Chris Morgan 2021-07-12 08:32:59 -0400
  • fe290e7fed
    Increase version. (#146) Arthur Sonzogni 2021-07-11 12:25:54 +0200
  • 772e7ef893
    Increase version. ArthurSonzogni 2021-07-11 12:24:44 +0200
  • 9820832fea Improve the documentation. ArthurSonzogni 2021-07-10 14:23:46 +0200
  • 5c4cd1add1 Execute IWYU ArthurSonzogni 2021-07-10 13:20:43 +0200
  • 7f514ff41c Remove toggle.hpp ArthurSonzogni 2021-07-10 13:15:28 +0200
  • bead2134d6 Remove radiobox.hpp ArthurSonzogni 2021-07-10 13:07:01 +0200
  • d5cb4648d2 Remove menu.hpp ArthurSonzogni 2021-07-10 12:59:36 +0200
  • 0ca7da630b Remove container.hpp ArthurSonzogni 2021-07-10 12:51:11 +0200
  • 26db8228f9 Remove input.hpp ArthurSonzogni 2021-07-10 12:29:39 +0200
  • 7ee6edfd1f Remove checkbox.hpp ArthurSonzogni 2021-07-10 12:02:42 +0200
  • e66ebe5443 Remove button.hpp ArthurSonzogni 2021-07-10 11:56:40 +0200
  • f53dc139e9 Add documentation for options. ArthurSonzogni 2021-07-10 11:50:17 +0200
  • fac373494d Add option for Toggle. ArthurSonzogni 2021-07-10 11:03:01 +0200
  • ae6473363d Add option for radiobox ArthurSonzogni 2021-07-10 10:50:25 +0200
  • 33b3d1c7ab Add option for input. ArthurSonzogni 2021-07-08 00:01:42 +0200
  • 2b7daf061f Add options for checkbox. ArthurSonzogni 2021-07-07 22:37:50 +0200
  • 359100ca73 Add option for Button. ArthurSonzogni 2021-07-07 22:23:07 +0200
  • cd84b187b3 Introduce Options and use them for Menu. ArthurSonzogni 2021-07-07 22:13:33 +0200
  • 4415bd97e1
    Improve the documentation. ArthurSonzogni 2021-07-10 14:23:46 +0200
  • fa6338e15b
    Execute IWYU ArthurSonzogni 2021-07-10 13:20:43 +0200
  • 62053e2247
    Remove toggle.hpp ArthurSonzogni 2021-07-10 13:15:28 +0200
  • 01f26f9ac4
    Remove radiobox.hpp ArthurSonzogni 2021-07-10 13:07:01 +0200
  • 42cb92216d
    Remove menu.hpp ArthurSonzogni 2021-07-10 12:59:36 +0200
  • fed533aa03
    Remove container.hpp ArthurSonzogni 2021-07-10 12:51:11 +0200
  • 7c3eae79cd
    Remove input.hpp ArthurSonzogni 2021-07-10 12:29:39 +0200
  • 993714766c
    Remove checkbox.hpp ArthurSonzogni 2021-07-10 12:02:42 +0200
  • afa61d774d
    Remove button.hpp ArthurSonzogni 2021-07-10 11:56:40 +0200
  • fd67717a33
    Add documentation for options. ArthurSonzogni 2021-07-10 11:50:17 +0200
  • b9ce567926
    Add option for Toggle. ArthurSonzogni 2021-07-10 11:03:01 +0200
  • 1e1ac89d94
    Add option for radiobox ArthurSonzogni 2021-07-10 10:50:25 +0200
  • 8df516517c
    Add option for input. ArthurSonzogni 2021-07-08 00:01:42 +0200
  • 83dc745caa
    Add options for checkbox. ArthurSonzogni 2021-07-07 22:37:50 +0200
  • 2be811683b
    Add option for Button. ArthurSonzogni 2021-07-07 22:23:07 +0200
  • 0b8d5213fc
    Introduce Options and use them for Menu. ArthurSonzogni 2021-07-07 22:13:33 +0200
  • e20f780ea4 onchange conflict with micrsoft terminal fallback resolved gokul 2021-07-07 14:18:36 +0530
  • 2569e28def resolved radiobox onchange merge conflict gokul 2021-07-07 14:02:26 +0530
  • 1343e6e6cf added onchange event for radiobox gokul 2021-07-07 13:25:39 +0530
  • 82adc3b410
    Rename library for vcpkg. (#140) Arthur Sonzogni 2021-07-06 02:10:35 +0200
  • 39562fa860
    Rename library for vcpkg. ArthurSonzogni 2021-07-04 18:50:13 +0200
  • 81b428af5a
    Implement Fallback for microsoft's terminals. (#138) Arthur Sonzogni 2021-07-04 17:38:31 +0200
  • cebfc31e96
    Implement Fallback for microsoft's terminals. Arthur Sonzogni 2021-07-03 23:11:18 +0200
  • bd21cac2b6
    Menu of components (#131) Shreyas Atre 2021-06-27 21:23:17 +0530
  • 760e4885ba
    Allow Container to have external selector. ArthurSonzogni 2021-06-26 15:15:21 +0200
  • a2e7ff852e
    Cleanup. (#132) Arthur Sonzogni 2021-06-26 15:14:27 +0200
  • cd1d187b9c
    Cleanup. ArthurSonzogni 2021-06-26 15:02:24 +0200
  • d3b4d5203b Ran Clang format Shreyas Atre 2021-06-26 17:58:08 +0530