summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-02Server certificates may also be verified by CAsJaakko Keränen
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks.
2021-03-02GmDocument: Monospace body isn't normalizedJaakko Keränen
2021-03-02Window: Small top padding adjustmentJaakko Keränen
2021-03-01Added a resource for the --help instructionsJaakko Keränen
IssueID #174
2021-03-01Listing open tabs via command lineJaakko Keränen
IssueID #178
2021-02-28Single app instance; IPC mechanismJaakko Keränen
Only one instance of Lagrange is allowed to run per a runtime directory. Otherwise the instances will overwrite each others' files. Added a check at startup to see if an instance is already running. If so, options can be used to communicate with it. By default, a new tab is opened in the running instance. IssueID #37 IssueID #164 IssueID #174 IssueID #178
2021-02-28GmUtil: File paths must be absolute for URLsJaakko Keränen
2021-02-28CleanupJaakko Keränen
2021-02-27Added source files for IPCJaakko Keränen
Inter-process communication is needed to control behavior of multiple Lagrange instances.
2021-02-27Fixed crash when creating a bookmarkJaakko Keränen
IssueID #184
2021-02-27GmRequest: Handling early terminationJaakko Keränen
IssueID #181
2021-02-26Auto-reload without a valid request timeJaakko Keränen
2021-02-26Don't apply MIME hooks on downloaded filesJaakko Keränen
2021-02-26Window: Custom frame app title colorJaakko Keränen
2021-02-26Set list of used TLS ciphersJaakko Keränen
IssueID #122
2021-02-26MimeHooks: Atom conversion messageJaakko Keränen
2021-02-26GmDocument: Adjusted theme heading colorsJaakko Keränen
2021-02-26Visual design improvementsJaakko Keränen
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference.
2021-02-26DocumentWidget: Inline downloadsJaakko Keränen
2021-02-26GmDocument: Palette tuningJaakko Keränen
The greenish-yellow was a bit off-putting.
2021-02-25SidebarWidget: Skip future-dated feed entriesJaakko Keränen
2021-02-25Consolidating media handlingJaakko Keränen
2021-02-25Gopher: Decode request path/queryJaakko Keränen
The query is \t-delimited, and URL encoding is not used in Gopher.
2021-02-25CleanupJaakko Keränen
2021-02-25Adjusting input field colorsJaakko Keränen
2021-02-24Modal dialogs fade the backgroundJaakko Keränen
2021-02-24Window: Adjusted lock spacingJaakko Keränen
2021-02-24Preferences: Dropdown stylingJaakko Keränen
2021-02-24Source Sans Pro and Iosevka as font optionsJaakko Keränen
Allow the UI and monospace fonts to be used as page content fonts.
2021-02-24Window: Adjusted lock icon spacingJaakko Keränen
2021-02-24Lock button is embedded in the URL fieldJaakko Keränen
2021-02-24SidebarWidget: Draw a borderJaakko Keränen
2021-02-24GmDocument: Media type flexibilityJaakko Keränen
Allow defining new inline media types.
2021-02-24UI font consistencyJaakko Keränen
Try to minimize the number of fonts in the UI. Input fields now use the same UI font as everything else. The monospace font was originally used because the widget required one, but that is no longer the case.
2021-02-24DocumentWidget: Expand/shrink page marginJaakko Keränen
Based on the width of the document, make the horizontal margins larger or smaller.
2021-02-24GmDocument: Balance horizontal spaceJaakko Keränen
Right margin should match the indented left margin.
2021-02-24CleanupJaakko Keränen
2021-02-24GmDocument: Adjusted link marginsJaakko Keränen
Making it even more clearer if a link is not separated by an empty line from the preceding line.
2021-02-24Fixed text entry dialogs closing prematurelyJaakko Keränen
2021-02-24Bookmarks: Looking up site iconsJaakko Keränen
Bookmark icons apply to site roots instead of domains. A root includes the user directory if one is found in the URL.
2021-02-24SidebarWidget: Background color tuningJaakko Keränen
2021-02-23SidebarWidget: Improved appearanceJaakko Keränen
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings.
2021-02-23Option to auto-reload a tab at a given intervalJaakko Keränen
IssueID #116
2021-02-23Widget: Inserting children at a specific indexJaakko Keränen
2021-02-23GmDocument: Avoid a strange violet-on-green color pairingJaakko Keränen
2021-02-23Audio: Handling unsupported audioJaakko Keränen
There was a crash open the context menu when the audio decoder is missing.
2021-02-23Fixed potential crash in URL handlingJaakko Keränen
2021-02-23Audio: Give up if failed to decode Ogg Vorbis dataJaakko Keränen
IssueID #169
2021-02-23Preferences: Leave an empty search URL unmodifiedJaakko Keränen
2021-02-23DocumentWidget: Middle-click behavior on linksJaakko Keränen
Mimic Firefox so that a normal middle-click opens a new tab in the background, and Shift-middle-click opens new tab in foreground. IssueID #152