Arthur Sonzogni
ed5b4cec49
Fix: Forward gridbox
selected box. ( #408 )
...
This was discovered in:
https://github.com/ArthurSonzogni/FTXUI/issues/407
2022-05-28 22:35:52 +02:00
ArthurSonzogni
c2e1920449
Execute IWYU.
2022-04-28 10:43:31 +02:00
Arthur Sonzogni
764c24ef40
Add code coverage support. ( #378 )
2022-04-17 15:47:20 +02:00
Arthur Sonzogni
cdd6339849
Execute IWYU ( #299 )
2022-01-07 11:03:54 +01:00
Arthur Sonzogni
602392c43d
Implement flexbox ( #277 )
...
This implement the flexbox elements, following the HTML one.
Built from them, there is also the following elements:
- `paragraph`
- `paragraphAlignLeft`
- `paragraphAlignRight`
- `paragraphAlignCenter`
- `paragraphAlignJustify`
This is a breaking change.
2021-12-11 17:58:25 +01:00
Nikola Dućak
cecd54df42
Fix gridbox segfault ( #260 )
...
The problem was about
2021-11-17 10:16:09 +01:00
Arthur Sonzogni
2c84f0cf1a
Run IWYU. ( #208 )
2021-09-16 20:45:26 +02:00
Arthur Sonzogni
51850f1189
Introduce gridbox. ( #190 )
...
Introduce gridbox.
Similar to hbox and vbox, this component combine both into a grid.
2021-08-22 19:36:11 +02:00