summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-15Bumped version to 1.7Jaakko Keränen
2021-08-15Merge branch 'dev' into work/v1.7Jaakko Keränen
2021-08-15Updated AppDataJaakko Keränen
2021-08-15SDL 2.0.16 line drawing regression (OpenGL renderer)Jaakko Keränen
This is not specific to macOS, but seems to affect OpenGL rendering on all platforms.
2021-08-15Merge branch 'dev' of skyjake.fi:gemini/lagrange into devJaakko Keränen
2021-08-15Updated release notesJaakko Keränen
2021-08-15macOS: Workaround for an apparent SDL regressionJaakko Keränen
On macOS with SDL 2.0.16, there's a problem with the bottom right corner of a rectangle drawn as a line strip being off by one. SDL_RenderDrawLines() is behaving oddly on macOS with SDL 2.0.16.
2021-08-14macOS: Workaround for an apparent SDL regressionJaakko Keränen
On macOS with SDL 2.0.16, there's a problem with the bottom right corner of a rectangle drawn as a line strip being off by one.
2021-08-14Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into devJaakko Keränen
2021-08-14Updated the_FoundationJaakko Keränen
Getting stuck while closing a socket if in "connecting" state and there is data waiting to be sent. IssueID #323 IssueID #302
2021-08-12Translated using Weblate (Slovak)Marek Ľach
Currently translated at 14.5% (79 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sk/
2021-08-12Added translation using Weblate (Slovak)Weblate Admin
2021-08-11Updated translationsJaakko Keränen
2021-08-11Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into devJaakko Keränen
2021-08-10Translated using Weblate (Russian)Olga Smirnova
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
2021-08-10CleanupJaakko Keränen
2021-08-10Updated release notesJaakko Keränen
2021-08-10DocumentWidget: Fixed drawing of empty documentJaakko Keränen
An empty document would could the widget to be drawn as a black non-themed rectangle, with a single-pixel horizontal line in the middle. This fixes that by just clearing the widget to the UI background color. The most notable situation where this occurred was immediately after activating split view mode.
2021-08-07App: Immediate refresh after going to split modeJaakko Keränen
2021-08-06Updated release notesJaakko Keränen
2021-08-06InputWidget: Omit default scheme; highlight domain nameJaakko Keränen
These were working in v1.5 but were broken in v1.6.
2021-08-06Merge branch 'dev' into work/v1.7Jaakko Keränen
2021-08-06GmDocument: Full-width images in narrow layoutJaakko Keränen
2021-08-06Updated release notesJaakko Keränen
2021-08-06InputWidget: Return key, input focus behaviorJaakko Keränen
In the long-form text entry mode, don't use the user's configured Return key behavior, since that's meant for shorter input fields. Input fields no longer lose focus when the window loses input focus, but the cursor will stop blinking. This makes it easier to resume typing after switching window focus, and also on macOS the symbol picker is easier to use.
2021-08-05Translated using Weblate (French)MCMic
Currently translated at 99.4% (540 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
2021-08-04Updated release notesJaakko Keränen
2021-08-04InputWidget: Line breaks only make sense in some fieldsJaakko Keränen
For example, any URL field should disallow line breaks. The line break modifier preference should be disregarded in an input field where there are no line breaks.
2021-08-04DocumentWidget: Slightly wider minimum bordersJaakko Keränen
2021-08-03Bumped version to 1.6.3Jaakko Keränen
2021-08-03InputWidget: On PCs, use Ctrl+Shift+A to select all textJaakko Keränen
2021-08-03Updated README: clarificationsJaakko Keränen
2021-08-03Updated release notesJaakko Keränen
2021-08-03Updated translationsJaakko Keränen
2021-08-03Translated using Weblate (Serbian)Страхиња Радић
Currently translated at 100.0% (543 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
2021-08-03Translated using Weblate (Occidental)Olga Smirnova
Currently translated at 98.3% (534 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ie/
2021-08-03Translated using Weblate (Finnish)Weblate Admin
Currently translated at 98.1% (533 of 543 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
2021-08-03Translated using Weblate (Toki Pona (tok))jan Anja
Currently translated at 99.4% (526 of 529 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tok/
2021-08-03Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 40.6% (215 of 529 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
2021-08-03Updated AppDataJaakko Keränen
2021-08-03Updated release notesJaakko Keränen
2021-08-03InputWidget: Slower blink; adjusted colorsJaakko Keränen
Slowed down the cursor blinking by half. Adjusted the focused input widget colors to be less harsh in dark mode.
2021-08-02Updated release notesJaakko Keränen
2021-08-02Added --tab-url option to print active tab's URLJaakko Keränen
IssueID #319
2021-08-02Merge branch 'dev' into work/v1.7Jaakko Keränen
2021-08-02Updated release notesJaakko Keränen
2021-08-02Text: Fixed drawing wrapped text without HarfBuzzJaakko Keränen
2021-08-02InputWidget: CleanupJaakko Keränen
2021-08-02InputWidget: Fixed selection update after deletingJaakko Keränen
2021-08-02DocumentWidget: Redirecting between gemini/titan schemesJaakko Keränen
Automatic redirects between `gemini` and `titan` are allowed, because a reasonable response to a Titan request is a redirect to a Gemini URL. Gemini may likewise redirect to a Titan URL to initiate an upload.