summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-19Replaced Japanese font with Noto Sans CJK JPJaakko Keränen
Alas, a couple of megabytes larger than Kosugi Maru, but has better glyph coverage.
2020-11-18Updated HelpJaakko Keränen
2020-11-18Ignore whitespace around user-entered URLJaakko Keränen
2020-11-18Render an Ideographic Space glyph using the Korean fontJaakko Keränen
IssueID #41
2020-11-18Handling an URL that begins with a tildeJaakko Keränen
IssueID #40
2020-11-18Handling an URL that contains nothing by a queryJaakko Keränen
IssueID #40
2020-11-18URL parsing improvementsJaakko Keränen
Now it uses a single regular expression to parse all (non "file:") URLs. IssueID #40
2020-11-17Window: Added notifications for window focus gain/lossJaakko Keränen
2020-11-16Keybinding for opening links via keyboardJaakko Keränen
This is part one. Still need to change the link numbering/lettering method. IssueID #34
2020-11-16Closing the sidebar with EscapeJaakko Keränen
2020-11-16Bumped version number to 0.10Jaakko Keränen
2020-11-16Updated release notesJaakko Keränen
2020-11-16Remember redirected URLs as visitedJaakko Keränen
"visited.txt" will now remember URLs that were redirects, but those are not shown in the UI as part of the history. This fixes the issue where redirected URLs were not being shown as visited links in the UI. Beware if downgrading Lagrange: URLs in the history will get prefixed with "0000 ". Might be a good idea to switch to a forwards compatible format like JSON for these files.
2020-11-15CleanupJaakko Keränen
2020-11-15Added a preference for monospace body textJaakko Keränen
Monospace body font can be set separately for Gemini and Gopher.
2020-11-14Added keybindings for parent/root navigationJaakko Keränen
2020-11-14macOS: Disable menu shortcuts while binding keysJaakko Keränen
2020-11-14macOS: Font tweak for ⌘ and ⇧ charactersJaakko Keränen
2020-11-14Merge branch 'dev' of github.com:skyjake/lagrange into devJaakko Keränen
2020-11-14Navigating to parent directory or site rootJaakko Keränen
Added keyboard shortcuts for navigating up to the parent directory and to the site root. Clicking the top banner also navigates to the site root. IssueID #29
2020-11-14Merge pull request #35 from davewongillies/davewongillies/gopherJaakko Keränen
Add gopher to MimeType for desktop file
2020-11-14Recognize "gopher:" in command line argumentsJaakko Keränen
IssueID #36
2020-11-14Fixed copying the URL input field contentsJaakko Keränen
2020-11-14macOS: Workaround for menu shortcut keysJaakko Keränen
Avoid double-triggering actions because SDL doesn't eat the keydown events — it ignores key equivalents.
2020-11-13Add gopher to MimeType for desktop fileDavid Gillies
2020-11-14Updated READMEJaakko Keränen
Note about Raspberry Pi 4 and 400.
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