summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2021-02-27Fixed crash when creating a bookmarkJaakko Keränen
IssueID #184
2021-02-26Auto-reload without a valid request timeJaakko Keränen
2021-02-26Don't apply MIME hooks on downloaded filesJaakko Keränen
2021-02-26Window: Custom frame app title colorJaakko Keränen
2021-02-26Visual design improvementsJaakko Keränen
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference.
2021-02-26DocumentWidget: Inline downloadsJaakko Keränen
2021-02-26GmDocument: Palette tuningJaakko Keränen
The greenish-yellow was a bit off-putting.
2021-02-25SidebarWidget: Skip future-dated feed entriesJaakko Keränen
2021-02-25Consolidating media handlingJaakko Keränen
2021-02-25CleanupJaakko Keränen
2021-02-25Adjusting input field colorsJaakko Keränen
2021-02-24Modal dialogs fade the backgroundJaakko Keränen
2021-02-24Window: Adjusted lock spacingJaakko Keränen
2021-02-24Preferences: Dropdown stylingJaakko Keränen
2021-02-24Source Sans Pro and Iosevka as font optionsJaakko Keränen
Allow the UI and monospace fonts to be used as page content fonts.
2021-02-24Window: Adjusted lock icon spacingJaakko Keränen
2021-02-24Lock button is embedded in the URL fieldJaakko Keränen
2021-02-24SidebarWidget: Draw a borderJaakko Keränen
2021-02-24GmDocument: Media type flexibilityJaakko Keränen
Allow defining new inline media types.
2021-02-24UI font consistencyJaakko Keränen
Try to minimize the number of fonts in the UI. Input fields now use the same UI font as everything else. The monospace font was originally used because the widget required one, but that is no longer the case.
2021-02-24DocumentWidget: Expand/shrink page marginJaakko Keränen
Based on the width of the document, make the horizontal margins larger or smaller.
2021-02-24CleanupJaakko Keränen
2021-02-24Fixed text entry dialogs closing prematurelyJaakko Keränen
2021-02-24SidebarWidget: Background color tuningJaakko Keränen
2021-02-23SidebarWidget: Improved appearanceJaakko Keränen
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings.
2021-02-23Option to auto-reload a tab at a given intervalJaakko Keränen
IssueID #116
2021-02-23Widget: Inserting children at a specific indexJaakko Keränen
2021-02-23DocumentWidget: Middle-click behavior on linksJaakko Keränen
Mimic Firefox so that a normal middle-click opens a new tab in the background, and Shift-middle-click opens new tab in foreground. IssueID #152
2021-02-23"Go to Root" respects user names in URLJaakko Keränen
The behavior of navigating to root should match what is displayed in the top banner.
2021-02-23Show a search indicator in the URL barJaakko Keränen
Indicate to user when entered text will be user for a search engine query. IssueID #157
2021-02-23Added a Large Bold UI fontJaakko Keränen
2021-02-23SidebarWidget: Bold headings; item spacingJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-23Text: Escape for restoring original colorJaakko Keränen
2021-02-22Allow user to set any character as bookmark iconJaakko Keränen
The custom icons only appear in bookmark and feed lists, though.
2021-02-22Dialog buttons on the rightJaakko Keränen
Follow typical GUI conventions by placing dialog buttons on the right edge. This leaves space for additional actions on the left.
2021-02-22iOS: Font adjustmentsJaakko Keränen
2021-02-22Touch: Improved tap-and-holdJaakko Keränen
Clear gestures related to a widget if the widget is destroyed.
2021-02-22SidebarWidget: Feed entry appearanceJaakko Keränen
2021-02-21iOS: Working on menu stylingJaakko Keränen
2021-02-21Text: Added a 1.33x sized UI fontJaakko Keränen
2021-02-21iOS: Tablet and phone menusJaakko Keränen
2021-02-21Minor tweaksJaakko Keränen
2021-02-21Animated widget offsets; phone sidebarsJaakko Keränen
2021-02-20iOS: More spacing for listsJaakko Keränen
2021-02-20Revising sidebar placement for phonesJaakko Keränen
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement.
2021-02-20iOS: Removed 2nd sidebar; background tweaksJaakko Keränen
2021-02-20iOS: Toolbar/navbar button visibilityJaakko Keränen
2021-02-20iOS: Tweaks and changes for phone modeJaakko Keränen
Phone mode uses a modified user interface. Work in progress...
2021-02-19iOS: Further tweaks for mobileJaakko Keränen