summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-05Widget: Debugging reference keepingJaakko Keränen
2021-03-04LabelWidget: Added an optional iconJaakko Keränen
Label icons are intended for context menus.
2021-03-04Touch: Adjusting long pressJaakko Keränen
2021-03-04Gopher: Don't re-encode % in URLJaakko Keränen
2021-03-04Save identity usage changes immediatelyJaakko Keränen
2021-03-04Touch: Slow drag adjustmentJaakko Keränen
2021-03-04Possible crash when opening PreferencesJaakko Keränen
2021-03-04Fixed buttons in Import Identity dialogJaakko Keränen
2021-03-04Touch: Tuning holding and swipingJaakko Keränen
2021-03-04Fixed a couple of undefined behaviorsJaakko Keränen
Conditions depending on uninitialized memory. Benign, though.
2021-03-04Windows: Fixed build; updated release notesJaakko Keränen
2021-03-04Window: Check for display pixel ratio changesJaakko Keränen
This works on macOS at least, still need to check other platforms. IssueID #83
2021-03-04Changing UI scaling at runtimeJaakko Keränen
UI scaling factor is applied when closing the Preferences dialog. IssueID #83
2021-03-04macOS: CA certificate default locationJaakko Keränen
2021-03-03GmDocument: Tuning Colorful DarkJaakko Keränen
Link text and paragraph text shouldn't be too close to each other.
2021-03-03GmDocument: Tuning Colorful DarkJaakko Keränen
Some background colors (pink, green) were too saturated and out of place.
2021-03-03Load keyboard modifier mapping from modmap.txtJaakko Keränen
IssueID #87
2021-03-03Added full set of platform #definesJaakko Keränen
2021-03-03CapsLock as a modifier key; adding a modifier mapping tableJaakko Keränen
IssueID #87
2021-03-02CleanupJaakko Keränen
2021-03-02Windows: App icon color for custom frameJaakko Keränen
2021-03-02Windows: Implement IPC with mailslotsJaakko Keränen
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