summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-20Added WebP decoding using libwebpJaakko Keränen
2021-08-20Merge branch 'dev' into work/v1.7Jaakko Keränen
# Conflicts: # CMakeLists.txt
2021-08-20Updated AppDataJaakko Keränen
2021-08-19Updated release notesJaakko Keränen
2021-08-19UploadWidget: "Close" is a better button labelJaakko Keränen
"Cancel" would imply here that changes made in the editor would be cancelled, when the opposite is true: the editor contents are saved persistently.
2021-08-19InputWidget: Cursor behavior around invisible codepointsJaakko Keränen
Emoji variation selectors would confuse cursor positioning and insertion behavior, breaking the assumption that each line ends with a single newline.
2021-08-18Updated release notesJaakko Keränen
2021-08-18GmRequest: Detect UTF-8 in local files of unknown typeJaakko Keränen
2021-08-18DocumentWidget: Incorrect message in Page InfoJaakko Keränen
2021-08-18Updated the_FoundationJaakko Keränen
2021-08-18Updated release notesJaakko Keränen
2021-08-17Updated release notesJaakko Keränen
2021-08-17Changed default of ENABLE_RESIZE_DRAW to ONJaakko Keränen
Resize drawing seems to work better on many platforms so default to ON.
2021-08-17Window: Redraw tweaks on MSYSJaakko Keränen
2021-08-17Window: Experimenting with draw-driven UI resizeJaakko Keränen
The notification about UI resize will not occur until a draw has been started, so we can avoid any unnecessary resize handling between draws. May not work?
2021-08-17Updated release notesJaakko Keränen
2021-08-17Added build option for window drawing during resizeJaakko Keränen
The option defaults to OFF because generally SDL should be handling this and the resize watcher is a bit of hack.
2021-08-17Updated the_Foundation: TlsRequest gets stuckJaakko Keränen
It was possible that TlsRequest was waiting for incoming data, not realizing some had already arrived.
2021-08-17Updated the_Foundation: Cancelling a TlsRequestJaakko Keränen
IssueID #302
2021-08-17iOS: Setting the audio session categoryJaakko Keränen
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