summaryrefslogtreecommitdiff
path: root/src/ui/indicatorwidget.c
AgeCommit message (Collapse)Author
2021-02-18iOS: Working on touch event handlingJaakko Keränen
Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling. Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already).
2020-12-16Progress bar colors; thicker on HiDPI displaysJaakko Keränen
One should be able to see the progress bar in light mode, too. IssueID #101
2020-10-24DocumentWidget: Page load progress indicatorJaakko Keränen
Show clearly that something is happening, even though we don't know the exact duration of the operation.