- Made a dropdown box widget.
- The single-line text box widget started in November is mostly operational now.
- Merged the two scrolling register sets (
scr
,scr2
) into one (justscr
). - uiGraphics: Added a wrapper to setScissor / intersectScissor to clamp negative width and height values.
- KeyMgr: deleted the fixed-argument function variants for
isKeyDown
and friends. The varargs versions should be sufficient. - Added the Rtext source code to ProdUI as a library for rich text paragraphs and labels. (Nothing is hooked up yet, though.)
- Added
WIP.md
, a rough list of pending tasks, to the ProdUI repo.
The Dropdown Box, with some size and padding issues.