summaryrefslogtreecommitdiff
path: root/src/ui/inputwidget.c
AgeCommit message (Collapse)Author
2020-08-11Document outline; jumping to clicked headingJaakko Keränen
2020-08-02Flag for tight label padding; aligning labels visuallyJaakko Keränen
2020-07-27InputWidget: Notify whether Enter was pressedJaakko Keränen
2020-07-27Showing and hiding the search barJaakko Keränen
2020-07-26Asking for sensitive inputJaakko Keränen
2020-07-25InputWidget: Long text may disappearJaakko Keränen
2020-07-25InputWidget: Adjusted paddingJaakko Keränen
Aligns better with labels.
2020-07-25Encode spaces in URLsJaakko Keränen
2020-07-24Font update; ANSI color escapes; fixed URL updateJaakko Keränen
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded.
2020-07-23Entering URLs and updating the navbarJaakko Keränen
2020-07-23Added a basic navigation bar with buttons and URL fieldJaakko Keränen
Not wired into anything yet.
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.