Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Updated the_Foundation | 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-16 | Cleanup | Jaakko Keränen | |
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 | Updated release notes | 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 | iOS: Bump version | Jaakko Keränen | |
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 | iOS: Bumped version | 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 a few source string comments | Jaakko Keränen | |
2021-04-11 | Lang: Recompiled language strings | Jaakko Keränen | |
2021-04-11 | Translated using Weblate (German) | Jaakko Keränen | |
Currently translated at 83.0% (363 of 437 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/ | |||
2021-04-11 | Translated using Weblate (Finnish) | Jaakko Keränen | |
Currently translated at 100.0% (437 of 437 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/ | |||
2021-04-11 | Lang: Added German translation | Jaakko Keränen | |
2021-04-11 | Lang: Recompiled language strings | Jaakko Keränen | |
2021-04-11 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2021-04-11 | Added a "Clear Selection" string | Jaakko Keränen | |
2021-04-11 | Translated using Weblate (German) | Jaakko Keränen | |
Currently translated at 57.4% (248 of 432 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/ | |||
2021-04-11 | Translated using Weblate (French) | MCMic | |
Currently translated at 33.3% (144 of 432 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/ | |||
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 | |