Age | Commit message (Collapse) | Author |
|
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.
|
|
The brackets that were removed must be put back if needed.
|
|
The brackets are part of the URL notation and should not be considered part of the IPv6 address itself.
|
|
|
|
|
|
One of the four buffers will be always outside the viewport.
|
|
The Back and Forward arrow buttons are disabled if the navigation position is at the end/beginning of the history.
IssueID #247
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
The horizontal middle ellipsis character is quite thin in the available fonts, so use three bullets instead.
|
|
Fonts are grouped by type.
|
|
|
|
|
|
A new version of the typeface, now with all font variations needed
for page content as well.
|
|
|
|
|
|
The Import Identity dialog is now styled for mobile, although could use a little more tuning.
|
|
Adjusted font sizes and action buttons moved to the top.
|
|
|
|
There was an inadvertent double click.
|
|
"menu.copy.source" had only one use and was replaced with the
identical "menu.page.copysource".
|
|
The animation ticker callback was not removed.
|
|
A tab switch may have ended up accessing a NULL pointer.
|
|
|
|
|
|
Currently translated at 83.0% (363 of 437 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
|
|
Currently translated at 100.0% (437 of 437 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
|
|
|
|
|
|
|
|
|
|
Currently translated at 57.4% (248 of 432 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
|
|
Currently translated at 33.3% (144 of 432 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
|
|
DocumentWidget now supports a long-press drag selection mode. The context menu was moved to the URL bar, replacing the reload button.
|
|
Tab was always consumed by focus cycling even though that should be at the lowest priority.
IssueID #244
|
|
|
|
|
|
Scrolling must prevent the hover state from being updated both in documents and lists.
|
|
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)?
|
|
|
|
The right margin is collapsed if the layout is very narrow, for example a zoomed phone.
|
|
Notify when hover state should be updated again after scrolling.
|
|
|
|
|
|
The snap didn't quite work. It would be easier to do with relative pinch motion events, but hardly essential.
|
|
Don't update hover while zooming.
|