Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | GmDocument: Adjusting narrow margin collapse | Jaakko Keränen | |
2021-04-20 | GmDocument: Collapse margins in narrow layout | Jaakko Keränen | |
2021-04-18 | Player: Fixed audio media type check | Jaakko Keränen | |
IssueID #249 | |||
2021-04-18 | Dealing with a missing host name | Jaakko Keränen | |
2021-04-18 | Added French as UI language option | Jaakko Keränen | |
2021-04-18 | Added build option to disable IPC | Jaakko Keränen | |
It may take a while to add D-Bus support, so adding a way to disable the incompatible IPC mechanism for Flatpak builds. IssueID #245 | |||
2021-04-17 | Window: Cleanup | Jaakko Keränen | |
2021-04-17 | if LAGRANGE_OVERRIDE_DPI is set, use that as the DPI | Charles | |
If the setting is invalid (e.g. the variable is set to something which is not an integer), then a warning is printed to standard error, and the environment variable is ignored. If the environment variable is an empty string, it is also ignored. | |||
2021-04-17 | Composing an URL with an IPv6 host | Jaakko Keränen | |
The brackets that were removed must be put back if needed. | |||
2021-04-17 | Parsing an IPv6 URL | Jaakko Keränen | |
The brackets are part of the URL notation and should not be considered part of the IPv6 address itself. | |||
2021-04-17 | DocumentWidget: Undefined behavior | Jaakko Keränen | |
2021-04-16 | VisBuf: Only draw buffers that are within bounds | Jaakko Keränen | |
One of the four buffers will be always outside the viewport. | |||
2021-04-16 | Back/Forward buttons vs. navigation position | Jaakko Keränen | |
The Back and Forward arrow buttons are disabled if the navigation position is at the end/beginning of the history. IssueID #247 | |||
2021-04-15 | Window: Borderless "Updating Feeds" indicator | Jaakko Keränen | |
2021-04-15 | DocumentWidget: Don't render background tabs | Jaakko Keränen | |
2021-04-15 | Progressive document rendering | Jaakko Keränen | |
VisBuf now guarantees that all the buffers are sequentially ordered. This ensure complete utilization of all the buffers. Previously some buffers were not used at all, or allocated to the same origin as another one (!). DocumentWidget is able to progressively fill up a buffer while scrolling. After any change to the visible region has been detected (and there are no ongoing changes), prerender the remaining runs one at a time. This solves the issue where one text run would be always unnecessarily rendered while scrolling, even if the scroll distance was just one pixel. | |||
2021-04-14 | Mobile: More prominent context menu icon | Jaakko Keränen | |
The horizontal middle ellipsis character is quite thin in the available fonts, so use three bullets instead. | |||
2021-04-13 | Preferences: Reorganized fonts dropdown | Jaakko Keränen | |
Fonts are grouped by type. | |||
2021-04-13 | Text: Added a semibold Fira Sans font | Jaakko Keränen | |
2021-04-13 | Mobile: Use string IDs in menus | Jaakko Keränen | |
2021-04-13 | Updated the UI fonts to Source Sans 3 | Jaakko Keränen | |
A new version of the typeface, now with all font variations needed for page content as well. | |||
2021-04-13 | Slightly lighter sidebar background color for Light theme | Jaakko Keränen | |
2021-04-12 | Mobile: CertImportWidget, UI tweaks | Jaakko Keränen | |
The Import Identity dialog is now styled for mobile, although could use a little more tuning. | |||
2021-04-12 | Mobile: Sidebar tweaks | Jaakko Keränen | |
Adjusted font sizes and action buttons moved to the top. | |||
2021-04-12 | DocumentWidget: Touch selection pins; hover cleanup | Jaakko Keränen | |
2021-04-12 | Touch: Fixed long-press on input fields | Jaakko Keränen | |
There was an inadvertent double click. | |||
2021-04-12 | Lang: Removed redundant UI string | Jaakko Keränen | |
"menu.copy.source" had only one use and was replaced with the identical "menu.page.copysource". | |||
2021-04-12 | DocumentWidget: Possible crash when closing a tab | Jaakko Keränen | |
The animation ticker callback was not removed. | |||
2021-04-12 | App: Mitigations against a possible crash | Jaakko Keränen | |
A tab switch may have ended up accessing a NULL pointer. | |||
2021-04-11 | Lang: Added German translation | Jaakko Keränen | |
2021-04-11 | Added a "Clear Selection" string | Jaakko Keränen | |
2021-04-11 | Mobile: Long press to select; navbar page menu | Jaakko Keränen | |
DocumentWidget now supports a long-press drag selection mode. The context menu was moved to the URL bar, replacing the reload button. | |||
2021-04-10 | Allow using Tab key for bindings | Jaakko Keränen | |
Tab was always consumed by focus cycling even though that should be at the lowest priority. IssueID #244 | |||
2021-04-10 | SidebarWidget: Action button fonts | Jaakko Keränen | |
2021-04-10 | Mobile: Incorrect menu item labels | Jaakko Keränen | |
2021-04-10 | Touch: Improved hover behavior | Jaakko Keränen | |
Scrolling must prevent the hover state from being updated both in documents and lists. | |||
2021-04-10 | Feeds: All/Unread view mode selection | Jaakko Keränen | |
This is a bit too simple, but allows seeing the unread entries only. The unread counter needs some reworking: should it show all unread or unread in the "All" list (latest 100 entries)? | |||
2021-04-10 | Identities: New/Import buttons below list | Jaakko Keränen | |
2021-04-10 | GmDocument: Very narrow layout | Jaakko Keränen | |
The right margin is collapsed if the layout is very narrow, for example a zoomed phone. | |||
2021-04-10 | Touch: Notify widget when tap is about to begin | Jaakko Keränen | |
Notify when hover state should be updated again after scrolling. | |||
2021-04-10 | Mobile: Close menus when toolbar hidden | Jaakko Keränen | |
2021-04-10 | DocumentWidget: No hover while scrolling on mobile | Jaakko Keränen | |
2021-04-10 | DocumentWidget: Pinch zoom tuning | Jaakko Keränen | |
The snap didn't quite work. It would be easier to do with relative pinch motion events, but hardly essential. | |||
2021-04-10 | DocumentWidget: Pinch zoom vs. hover | Jaakko Keränen | |
Don't update hover while zooming. | |||
2021-04-10 | Mobile: Retain window placement is only for desktop | Jaakko Keränen | |
2021-04-10 | Mobile: Zooming using pinch gestures | Jaakko Keränen | |
2021-04-10 | Touch: Multitouch pinch events | Jaakko Keränen | |
2021-04-10 | Touch: Hover behavior improvements | Jaakko Keränen | |
Don't show hover on links and lists when no finger is actively touching. | |||
2021-04-10 | Mobile: Hide shortcut keys | Jaakko Keränen | |
On iPad, the platform convention is to show these in a popup anyway. | |||
2021-04-10 | Touch: Multitouch scrolling | Jaakko Keränen | |
Each finger is emitting scroll events at their own position, enabling scrolling multiple widgets at the same time. |