Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-21 | Touch: Stopping momentum scroll | Jaakko Keränen | |
When a widget runs out of scrollable area, stop any momentum scrolls. | |||
2021-04-21 | Mobile: Added Settings > About | Jaakko Keränen | |
2021-04-21 | Mobile: Autoreload intervals are missing | Jaakko Keränen | |
2021-04-21 | iOS: Background audio; MP3/AAC playback | Jaakko Keränen | |
2021-04-21 | Window: "Use system theme" turned off inadvertently | Jaakko Keränen | |
2021-04-20 | iOS: Fixed momentum scroll timing | Jaakko Keränen | |
The scrolling stutters were being caused by timing and not slow text rendering. Now the momentum scroll is locked to display refresh rate. | |||
2021-04-20 | Cleanup | Jaakko Keränen | |
2021-04-20 | Touch: Resuming a drag scroll from momentum | Jaakko Keränen | |
Continue a scroll if there's still a momentum scroll ongoing instead of checking long-press. | |||
2021-04-20 | iOS: Haptic tap at 100% pinch zoom | Jaakko Keränen | |
2021-04-20 | DocumentWidget: Pre-rendering finetuning | Jaakko Keränen | |
Ensure there is more buffered content available in the current scrolling direction, and also make sure that all buffers get pre-rendered after a short delay with the view being stationary. | |||
2021-04-20 | Widget: Added a utility method | Jaakko Keränen | |
2021-04-20 | Mobile: Fixed invalid touch positions | Jaakko Keränen | |
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 | |