summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.
2021-08-02InputWidget: Simple text renderer needs fixingJaakko Keränen
2021-08-01CleanupJaakko Keränen
2021-08-01Updated release notesJaakko Keränen
2021-08-01UploadWidget: Allow expanding to full window heightJaakko Keränen
2021-08-01Translations for hardcoded English stringsJaakko Keränen
IssueID #276
2021-07-31Updated release notesJaakko Keränen
2021-07-31Window: Update contents when (re)shownJaakko Keränen
IssueID #311
2021-07-31Updated release notesJaakko Keränen
2021-07-31Window: Fonts reinit after render device/targets resetJaakko Keränen
2021-07-30Updated release notesJaakko Keränen
2021-07-30InputWidget: Home/End moves to start/end of wrapped line segmentJaakko Keränen
2021-07-30Bumped version number to 1.6.2Jaakko Keränen
2021-07-30Updated release notesJaakko Keränen
2021-07-30InputWidget: Fixed undefined behavior when inserting a newlineJaakko Keränen
2021-07-30Depends: HarfBuzz should build static and shared librariesJaakko Keränen
2021-07-30Updated release notes and AppDataJaakko Keränen
2021-07-30Updated translationsJaakko Keränen
2021-07-29Translated 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-07-29Translated using Weblate (Toki Pona (tok))jan Anja
Currently translated at 99.0% (524 of 529 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tok/
2021-07-29Translated using Weblate (Spanish)Wally Hackenslacker
Currently translated at 100.0% (529 of 529 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-07-28Updated release notesJaakko Keränen
2021-07-28Titan: Reloading should re-open the Upload UIJaakko Keränen
2021-07-27InputWidget: Fixed cursor and selection issuesJaakko Keränen
Cursor position was miscalculated because WrapText works a bit differently with maxWidth==0. Selection was not always updated as intended.
2021-07-27GmCerts: As a fallback, use Gemini identities for Titan URLsJaakko Keränen
Allows configuring Titan-specific identities.
2021-07-27GmCerts: Use Gemini identities for Titan URLsJaakko Keränen
The upload dialog needs to have some UI for displaying/selecting which identity is used for the upload.