Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Mobile and iOS: Various fixes and cleanup | Jaakko Keränen | |
Several regressions occurred when the split view mode was implemented. | |||
2021-04-30 | Revising and fixing widget layout | Jaakko Keränen | |
Some of the logic for arranging widgets was invalid, leading to problems with the navbar: - cannot resize children if own size depends on their size - expanding children won't expand unless resizing all children | |||
2021-04-29 | Cleanup | Jaakko Keränen | |
2021-04-28 | Working on multiple UI roots | Jaakko Keränen | |
Root focus switching and opening links in the other root. | |||
2021-04-28 | Working on multiple UI roots | Jaakko Keränen | |
Various refactorings and fixes to handle root-global and window-global state, root-specific palettes, and proper coordinate system changes (e.g., when opening menus). UI events are posted and handled in the context of a specific root. | |||
2021-04-27 | Refactor: Update event processing to not assume a single UI root | Jaakko Keränen | |
Most actions should occur in the context of the current UI root. | |||
2021-04-27 | UI root sizing is independent of window sizing | Jaakko Keränen | |
2021-03-30 | Widget: Arrangement debugging; min size | Jaakko 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-26 | LookupWidget: Missing strings; inconsistent fonts | Jaakko 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-13 | Arrange URL child indicators; widget arrangement | Jaakko 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-09 | LookupWidget: Fixed use of multiple search terms | Jaakko Keränen | |
The regexp wasn't formed correctly. | |||
2021-03-06 | Mobile: Dealing with keyboard height | Jaakko 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-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 | |||
2021-02-20 | iOS: Tweaks and changes for phone mode | Jaakko Keränen | |
Phone mode uses a modified user interface. Work in progress... | |||
2021-02-19 | iOS: Adjusting the UI for a tablet screen | Jaakko Keränen | |
2021-01-25 | LookupWidget: Fixed Unicode errors | Jaakko Keränen | |
Must decode Unicode characters since the search term is UTF-8. IssueID #119 | |||
2021-01-12 | LookupWidget: Item icons are aligned horizontally | Jaakko Keränen | |
2020-12-28 | SidebarWidget: Opening feed entries in new tab | Jaakko Keränen | |
2020-12-10 | Feeds: Show entries in lookup results | Jaakko Keränen | |
2020-09-17 | Cleanup | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-08 | LookupWidget: Item selection tweaks | Jaakko Keränen | |
2020-09-08 | LookupWidget: Identities lookup and commands | Jaakko Keränen | |
2020-09-07 | LookupWidget: Finding identities | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved multi-word matches | Jaakko Keränen | |
All search terms must be found in order, but may have anything between them. | |||
2020-09-07 | Lookup improvements for history content | Jaakko Keränen | |
2020-09-07 | LookupWidget: Working on history content search | Jaakko Keränen | |
2020-09-07 | LookupWidget: Show results for visited URLs | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved keyboard navigation | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-06 | Added a LookupWidget with background thread | Jaakko Keränen | |