summaryrefslogtreecommitdiff
path: root/src/ui/window.c
AgeCommit message (Collapse)Author
2020-08-06Window: Added a tab barJaakko Keränen
This should be collapsed if there is just a single tab.
2020-08-04Changing the document content text sizeJaakko Keränen
The glyph cache is purged whenever font sizes change. UI fonts are deliberately not changed in size so that UI metrics don't have to be recomputed.
2020-08-02GmRequest: Checking the server certificateJaakko Keränen
Just testing so far.
2020-08-02Compose window title with host nameJaakko Keränen
2020-08-02CleanupJaakko Keränen
2020-08-02Window: Narrow layout mode for the navbarJaakko Keränen
2020-08-01Handling status codes by classJaakko Keränen
2020-07-31Adjusted X symbolsJaakko Keränen
2020-07-30Text: Improved glyph cache allocatorJaakko Keränen
Tighter row packing by collecting glyphs of similar height to the same rows.
2020-07-29Showing and hiding image contentJaakko Keränen
2020-07-28Detect known image/audio file extensionsJaakko Keränen
2020-07-28Improved title user parsing; back/forward mouse buttonsJaakko Keränen
2020-07-27InputWidget: Notify whether Enter was pressedJaakko Keränen
2020-07-27Improved search input focus behaviorJaakko Keränen
2020-07-27Showing and hiding the search barJaakko Keränen
2020-07-27Finding previous textJaakko Keränen
2020-07-26Finding text in the documentJaakko Keränen
2020-07-26Window: Create a search barJaakko Keränen
2020-07-26Asking the user for inputJaakko Keränen
2020-07-25DocumentWidget: Context menuJaakko Keränen
2020-07-25Keep the navbar URL up to dateJaakko Keränen
2020-07-25Use document top header as window titleJaakko Keränen
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.