Results 110 issues of Alex2772

#304 The bottom "Enabled" checkbox disables all elements when unchecking it, but checking it again doesn't enables them back.

If you resize the window to be smaller, everything works fine. If you resize the window horizontally by a lot, the horizontal scrollbar at the bottom will grow past the...

#304 The grid splitter seems to behave erratically, I can get it outside of the window, the last cell of the first row grows more than the others, and it...

Mouse wheel and touchscreen scroll events don't work properly for nested scroll area elements. (`AScrollArea`, `AListView`, `ATreeView`). Unit test is needed.

good first issue

#304 When pressing "Show file chooser" or "Show folder chooser", I get the proper dialog, I can either cancel or select a file folder and I get a message box...

This PR introduces UI render caching via textures.

- Closes #124 - `Vertical`, `Horizontal`, `Stacked`, etc moved to `declarative` namespace (you'll probably need spread `using namespace declarative;` - declarative syntax of `Button` now requires an onClick handler: ```...