Arthur Sonzogni
|
9b074d1e27
|
Feature resizable spilt with custom separator (#583)
* Feature: ResizableSplit with custom separator
This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/580
Co-authored-by: Pin Loon Lee <pinloon_0428@hotmail.com>
|
2023-03-09 20:21:23 +01:00 |
|
Arthur Sonzogni
|
0542227ba7
|
Execute clang tidy and IWYU (#528)
|
2022-12-19 19:44:43 +01:00 |
|
Arthur Sonzogni
|
f461050759
|
Run IWYU (#450)
|
2022-08-07 14:44:33 +02:00 |
|
ArthurSonzogni
|
c2e1920449
|
Execute IWYU.
|
2022-04-28 10:43:31 +02:00 |
|
ArthurSonzogni
|
3d56146447
|
Add test coverage for button, collapsible and menu.
|
2022-04-28 10:08:33 +02:00 |
|
ArthurSonzogni
|
c33e805a76
|
Add coverage for menu and resizable_split.
|
2022-04-27 23:00:29 +02:00 |
|
ArthurSonzogni
|
d0890f94d1
|
execute IWYU and add some coverage tests.
|
2022-04-27 18:57:48 +02:00 |
|
Arthur Sonzogni
|
764c24ef40
|
Add code coverage support. (#378)
|
2022-04-17 15:47:20 +02:00 |
|
Andrey Zimin
|
358f886fab
|
Clamp selected_ on list resize for Radiobox/Menu/Toggle (#298)
fix: https://github.com/ArthurSonzogni/FTXUI/issues/296#issue-1092343846
When the list in Radiobox/Menu/Toggle is resized, clamp the |selected_| values so that it stays within bounds.
Clamping is executed in Render() and in OnEvent()
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
|
2022-01-06 22:38:32 +01:00 |
|