summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-13Add gopher to MimeType for desktop fileDavid Gillies
2020-11-11Fixed: Empty lines in the visited URLs fileJaakko Keränen
2020-11-11Fixed: Mishandled format stringJaakko Keränen
IssueID #31
2020-11-11Window: Create hidden to avoid shuffling position during launchJaakko Keränen
2020-11-11Updated release notesJaakko Keränen
2020-11-11Debian: Updated changelog for 0.8.1Jaakko Keränen
Do the Ubuntu CI build using 18.04.
2020-11-10Updated READMEJaakko Keränen
2020-11-10macOS: Improved scrolling using mouse wheelJaakko Keränen
This required further SDL hacking. The macOS SDL .diff was updated. IssueID #26
2020-11-10Updated the_FoundationJaakko Keränen
IssueID #30
2020-11-09Debian: Specify minimum dependency versionsJaakko Keränen
2020-11-09Bumped version number to 0.9Jaakko Keränen
2020-11-08GitHub: Package version must have a revisionJaakko Keränen
2020-11-08GitHub: Import a signing key for debuildJaakko Keränen
2020-11-08Merge branch 'epilys-dev' into devJaakko Keränen
2020-11-08Updated Debian/Ubuntu packaging filesJaakko Keränen
2020-11-08UI tweakJaakko Keränen
2020-11-08Updated release notesJaakko Keränen
2020-11-08Revised identity creation dialogJaakko Keränen
Make it clear what "temporary" means, and put all the mandatory fields at the top.
2020-11-08Updated release notesJaakko Keränen
2020-11-08DocumentWidget: Context menu for Gopher linksJaakko Keränen
No need for a "default browser" any more.
2020-11-08Manually trusting a server certificateJaakko Keränen
2020-11-08Gopher improvementsJaakko Keränen
Asking for query text with item type 7. Enhanced ASCII art detection.
2020-11-07Added support for GopherJaakko Keränen
Needs more testing. Queries are not supported yet.
2020-11-07GmRequest: Working on Gopher requestsJaakko Keränen
Todo: Move this code to a separate file.
2020-11-07GmRequest: Mechanism for Gopher requestsJaakko Keränen
2020-11-07CleanupJaakko Keränen
2020-11-07GmRequest: CleanupJaakko Keränen
2020-11-07GmRequest: Removed timeoutsJaakko Keränen
No automatic timeouts to facilitate long connections. The server can indicate closing of the connection via TLS or by closing the socket.
2020-11-07Treat Gopher as an unsupported protocolJaakko Keränen
2020-11-07DocumentWidget: Set document formatJaakko Keränen
This was previously overlooked so everything was shown as text/gemini.
2020-11-07Updated the_FoundationJaakko Keränen
2020-11-06Automatic redirects to the same schemeJaakko Keränen
IssueID #16
2020-11-06Updated release notesJaakko Keränen
2020-11-06Added an option to disable smooth scrollingJaakko Keränen
IssueID #27
2020-11-06Bypassing proxy on URL open with "noproxy"Jaakko Keränen
IssueID #25
2020-11-06Link context menu item to bypass proxyJaakko Keränen
IssueID #25
2020-11-05Full 8-bit ANSI palette for foreground colorsJaakko Keränen
2020-11-05Keybindings for Back/Forward navigationJaakko Keränen
2020-11-05CleanupJaakko Keränen
2020-11-04App: Save bookmarks after changesJaakko Keränen
IssueID #24
2020-11-04Updated HelpJaakko Keränen
More details about identities.
2020-11-04Updated release notesJaakko Keränen
2020-11-04SidebarWidget: Document size while resizingJaakko Keränen
Ensure that the document size gets updated at least when the sidebar resize finishes. During the resize the updates are limited because document layout is done in the UI thread presently; it would get choppy with long documents.
2020-11-04CleanupJaakko Keränen
Consistent code style.
2020-11-04ui: Fix line wrapping of emoticonsAlyssa Rosenzweig
While we do want to have special handling of punctuation to help wrap pathologically-long-hyphenated-words-that-go-on-for-kilometers, we don't want to wrap emoticons, so let's adjust the logic to account for this. While we're at it, clean up and add a comment explaining the logic for the benefit of future readers. Fixes rendering of a recent post on CAPCOM at certain window sizes => gemini://rosenzweig.io/lagrange/Before.png Before the change => gemini://rosenzweig.io/lagrange/After.png After the change Notice the wrapping of the ":D" in the second paragraph. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2020-11-04Updated release notesJaakko Keränen
2020-11-04Windows: Improvements to file URL/path handlingJaakko Keränen
IssueID #23
2020-11-04Updated the_FoundationJaakko Keränen
2020-11-04Updated READMEJaakko Keränen
2020-11-03GmResponse: Fixed parsing of the responseJaakko Keränen
In some cases an empty <META> in the server response would cause GmResponse to treat the entire header as invalid. Also, TlsRequest was not handling closing of the TLS/SSL connection if the socket still remained open. This caused GmRequest to wait until the timeout before it realized the full response had been received. IssueID #22