summaryrefslogtreecommitdiff
path: root/src/ui/window.c
AgeCommit message (Collapse)Author
2020-07-25Reload, Stop, and Home navbar buttonsJaakko Keränen
2020-07-25InputWidget: Adjusted paddingJaakko Keränen
Aligns better with labels.
2020-07-25Encode spaces in URLsJaakko Keränen
2020-07-25Basic navigation history; Back and Forward are workingJaakko Keränen
2020-07-24Navbar forward/backward iconsJaakko Keränen
2020-07-24Added GmRequest for handling the requestJaakko Keränen
This feels a little bit too complex, with GmRequest observing TlsRequest and then notifying its own audience. There are still some issues with cancelling requests as well.
2020-07-23Entering URLs and updating the navbarJaakko Keränen
2020-07-23Added a TODOJaakko Keränen
2020-07-23Added a basic navigation bar with buttons and URL fieldJaakko Keränen
Not wired into anything yet.
2020-07-22Window: Smaller minimum sizeJaakko Keränen
2020-07-22CleanupJaakko Keränen
2020-07-22Manual window refresh eventsJaakko Keränen
2020-07-21Added DocumentWidgetJaakko Keränen
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.