summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-24Translated using Weblate (Finnish)Weblate Admin
Currently translated at 100.0% (506 of 506 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fi/
2021-07-24Translated using Weblate (Spanish (Mexico))El Mau
Currently translated at 69.4% (341 of 491 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/es_MX/
2021-07-24Translated using Weblate (German)Alex Schroeder
Currently translated at 80.2% (394 of 491 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/de/
2021-07-24Updated release notes and HelpJaakko Keränen
2021-07-24CleanupJaakko Keränen
2021-07-23Updated release notesJaakko Keränen
2021-07-23Updated Help: Added Titan uploadsJaakko Keränen
2021-07-23Window: Mouse wheel events vs. split modeJaakko Keränen
Only process mouse wheel events on the root over which the mouse is currently.
2021-07-23UploadWidget: Adjusting dialog layoutJaakko Keränen
2021-07-23Updated the_FoundationJaakko Keränen
2021-07-23InputWidget: Fixes to updating widget heightJaakko Keränen
2021-07-23InputWidget: Automatic backup modeJaakko Keränen
2021-07-23UploadWidget: Expand to input field sizeJaakko Keränen
2021-07-23InputWidget: Buffer contents not activeJaakko Keränen
2021-07-22UploadWidget: Added UI stringsJaakko Keränen
2021-07-22GmCerts: Updating trust via CAsJaakko Keränen
2021-07-22InputWidget: Fixed multiline deletion; arrow key eventsJaakko Keränen
2021-07-22Preferences: Added setting for Return key behaviorJaakko Keränen
2021-07-22Added a setting for Return key behaviorJaakko Keränen
User preference for line break / accept behavior in input fields. Still needs to be added to the Preferences dialog.
2021-07-22CleanupJaakko Keränen
2021-07-22InputWidget: Showing the hint textJaakko Keränen
2021-07-22DocumentWidget: No line breaks in sensitive input modeJaakko Keränen
2021-07-22InputWidget: Sensitive input modeJaakko Keränen
At a low level when measuring/drawing text, replace all characters with an override character.
2021-07-22Generated certificates should be self-issuedJaakko Keränen
RFC 5280 defines a self-signed CA certificate as also being self-issued, so to honor this definition we set the issuer and the subject to be fully equivalent. IssueID #316
2021-07-21InputWidget: Overwrite mode and max lengthJaakko Keränen
2021-07-21InputWidget: Deleting textJaakko Keränen
2021-07-21Gopher: Don't skip unknown line typesJaakko Keränen
IssueID #317
2021-07-21InputWidget: Fixed and reliabilityJaakko Keränen
Cursor movement and pasting.
2021-07-21InputWidget: Fixed coord-based positioningJaakko Keränen
2021-07-21Text: Finding the advance position of a characterJaakko Keränen
2021-07-21Revising InputWidget (continued)Jaakko Keränen
Finding cursor position via coordinates. Handling the mark. Visual wrapped lines vs. content lines. Vertical scrolling inside the visual range.
2021-07-20Text: Hit testing during a text runJaakko Keränen
2021-07-20Revising InputWidgetJaakko Keränen
`InputWidget` needs to be better at handling multiple lines. The previous implementation assumed that the content was short enough to be fully redrawn each frame, which is not a great idea when you have thousands of lines.
2021-07-20Updated the_FoundationJaakko Keränen
2021-07-18UploadWidget: Monitoring progressJaakko Keränen
Socket can now tell us how much data is being sent, so the upload progress can be monitored.
2021-07-18Updated the_FoundationJaakko Keränen
2021-07-17Updated the_FoundationJaakko Keränen
2021-07-17Working on Titan uploadsJaakko Keränen
There may be a bug in `TlsRequest` when sending out large amounts of data.
2021-07-17GmDocument: Avoid redundant envelope link iconJaakko Keränen
IssueID #312
2021-07-17Working on a UI for uploading text/dataJaakko Keränen
`UploadWidget` allows entering long-form text or dropping a file for uploading. InputWidget isn't yet well suited for really long documents... Some optimizations will be needed.
2021-07-17GmDocument: Link scheme flagsJaakko Keränen
A better way to keep track of the scheme used in a link.
2021-07-17Updated release notesJaakko Keränen
2021-07-16GmRequest: Support for Titan payloadsJaakko Keränen
2021-07-16DocumentWidget: Shortcut for ignoring expirationJaakko Keränen
2021-07-16Allow override for certificate expiryJaakko Keränen
The user is able to ignore certificate expiry and continue loading the page regardless. This adds a one hour exception to the expiration date.
2021-07-16Updated release notesJaakko Keränen
2021-07-16Updated HelpJaakko Keränen
2021-07-16Improved TOFU implementationJaakko Keränen
If a server sends a different certificate (checked by matching public key fingerprints), abort the connection at the TLS handshake stage. A new error page is shown explaining the situation. A button is provided for conveniently opening Page Information, where trust can be updated. The file format of "visited.txt" was updated, so it is now called "visited.2.txt". The new format includes server port numbers, and the fingerprints are calculated based on public keys. IssueID #308 IssueID #309 IssueID #310
2021-07-16Updated the_FoundationJaakko Keränen
2021-07-16Updated the_FoundationJaakko Keränen