summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2020-09-12CopyrightJaakko Keränen
2020-09-12Separated VisBuf from ListWidgetJaakko Keränen
This will be used in DocumentWidget as well.
2020-09-12ListWidget: Tweaking item drawingJaakko Keränen
2020-09-12CleanupJaakko Keränen
2020-09-12ListWidget: CleanupJaakko Keränen
2020-09-11ListWidget: Improved scroll bufferingJaakko Keränen
Using less memory and doing less copying/drawing.
2020-09-11Integer range utilitiesJaakko Keränen
2020-09-11CleanupJaakko Keränen
2020-09-11DocumentWidget: Smooth mouse wheel scrollingJaakko Keränen
2020-09-11macOS: Handling launch URLs and drop'n'dropJaakko Keränen
Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme.
2020-09-10Fixed switching focus with Tab keyJaakko Keränen
Focus should go from URL bar to lookup results, and only then to the find bar.
2020-09-10SidebarWidget: Show menu only for itemsJaakko Keränen
2020-09-10Linux: Tweaking shortcut keysJaakko Keränen
2020-09-10CleanupJaakko Keränen
2020-09-10CleanupJaakko Keränen
2020-09-09Added header file for keyboard shortcutsJaakko Keränen
2020-09-09InputWidget: Clear selection when text is changedJaakko Keränen
2020-09-09InputWidget: Mark range out of boundsJaakko Keränen
Apparently after some sequence of edits/navigation, the URL input's selected range ended up out of bounds. Probably it isn't being cleared everywhere it should be.
2020-09-09CleanupJaakko Keränen
2020-09-08Updated "about:help" with more contentJaakko Keränen
2020-09-08LookupWidget: Item selection tweaksJaakko Keränen
2020-09-08CleanupJaakko Keränen
2020-09-08LookupWidget: Identities lookup and commandsJaakko Keränen
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