~yerinalexey/hare-libui

Update per stdlib changes
Bind uiSeparator
Move orientation from box.ha to utils.ha
Bind uiSlider
Bind uiSpinbox
Handle errors from strings::fromc()
ui/area: remove leading zeroes
Makefile: add -lbsd
Return an empty string if uiWindowGetTitle returns NULL

No idea why that was here in the first place
Bind nonscrolling uiArea for key events and fill drawing

Adds third tab to demo.

Co-Authored-By: Alexey Yerin <yyp@disroot.org>
Remove libbsd hack

It seems to build without it just fine.
Update syntax per match grammar changes

Signed-off-by: Drew DeVault <sir@cmpwn.com>
Add missed controls to status
README: add project status
Fixup typos and make APIs consistent
Bind ui{,Password,Search}Entry
Next