summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-29Preferences: Added toggle for UI animationsJaakko Keränen
2021-05-29Text: Use arrows from IosevkaJaakko Keränen
2021-05-29Gempub: Fixed glitches in DocumentWidgetJaakko Keränen
2021-05-29Text: Use Iosevka as final fallback fontJaakko Keränen
2021-05-28Smol Emoji: Added Person and checkboxesJaakko Keränen
2021-05-28Gempub: Linear navigation with left/right arrow keysJaakko Keränen
2021-05-28Lang: Translations for New Identity scopesJaakko Keränen
2021-05-28Translated using Weblate (Occidental)Olga Smirnova
Currently translated at 99.5% (478 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ie/
2021-05-28Translated using Weblate (Spanish)Wally Hackenslacker
Currently translated at 100.0% (480 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-05-28Translated using Weblate (Interlingua)Olga Smirnova
Currently translated at 97.7% (469 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ia/
2021-05-28Translated using Weblate (Polish)Waterrail
Currently translated at 100.0% (480 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pl/
2021-05-28Translated using Weblate (French)MCMic
Currently translated at 99.3% (477 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
2021-05-28Translated using Weblate (Toki Pona (tok))jan Anja
Currently translated at 99.3% (477 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tok/
2021-05-28Translated using Weblate (Chinese (Traditional))Shibo Lyu
Currently translated at 100.0% (480 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hant/
2021-05-28Translated using Weblate (Polish)Nikolay Korotkiy
Currently translated at 100.0% (480 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/pl/
2021-05-28Translated using Weblate (Serbian)Nikolay Korotkiy
Currently translated at 100.0% (480 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
2021-05-28Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 45.0% (216 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
2021-05-28Translated using Weblate (Spanish)Nikolay Korotkiy
Currently translated at 97.2% (467 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-05-28Translated using Weblate (German)Nikolay Korotkiy
Currently translated at 75.6% (363 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
2021-05-28Translated using Weblate (French)Nikolay Korotkiy
Currently translated at 96.2% (462 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
2021-05-28Translated using Weblate (Russian)Nikolay Korotkiy
Currently translated at 100.0% (480 of 480 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
2021-05-28Updated release notesJaakko Keränen
2021-05-28DocumentWidget: Improved drawing of link key shortcutsJaakko Keränen
2021-05-28macOS: Attempted workaround for rendering issueJaakko Keränen
It appears that the SDL Metal renderer suffers from a glitch where display refresh is blocked for ~100 ms when resuming rendering after a period of sleep/waiting for events.
2021-05-28GmDocument: Tuning link icon alignmentJaakko Keränen
Keep it separated from the label text.
2021-05-27DocumentWidget: Composited link numbers/lettersJaakko Keränen
Draw the circle and the number/letter separately since we don't have a font with all the glyphs.
2021-05-27Updated Smol EmojiJaakko Keränen
Added Gear.
2021-05-27Fixed disappearing scrollbarsJaakko Keränen
Scrollbar visibility depends on it having a non-zero area.
2021-05-27Feeds: Disregard old entriesJaakko Keränen
The history of visited URLs has a maximum age limit, and this is used for unread status.
2021-05-27Fixed icon alignmentsJaakko Keränen
Some of the icons in the Bookmarks list and lookup results were misaligned.
2021-05-27Updated Smol EmojiJaakko Keränen
2021-05-27Slightly larger font for audio player timesJaakko Keränen
The seven segment digits are coming from a different font.
2021-05-27Updated Smol EmojiJaakko Keränen
2021-05-27Fixed link to LICENSE_SmolEmoji.txtJaakko Keränen
2021-05-27Added OFL license for Smol EmojiJaakko Keränen
IssueID #283
2021-05-27Prefs: Don't set a default user symbol fontJaakko Keränen
2021-05-27Periodic: Fixed dispatch without active UI rootJaakko Keränen
2021-05-26Fonts: Added more Smol Emoji symbolsJaakko Keränen
2021-05-25Removed Symbola, replaced with other/new fontsJaakko Keränen
Symbola's license is not permissive enough, so it has been removed. Added "Smol Emoji" with face emoticons and other UI characters for Lagrange. More symbols provided by Noto Sans Symbols and Noto Sans Symbols 2. The fallback fonts are now Iosevka, which has a pretty good coverage (although monospace), and the user's chosen TrueType font (which could still be a local copy of Symbola). Still a work in progress: some characters are missing. IssueID #283
2021-05-25Use "Close" instead of "Dismiss"Jaakko Keränen
IssueID #285
2021-05-25Preferences: "Close" instead of "Dismiss"Jaakko Keränen
IssueID #285
2021-05-22Document footer buttonsJaakko Keränen
In some situations, e.g., when a client certificate is required but not active, make available action buttons that offer related shortcuts. Selecting or deselecting an identity for use will automatically reload the current page for convenience. Animate closing sidebars with Escape key.
2021-05-22DocumentWidget: Working on footer button positioningJaakko Keränen
2021-05-21DocumentWidget: Working on buttons related to page contentJaakko Keränen
2021-05-21DocumentWidget: CleanupJaakko Keränen
Group the member variables for clarity.
2021-05-21CleanupJaakko Keränen
2021-05-21Added -u,--url-or-search command line optionJaakko Keränen
Opening an URL or making a search query from the command line. IssueID #232
2021-05-21Behavior of opening URLs via command lineJaakko Keränen
Open all URLs/files specified on the command line in new tabs, and raise the window if the app is already running. IssueID #235
2021-05-21IPC: Request window raise when opening new tabs, navigatingJaakko Keränen
IssueID #234
2021-05-21Keybindings for split view menuJaakko Keränen
The split view keys now have keybindings. The default bindings for horizontal/vertical were changed to conform to Emacs (3/2). IssueID #278