summaryrefslogtreecommitdiff
path: root/src/ui/lookupwidget.c
AgeCommit message (Collapse)Author
2021-03-30Widget: Arrangement debugging; min sizeJaakko Keränen
There is a problem with repeated arrangements: the previous set sizes affect subsequent outcomes. This results in Preferences not being able to reduce in size, only to expand. It should be possible to reset sizes back to zero/minimum size before starting an arrangement, but LabelWidget needs to cooperate by using `minSize` to set its default size. `minSize` is preferable to fixedSize because then the widget can go through the usual arranging logic. To be continued at a later time...
2021-03-26LookupWidget: Missing strings; inconsistent fontsJaakko Keränen
Fonts used in the lookup results list used inconsistent sizes. Now they all use the "UI content" (medium) size. The result headings were not translated at all.
2021-03-13Arrange URL child indicators; widget arrangementJaakko Keränen
The indicators in the URL input field are now arranged horizontally, so they don't overlap. Improved arrangement of (un)collapsed widgets.
2021-03-09LookupWidget: Fixed use of multiple search termsJaakko Keränen
The regexp wasn't formed correctly.
2021-03-06Mobile: Dealing with keyboard heightJaakko Keränen
The software keyboard obstructs part of the UI, so need to offset the view if the focused input widget would not be visible.
2021-03-04Changing UI scaling at runtimeJaakko Keränen
UI scaling factor is applied when closing the Preferences dialog. IssueID #83
2021-02-20iOS: Tweaks and changes for phone modeJaakko Keränen
Phone mode uses a modified user interface. Work in progress...
2021-02-19iOS: Adjusting the UI for a tablet screenJaakko Keränen
2021-01-25LookupWidget: Fixed Unicode errorsJaakko Keränen
Must decode Unicode characters since the search term is UTF-8. IssueID #119
2021-01-12LookupWidget: Item icons are aligned horizontallyJaakko Keränen
2020-12-28SidebarWidget: Opening feed entries in new tabJaakko Keränen
2020-12-10Feeds: Show entries in lookup resultsJaakko Keränen
2020-09-17CleanupJaakko Keränen
2020-09-10CleanupJaakko Keränen
2020-09-08LookupWidget: Item selection tweaksJaakko Keränen
2020-09-08LookupWidget: Identities lookup and commandsJaakko 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-07LookupWidget: Working on history content searchJaakko Keränen
2020-09-07LookupWidget: Show results for visited URLsJaakko Keränen
2020-09-07LookupWidget: Improved keyboard navigationJaakko Keränen
2020-09-06LookupWidget: Keyboard focus and cursorJaakko Keränen
2020-09-06Added a LookupWidget with background threadJaakko Keränen