summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-24SidebarWidget: Tweaked date formattingJaakko Keränen
2020-11-23SidebarWidget: Improved feed entry appearanceJaakko Keränen
2020-11-23SidebarWidget: Date separators in FeedsJaakko Keränen
2020-11-23Sidebar: Populate with feed entriesJaakko Keränen
2020-11-23Added FeedsJaakko Keränen
Feeds fetches bookmarks with the "subscribed" tag and looks for feed-formatted links. The found links are added to the database of feed entries.
2020-11-23Bookmarks: Finding a bookmark by URLJaakko Keränen
This needs a better lookup if there are tons of bookmarks.
2020-11-23GmRequest: Consider a failed request as finishedJaakko Keränen
2020-11-23Updated the_FoundationJaakko Keränen
IssueID #45
2020-11-23Updated the_FoundationJaakko Keränen
Use of obsolete header.
2020-11-23External Link Opening: Use xdg-open from $PATHZach DeCook
2020-11-22Bumped version number to 0.11Jaakko Keränen
2020-11-21Updated Help and Release notesJaakko Keränen
2020-11-21DocumentWidget: Drawing marks with better boundsJaakko Keränen
2020-11-21Saving inline media content to DownloadsJaakko Keränen
2020-11-21Fixed popups being dismissed by media updatesJaakko Keränen
2020-11-21Keyboard navigation mode for home row keysJaakko Keränen
Now there are keybindings for activating the keyboard navigation modes. The modifier-based mode remains as it was before, focusing on numbers, while the home row mode uses a separate activation key. One can erase the bindings to disable the corresponding modes. IssueID #34
2020-11-21DocumentWidget: Marking link icons as search matchesJaakko Keränen
2020-11-21DocumentWidget: Scroll-loading is only for imagesJaakko Keränen
2020-11-21Added option to load image instead of scrollingJaakko Keränen
One can now read through a page and load all inline images simply by repeatedly pressing Space or cursor down. Key repeat events do not trigger image loads.
2020-11-21Clearing and resetting keybindingsJaakko Keränen
2020-11-21Reorganized Preferences dialogJaakko Keränen
Added a new tab for Window settings.
2020-11-20Unfocus UI widgets when window loses input focusJaakko Keränen
2020-11-20Preferences: Added a Gemini proxyJaakko Keränen
2020-11-20Text: Fixed font scaling of level 3 headingsJaakko Keränen
2020-11-20Updated release notesJaakko Keränen
2020-11-20Replaced EB Garamond with TinosJaakko Keränen
Tinos is a much more readable serif font, especially when it comes to the italic variant.
2020-11-19CleanupJaakko Keränen
Ran clang-format.
2020-11-19Merge pull request #42 from waweic/devJaakko Keränen
Add username and ipv6 literals to authority regex
2020-11-19Removed the Kosugi Maru fontJaakko Keränen
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-18Add username and ipv6 literals to authority regexWaweic
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