Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | Updated release notes | Jaakko Keränen | |
2021-02-07 | Added build option to always do relative resource lookup | Jaakko Keränen | |
This is to facilitate AppImage packaging for Linux. | |||
2021-02-07 | App: Determine first run based on existence of prefs.cfg | Jaakko Keränen | |
2021-02-07 | Windows: Check for a portable userdata directory | Jaakko Keränen | |
IssueID #120 | |||
2021-02-07 | Updated release notes | Jaakko Keränen | |
2021-02-07 | DocumentWidget: Wrong tab gets input query string | Jaakko Keränen | |
Input submission events are now tied to a particular document and not implicitly to the current one. As a workaround, input queries will now force a tab to the foreground. IssueID #142 | |||
2021-02-05 | Experimenting with an iOS build | Jaakko Keränen | |
iPlatformApple applies to both macOS and iOS. Added iPlatformAppleDesktop and iPlatformAppleMobile to make a distinction between the two. IssueID #96 | |||
2021-02-05 | Updated release notes | Jaakko Keränen | |
2021-02-05 | macOS: Fixed build | Jaakko Keränen | |
2021-02-05 | Updated AppData for v1.1.1 release | Jaakko Keränen | |
2021-02-03 | XDG: Check XDG_CONFIG_HOME and the user's download directory | Jaakko Keränen | |
Also added a build option to disable changing the user download directory within Lagrange, since that's set via XDG config. | |||
2021-02-03 | Updated release notes | Jaakko Keränen | |
2021-02-03 | Improved first-run experience | Jaakko Keränen | |
Use a remote source for Getting Started bookmarks. Tweaked default values of preferences. | |||
2021-02-03 | Updated copyright year | Jaakko Keränen | |
2021-02-03 | Bumped version number to 1.2 | Jaakko Keränen | |
2021-02-03 | Window: Fixed invalid contents are restoring in fullscreen mode | Jaakko Keränen | |
When the window was put in the background in fullscreen mode and then restored to foreground, buffered contents were lost. IssueID #130 | |||
2021-02-03 | Window: Fullscreen mode shouldn't affect the retained window rect | Jaakko Keränen | |
IssueID #130 | |||
2021-02-03 | Added keybinding (F11) for toggling fullscreen mode | Jaakko Keränen | |
IssueID #130 | |||
2021-02-02 | Updated release notes | Jaakko Keränen | |
2021-02-02 | Stripping the URL fragment | Jaakko Keränen | |
Lagrange will retain URL fragments when parsing gemtext, but will strip them when making requests or when a DocumentWidget's URL is set. This allows opening URLs with fragments in an external browser. IssueID #128 | |||
2021-02-02 | Linux: Use SDL to query display monitor DPI value | Jaakko Keränen | |
IssueID #133 | |||
2021-02-02 | Improved focus switching for dialogs | Jaakko Keränen | |
Widgets can now be defined as being the "focus root", i.e., the topmost widget under which focus switching happens. Normally this is the window root widget, but dialogs use this flag to confine focus switching inside the dialog. InputWidget in Overwrite mode will focus switch to the next focusable widget when the text field becomes full. | |||
2021-02-02 | Updated the_Foundation | Jaakko Keränen | |
Fix for Daylight Saving Time flag in dates. | |||
2021-02-02 | InputWidget: Fixed cursor missing in an empty input widget | Jaakko Keränen | |
2021-02-02 | App: List environment variables in "about:debug" | Jaakko Keränen | |
2021-02-01 | DocumentWidget: Allow reloading the current URL | Jaakko Keränen | |
IssueID #129 | |||
2021-01-30 | Create FUNDING.yml | Jaakko Keränen | |
2021-01-29 | Updated release notes | Jaakko Keränen | |
2021-01-29 | Fixed drawing of widget frames | Jaakko Keränen | |
In CertImportWidget at regular-DPI 1.0 scaling, the frames of the certificate and private key labels were drawn incorrectly. Now the non-button LabelWidget relies on Widget to draw the frames. | |||
2021-01-29 | Updated release notes | Jaakko Keränen | |
2021-01-29 | Bookmarks: Remove default Gemini ports | Jaakko Keränen | |
Normalize bookmark URLs by removing the default Gemini ports. | |||
2021-01-29 | Allow importing remote bookmarks | Jaakko Keränen | |
Importing bookmarks should be allowed to create local copies of remote bookmarks, so that one can add any locally missing bookmarks from a shared remote source. | |||
2021-01-29 | Updated release notes | Jaakko Keränen | |
2021-01-29 | SidebarWidget: Fixed word wrapping issue in unread feed titles | Jaakko Keränen | |
Text width was measured with the wrong font. | |||
2021-01-29 | Bumped version number to 1.1.1 | Jaakko Keränen | |
2021-01-28 | Updated AppData with v1.1 release | Jaakko Keränen | |
2021-01-28 | Updated Help and release notes | Jaakko Keränen | |
2021-01-27 | Updated release notes | Jaakko Keränen | |
2021-01-27 | Updated release notes | Jaakko Keränen | |
2021-01-27 | Added preference for maximum cache size | Jaakko Keränen | |
Rather than simply limiting each tab's cache to 50 most recent URLs, there is now a user-configurable maximum size. If more content is cached, the oldest/largest responses will be removed from memory. The default maximum cache size is 10 MB. IssueID #109 | |||
2021-01-26 | Updated the_Foundation | Jaakko Keränen | |
IssueID #117 | |||
2021-01-26 | Updated release notes | Jaakko Keränen | |
2021-01-26 | Merge branch 'pullrequests/Br0000k/dev' into dev | Jaakko Keränen | |
2021-01-26 | Keybindings for new tab, close tab, add bookmark | Jaakko Keränen | |
Added new keybindings for opening and closing a tab. Also added a keybinding for adding a bookmark so ⌘D can be made available. On macOS, there is a default Window > Close menu item, so treat that as a "tabs.close" command to make it bindable. IssueID #121 | |||
2021-01-26 | InputWidget: Optional domain punycoding for UI | Jaakko Keränen | |
2021-01-26 | Updated release notes | Jaakko Keränen | |
2021-01-25 | Added 'Close tab' key binding | Br0000k | |
Added 'Close tab' key binding option in response to issue #121 | |||
2021-01-25 | LookupWidget: Fixed Unicode errors | Jaakko Keränen | |
Must decode Unicode characters since the search term is UTF-8. IssueID #119 | |||
2021-01-24 | Prevent address bar spoofing | Br0000k | |
Prevent IDN homograph attack | |||
2021-01-24 | Added an AppData XML document | Jaakko Keränen | |