Age | Commit message (Collapse) | Author |
|
I think this'll take some serious attention before it even works and
saves any performance.
|
|
|
|
|
|
This is a very large change and probably breaks most applications not
built to work with it. (Obviously, I'm not really being that responsible
with this sort of thing.) I've tested with mtui and it works fine, but
some elements may need tweaks before being 100% adjusted to the new
scheduled-render system we're using with this commit. Also, any elements
which have custom draw behavior will likely need updating so that they
appropriately schedule renders.
|
|
|
|
TL;DR afterIndex was not being set correctly.
|
|
|
|
Not exactly the most elegant implementation, but it definitely works and
isn't really difficult to code around!
|
|
|
|
|
|
|
|
|
|
..Obviously this breaks old things (particularly, see changes in
FocusElement).
|
|
|