summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-13Translated using Weblate (Toki Pona (tok))jan Anja
Currently translated at 96.5% (622 of 644 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tok/
2022-01-13Translated using Weblate (Serbian)Страхиња Радић
Currently translated at 100.0% (644 of 644 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
2022-01-13Translated using Weblate (German)Alyssa Liddell
Currently translated at 94.5% (609 of 644 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
2022-01-13Translated using Weblate (Finnish)Weblate Admin
Currently translated at 100.0% (644 of 644 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
2022-01-13Translated using Weblate (Russian)Alyssa Liddell
Currently translated at 100.0% (644 of 644 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
2022-01-07Updated release notesJaakko Keränen
2022-01-07App: Optimizing periodic eventsJaakko Keränen
IssueID #416
2022-01-07Text: Minor optimizationJaakko Keränen
When drawing glyphs, each one of them may be individually cached. Allocate less heap memory during these calls.
2022-01-07Updated release notesJaakko Keränen
2022-01-07Text: CJK word wrappingJaakko Keränen
Improve mixed-language word wrapping, and position U+3001 and U+3002 near the baseline. IssueID #380
2022-01-07Updated release notesJaakko Keränen
2022-01-07Layout glitch workaroundJaakko Keränen
2022-01-06Text: Detect Bengali, Oriya, Tamil scriptsJaakko Keränen
IssueID #345
2022-01-06Detect Devanagari textJaakko Keränen
Tell HarfBuzz when Devanagari has been detected. TODO: Check for other languages supported by HarfBuzz (there's a long list). IssueID #345
2022-01-06App: Tell user about IPC command destinationJaakko Keränen
2022-01-05Consistent dialog titlesJaakko Keränen
Added a utility for setting up dialog titles consistently. They are now in all-caps and aligned appropriately.
2022-01-05Mobile: Incorrect number of items in page menuJaakko Keränen
2022-01-05Mobile: URL field padding on tabletsJaakko Keränen
2022-01-05Updated release notesJaakko Keränen
2022-01-05CleanupJaakko Keränen
Post merge.
2022-01-05Updated language stringsJaakko Keränen
2022-01-05Merge branch 'work/v1.10' into devJaakko Keränen
# Conflicts: # CMakeLists.txt # Depends-Android.cmake # res/about/version.gmi # res/lang/cs.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/fi.bin # res/lang/gl.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hant.bin # src/app.c # src/main.c # src/ui/documentwidget.c # src/ui/labelwidget.c # src/ui/sidebarwidget.c # src/ui/util.c
2022-01-05Updated copyright yearJaakko Keränen
2022-01-05Updated release notesJaakko Keränen
2022-01-05Handling keys while navigating via home rowJaakko Keränen
When navigating via home row, ensure that other widgets will not trigger when keys are pressed. The document is given keyboard focus even though it is not flagged as focusable, to make sure it gets to handle all the keys first. On macOS, disable all native menu items that have a home row keyboard shortcut. Also on macOS, disable all native menus when changing bindings. IssueID #419
2022-01-04Bumped version number; updated release notesJaakko Keränen
2022-01-04SDL line drawing regression was fixed in 2.0.18Jaakko Keränen
2022-01-04SDL patch for macOS and iOS updated for 2.0.18Jaakko Keränen
SDL has added multiple input sources for mice.
2022-01-04Updated release notesJaakko Keränen
2022-01-04Text: Fixed color escapes in the simple text rendererJaakko Keränen
2022-01-04Updated release notes, language stringsJaakko Keränen
2022-01-04Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into devJaakko Keränen
2022-01-04Date in Gemini feed links is de-emphasizedJaakko Keränen
Use a regular font weight and dimmer color for the entry date.
2022-01-04Text: Light and regular font weight via ANSI escapesJaakko Keränen
SGR codes 2 and 10.
2022-01-03Android: Build date and release notesJaakko Keränen
2022-01-03Android: Fixed glitches with updating keyboard heightJaakko Keränen
2022-01-03Android: Default return key behavior is to insert a newlineJaakko Keränen
2022-01-03Mobile: Updated HelpJaakko Keränen
2022-01-02Android: Added release notes and Help pageJaakko Keränen
2022-01-02Translated using Weblate (Interlingua)Olga Smirnova
Currently translated at 92.7% (572 of 617 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ia/
2022-01-02Mobile: Tweaking URL input widget paddingJaakko Keränen
Portrait phone URL input field has some special padding rules. This should be done elsewhere (updateMetrics_Root?), but InputWidget does not check the Widget paddings currently.
2022-01-02Attempt to ensure invalidation of cached theme dataJaakko Keränen
2022-01-02Tell SDL to allow screensaverJaakko Keränen
2022-01-02Lang: Headings are title-casedJaakko Keränen
The uppercasing of headings will occur programmatically if appropriate.
2022-01-02Mobile: Taller portrait phone navbarJaakko Keränen
The navbar is an important tap target, so it should be the same height as most menu items and the toolbar.
2022-01-01Android: Show build version and date in Settings > AboutJaakko Keränen
2022-01-01Android: Fixed root sizing; clip menu not showing; toolbar buttonsJaakko Keränen
The keyboard height was miscalculated if there were system keys under the window.
2022-01-01Mobile: User-configurable phone toolbar buttonsJaakko Keränen
Actions for the first two mobile portrait phone toolbar buttons can be chosen in Settings.
2022-01-01Updated copyright yearJaakko Keränen
2022-01-01iOS: Bumped version numberJaakko Keränen