Age | Commit message (Collapse) | Author |
|
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?
|
|
|
|
The option defaults to OFF because generally SDL should be handling this and the resize watcher is a bit of hack.
|
|
It was possible that TlsRequest was waiting for incoming data,
not realizing some had already arrived.
|
|
IssueID #302
|
|
|
|
This is not specific to macOS, but seems to affect OpenGL rendering on all platforms.
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
Getting stuck while closing a socket if in "connecting" state and
there is data waiting to be sent.
IssueID #323
IssueID #302
|
|
Currently translated at 14.5% (79 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sk/
|
|
|
|
|
|
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ru/
|
|
|
|
|
|
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.
|
|
|
|
|
|
These were working in v1.5 but were broken in v1.6.
|
|
|
|
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.
|
|
Currently translated at 99.4% (540 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 100.0% (543 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/
|
|
Currently translated at 98.3% (534 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/ie/
|
|
Currently translated at 98.1% (533 of 543 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
|
|
Currently translated at 99.4% (526 of 529 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/tok/
|
|
Currently translated at 40.6% (215 of 529 strings)
Translation: Lagrange/User Interface
Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/
|
|
|
|
|
|
Slowed down the cursor blinking by half. Adjusted the focused input widget colors to be less harsh in dark mode.
|
|
|
|
IssueID #319
|
|
|
|
|
|
|
|
|
|
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.
|