Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-25 | Updated release notes | Jaakko Keränen | |
2021-08-25 | Audio init errors should not be fatal | Jaakko Keränen | |
IssueID #325 | |||
2021-08-25 | Updated release notes | Jaakko Keränen | |
2021-08-25 | SidebarWidget: Fixed right-clicking on sidebar tabs | Jaakko Keränen | |
The sidebar context menu should open when clicking on the tabs, not the item context menu. | |||
2021-08-24 | Updated release notes | Jaakko Keränen | |
2021-08-24 | Text: Character hit test vs. clusters | Jaakko Keränen | |
When multiple codepoints are in the same cluster, the hit test should only consider the first codepoint of the cluster, or otherwise the cursor is positioned somewhere in the middle of the cluster and not at the start. | |||
2021-08-24 | InputWidget: Reverted an earlier change to fix cursor movement regression | Jaakko Keränen | |
In word-wrapped lines, a character will be hit multiple times and the latest hit is what counts. | |||
2021-08-22 | Cleanup | Jaakko Keränen | |
2021-08-22 | Window: Update UI layout after split changes | Jaakko Keränen | |
2021-08-20 | Updated AppData | Jaakko Keränen | |
2021-08-19 | Updated release notes | Jaakko Keränen | |
2021-08-19 | UploadWidget: "Close" is a better button label | Jaakko 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-19 | InputWidget: Cursor behavior around invisible codepoints | Jaakko 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-18 | Updated release notes | Jaakko Keränen | |
2021-08-18 | GmRequest: Detect UTF-8 in local files of unknown type | Jaakko Keränen | |
2021-08-18 | DocumentWidget: Incorrect message in Page Info | Jaakko Keränen | |
2021-08-18 | Updated the_Foundation | Jaakko Keränen | |
2021-08-18 | Updated release notes | Jaakko Keränen | |
2021-08-17 | Updated release notes | Jaakko Keränen | |
2021-08-17 | Changed default of ENABLE_RESIZE_DRAW to ON | Jaakko Keränen | |
Resize drawing seems to work better on many platforms so default to ON. | |||
2021-08-17 | Window: Redraw tweaks on MSYS | Jaakko Keränen | |
2021-08-17 | Window: Experimenting with draw-driven UI resize | Jaakko 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-17 | Updated release notes | Jaakko Keränen | |
2021-08-17 | Added build option for window drawing during resize | Jaakko 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-17 | Updated the_Foundation: TlsRequest gets stuck | Jaakko Keränen | |
It was possible that TlsRequest was waiting for incoming data, not realizing some had already arrived. | |||
2021-08-17 | Updated the_Foundation: Cancelling a TlsRequest | Jaakko Keränen | |
IssueID #302 | |||
2021-08-15 | Updated AppData | Jaakko Keränen | |
2021-08-15 | SDL 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-15 | Merge branch 'dev' of skyjake.fi:gemini/lagrange into dev | Jaakko Keränen | |
2021-08-15 | Updated release notes | Jaakko Keränen | |
2021-08-15 | macOS: Workaround for an apparent SDL regression | Jaakko 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-14 | macOS: Workaround for an apparent SDL regression | Jaakko 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-14 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2021-08-14 | Updated the_Foundation | Jaakko 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-12 | Translated 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-12 | Added translation using Weblate (Slovak) | Weblate Admin | |
2021-08-11 | Updated translations | Jaakko Keränen | |
2021-08-11 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2021-08-10 | Translated 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-10 | Cleanup | Jaakko Keränen | |
2021-08-10 | Updated release notes | Jaakko Keränen | |
2021-08-10 | DocumentWidget: Fixed drawing of empty document | Jaakko 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-07 | App: Immediate refresh after going to split mode | Jaakko Keränen | |
2021-08-06 | Updated release notes | Jaakko Keränen | |
2021-08-06 | InputWidget: Omit default scheme; highlight domain name | Jaakko Keränen | |
These were working in v1.5 but were broken in v1.6. | |||
2021-08-06 | Updated release notes | Jaakko Keränen | |
2021-08-06 | InputWidget: Return key, input focus behavior | Jaakko 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-05 | Translated 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-04 | Updated release notes | Jaakko Keränen | |
2021-08-04 | InputWidget: Line breaks only make sense in some fields | Jaakko 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. |