Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-04 | Touch: Slow drag adjustment | Jaakko Keränen | |
2021-03-04 | Possible crash when opening Preferences | Jaakko Keränen | |
2021-03-04 | Fixed buttons in Import Identity dialog | Jaakko Keränen | |
2021-03-04 | Touch: Tuning holding and swiping | Jaakko Keränen | |
2021-03-04 | Fixed a couple of undefined behaviors | Jaakko Keränen | |
Conditions depending on uninitialized memory. Benign, though. | |||
2021-03-04 | Windows: Fixed build; updated release notes | Jaakko Keränen | |
2021-03-04 | Window: Check for display pixel ratio changes | Jaakko Keränen | |
This works on macOS at least, still need to check other platforms. IssueID #83 | |||
2021-03-04 | Updated release notes | Jaakko Keränen | |
2021-03-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 | |||
2021-03-04 | macOS: CA certificate default location | Jaakko Keränen | |
2021-03-03 | GmDocument: Tuning Colorful Dark | Jaakko Keränen | |
Link text and paragraph text shouldn't be too close to each other. | |||
2021-03-03 | GmDocument: Tuning Colorful Dark | Jaakko Keränen | |
Some background colors (pink, green) were too saturated and out of place. | |||
2021-03-03 | Load keyboard modifier mapping from modmap.txt | Jaakko Keränen | |
IssueID #87 | |||
2021-03-03 | Added full set of platform #defines | Jaakko Keränen | |
2021-03-03 | CapsLock as a modifier key; adding a modifier mapping table | Jaakko Keränen | |
IssueID #87 | |||
2021-03-02 | Cleanup | Jaakko Keränen | |
2021-03-02 | Windows: App icon color for custom frame | Jaakko Keränen | |
2021-03-02 | Windows: Implement IPC with mailslots | Jaakko Keränen | |
2021-03-02 | Server certificates may also be verified by CAs | Jaakko Keränen | |
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks. | |||
2021-03-02 | Updated the_Foundation | Jaakko Keränen | |
2021-03-02 | GmDocument: Monospace body isn't normalized | Jaakko Keränen | |
2021-03-02 | Window: Small top padding adjustment | Jaakko Keränen | |
2021-03-01 | macOS: Don't force use of discrete GPU | Jaakko Keränen | |
https://developer.apple.com/library/archive/qa/qa1734/_index.html | |||
2021-03-01 | Added a resource for the --help instructions | Jaakko Keränen | |
IssueID #174 | |||
2021-03-01 | Added alt-texts in preformatted blocks of "about:"-pages | Jaakko Keränen | |
2021-03-01 | Embed: Ensure data blocks are null-terminated | Jaakko Keränen | |
2021-03-01 | Listing open tabs via command line | Jaakko Keränen | |
IssueID #178 | |||
2021-02-28 | Updated the hero image using v1.2 | Jaakko Keränen | |
2021-02-28 | Updated README | Jaakko Keränen | |
IssueID #188 | |||
2021-02-28 | Single app instance; IPC mechanism | Jaakko 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-28 | GmUtil: File paths must be absolute for URLs | Jaakko Keränen | |
2021-02-28 | Cleanup | Jaakko Keränen | |
2021-02-28 | Updated the_Foundation | Jaakko Keränen | |
2021-02-27 | Added source files for IPC | Jaakko Keränen | |
Inter-process communication is needed to control behavior of multiple Lagrange instances. | |||
2021-02-27 | Fixed crash when creating a bookmark | Jaakko Keränen | |
IssueID #184 | |||
2021-02-27 | Bumped version number to 1.3 | Jaakko Keränen | |
2021-02-27 | Updated AppData | Jaakko Keränen | |
2021-02-27 | Updated Help | Jaakko Keränen | |
2021-02-27 | GmRequest: Handling early termination | Jaakko Keränen | |
IssueID #181 | |||
2021-02-26 | Auto-reload without a valid request time | Jaakko Keränen | |
2021-02-26 | Updated the_Foundation | Jaakko Keränen | |
XML parser bug. | |||
2021-02-26 | Don't apply MIME hooks on downloaded files | Jaakko Keränen | |
2021-02-26 | Window: Custom frame app title color | Jaakko Keränen | |
2021-02-26 | Set list of used TLS ciphers | Jaakko Keränen | |
IssueID #122 | |||
2021-02-26 | MimeHooks: Atom conversion message | Jaakko Keränen | |
2021-02-26 | GmDocument: Adjusted theme heading colors | Jaakko Keränen | |
2021-02-26 | Updated the_Foundation | Jaakko Keränen | |
IssueID #122 | |||
2021-02-26 | Updated release notes | Jaakko Keränen | |
2021-02-26 | Visual design improvements | Jaakko 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-26 | DocumentWidget: Inline downloads | Jaakko Keränen | |