summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2020-09-08CleanupJaakko Keränen
2020-09-08DocumentWidget: Minor link number tweakJaakko Keränen
2020-09-07LookupWidget: Finding identitiesJaakko Keränen
2020-09-07LookupWidget: Improved multi-word matchesJaakko Keränen
All search terms must be found in order, but may have anything between them.
2020-09-07Lookup improvements for history contentJaakko Keränen
2020-09-07Widget: Fixed arranging where widgets uncollapseJaakko Keränen
2020-09-07ListWidget: Clear hover on scrollJaakko Keränen
2020-09-07LookupWidget: Working on history content searchJaakko Keränen
2020-09-07LookupWidget: Show results for visited URLsJaakko Keränen
2020-09-07Updating URL after selecting lookup itemJaakko Keränen
2020-09-07LookupWidget: Improved keyboard navigationJaakko Keränen
2020-09-06LookupWidget: Keyboard focus and cursorJaakko Keränen
2020-09-06Widget: API convenience; fixed position flagJaakko Keränen
2020-09-06Added a LookupWidget with background threadJaakko Keränen
2020-09-06CleanupJaakko Keränen
2020-09-06Toggling sidebar visibility with mode keysJaakko Keränen
2020-09-05List scrolling using visbuffer; draw press statesJaakko Keränen
2020-09-05SidebarWidget: List item for the context menuJaakko Keränen
2020-09-05Text: Fixed the minor optimizationJaakko Keränen
2020-09-05CleanupJaakko Keränen
2020-09-05Fixed issues with the refactored sidebarJaakko Keränen
2020-09-05Text: Minor optimizationJaakko Keränen
No need to check for word boundaries if wrapping is not being checked for.
2020-09-05Widget: More granularity for drawing widgetsJaakko Keränen
Allow draw background and children separately.
2020-09-05Refactor: ListWidget for a general purpose listJaakko Keränen
The sidebar uses a ListWidget now, but the layout needs fixing.
2020-09-05Option to force break very long linesJaakko Keränen
Even preformatted lines may need to be wrapped so the content remains visible, since there is no horizontal scrolling. However, this is off by default so ASCII art isn't broken in narrow windows.
2020-09-04InputWidget: Cursor visible while moving/insertingJaakko Keränen
2020-09-04Text: Heavier bold fontJaakko Keränen
2020-09-03GmDocument: Light theme cleanupJaakko Keränen
2020-09-03SidebarWidget: Faster hover change redrawJaakko Keränen
Don't redraw all the items, only the affected ones.
2020-09-03Text: FixesJaakko Keränen
2020-09-03Window: Print more renderer infoJaakko Keränen
2020-09-03Text: Keep a cache of common glyph indicesJaakko Keränen
2020-09-03Text: 16-bit glyph cache; check maximum texture sizeJaakko Keränen
2020-09-03Changed default font to NunitoJaakko Keränen
Nunito is licensed under OFL.
2020-09-02DocumentWidget: Dynamic context menuJaakko Keränen
2020-09-02Window: Working on adding an option for software renderingJaakko Keränen
2020-09-02Text: Workaround for Raspberry Pi issueJaakko Keränen
2020-09-01InputWidget: Pasting replaces selected textJaakko Keränen
2020-09-01Scheme-specific proxies for Gopher and HTTPJaakko Keränen
Make requests via a proxy. TODO: What about the server domain verification? Check against the proxy hostname?
2020-09-01Text: Fixed color escape ASCII overflowJaakko Keränen
2020-08-31SidebarWidget: Fixed setting the mouse cursorJaakko Keränen
2020-08-31InputWidget: Move cursor, select with mouseJaakko Keränen
2020-08-30InputWidget: Undo, copy/cut, select allJaakko Keränen
2020-08-30InputWidget: Marking, deleting, word skippingJaakko Keränen
2020-08-30Maximum number of redirectsJaakko Keränen
Stop opening links automatically after five redirects.
2020-08-30Fixed value input dialog cancel behaviorJaakko Keränen
2020-08-30DocumentWidget: Check for non-Gemini redirectsJaakko Keränen
2020-08-29DocumentWidget: Crash on restoreJaakko Keränen
Error page tries to access the non-existent request. It should actually be checking the contents of the cached response...
2020-08-29Fixed crash when context menu is missingJaakko Keränen
2020-08-29Adjusted paddings: history separators, navbarJaakko Keränen