summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-04GmDocument: Broken bullet in LiterataJaakko Keränen
2021-04-04GmDocument: Fixed list item overdrawJaakko Keränen
Bullet icon backgrounds were overlapping the bullet text, causing them to be overdrawn.
2021-04-04CleanupJaakko Keränen
2021-04-04Text: Kerning was brokenJaakko Keränen
Kerning has been broken by the changes for adaptive Emoji spacing inside monospace text. Now the current X position is updated correctly also for kerning.
2021-04-04Updated Nunito to the latest versionJaakko Keränen
Most notably, the lowercase L is different than uppercase I.
2021-04-03Lang: Use "Interlingue" as the nameJaakko Keränen
2021-04-03Lang: Added Occidental and SerbianJaakko Keränen
IssueID #192
2021-04-03Translated using Weblate (Serbian)Страхиња Радић
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
2021-04-03Added translation using Weblate (Serbian)Jaakko Keränen
2021-04-03Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 44.4% (181 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
2021-04-03Translated using Weblate (Spanish (Mexico))El Mau
Currently translated at 50.3% (205 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es_MX/
2021-04-03Translated using Weblate (Spanish)Wally Hackenslacker
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-04-03Translated using Weblate (German)Aaron Fischer
Currently translated at 49.6% (202 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
2021-04-03Translated using Weblate (French)MCMic
Currently translated at 6.3% (26 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
2021-04-03Added translation using Weblate (Esperanto)Jaakko Keränen
2021-04-03Updated release notesJaakko Keränen
2021-04-03InputWidget: Don't buffer contents too earlyJaakko Keränen
2021-04-03Updated release notesJaakko Keränen
2021-04-03Bumped version number to 1.3.1Jaakko Keränen
2021-04-03GmDocument: Normalizing plain textJaakko Keränen
Plain text should always go through normalization so tabs are replaced with a known number of spaces. The text renderer uses \t for column alignment.
2021-04-03Window: Defer events posted during startupJaakko Keränen
2021-04-03Preferences: Show URL on hover defaults to "no"Jaakko Keränen
2021-04-03Drawing only during window updateJaakko Keränen
Glyphs were inadvertently being cached already during measuring for layout. DocumentWidget was buffering graphics too early. Now buffered draws are prepared during normal drawing, when needed.
2021-03-31Media: Fixed image resizing when there is no maximum texture sizeJaakko Keränen
2021-03-31Text: Preserve alpha when caching glyphsJaakko Keränen
Ensure no blending is done. Glyphs are supposed to be cached as-is.
2021-03-31Text: Workaround for glyph rasterization problem with older SDL versionsJaakko Keränen
2021-03-31CleanupJaakko Keränen
2021-03-30Updated AppData for 1.3 releaseJaakko Keränen
2021-03-30Updated release notesJaakko Keränen
2021-03-30Updated release notesJaakko Keränen
2021-03-30Lang: Recompiled language stringsJaakko Keränen
2021-03-30Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into devJaakko Keränen
2021-03-30Translated using Weblate (Occidental)Olga Smirnova
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ie/
2021-03-30Translated using Weblate (Spanish)Wally Hackenslacker
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-03-30Translated using Weblate (Interlingua)Olga Smirnova
Currently translated at 87.9% (358 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ia/
2021-03-30Translated using Weblate (Chinese (Traditional))Shibo Lyu
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hant/
2021-03-30Translated using Weblate (Chinese (Simplified))Shibo Lyu
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hans/
2021-03-30Translated using Weblate (Finnish)Jaakko Keränen
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
2021-03-30Translated using Weblate (Russian)Nikolay Korotkiy
Currently translated at 100.0% (407 of 407 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
2021-03-30Widget: Arrangement debugging; min sizeJaakko Keränen
There is a problem with repeated arrangements: the previous set sizes affect subsequent outcomes. This results in Preferences not being able to reduce in size, only to expand. It should be possible to reset sizes back to zero/minimum size before starting an arrangement, but LabelWidget needs to cooperate by using `minSize` to set its default size. `minSize` is preferable to fixedSize because then the widget can go through the usual arranging logic. To be continued at a later time...
2021-03-30GmDocument: Font size for preformattedJaakko Keränen
Indents are disabled in the beginning.
2021-03-29Paint: Fixed clipping of negative X regionsJaakko Keränen
2021-03-29Widget: Flag for allowing horizontal overflowJaakko Keränen
Two-column headings are supposed to span both columns.
2021-03-29VisBuf: Increase buffer size for scrolling; fixed glitchesJaakko Keränen
Instead of 1.5x coverage, the buffer now has a full 2x.
2021-03-29Translated using Weblate (Spanish)Jaakko Keränen
Currently translated at 99.5% (404 of 406 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es/
2021-03-29Translated using Weblate (Chinese (Traditional))Shibo Lyu
Currently translated at 100.0% (406 of 406 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hant/
2021-03-29Translated using Weblate (Chinese (Simplified))Shibo Lyu
Currently translated at 100.0% (406 of 406 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/zh_Hans/
2021-03-29Translated using Weblate (Finnish)Jaakko Keränen
Currently translated at 100.0% (406 of 406 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
2021-03-29Translated using Weblate (Russian)Nikolay Korotkiy
Currently translated at 100.0% (406 of 406 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
2021-03-29Added translation using Weblate (Italian)Jaakko Keränen