Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-24 | DocumentWidget: Fix/improve home row link navigation | Jaakko Keränen | |
Removed the second `U` from the set of home row keys for link navigation. Added a new command bound to `.` (period) for switching to the next set of links for home row navigation. This makes it possible to access all visible links via keyboard no matter how many there are. `.` can also be used to activate home row navigation if it isn't active. IssueID #111 | |||
2021-01-19 | Feeds: Don't trim quotes from titles | Jaakko Keränen | |
2021-01-19 | Closing tabs with the middle mouse button | Jaakko Keränen | |
IssueID #115 | |||
2021-01-18 | Better versioned file name for visited URLs | Jaakko Keränen | |
2021-01-12 | Updated release notes | Jaakko Keränen | |
2021-01-12 | Fixed: Percent-encode spaces when copying | Jaakko Keränen | |
IssueID #112 | |||
2021-01-12 | Updated release notes | Jaakko Keränen | |
2021-01-10 | Updated release notes | Jaakko Keränen | |
2021-01-10 | Option to show full URL when hovering on a link | Jaakko Keränen | |
The URL is shown in the bottom of the page. IssueID #64 | |||
2021-01-10 | Updated release notes | Jaakko Keränen | |
2021-01-04 | Updated release notes | Jaakko Keränen | |
2021-01-04 | GmDocument: Quote border line on empty quote lines | Jaakko Keränen | |
IssueID #108 | |||
2021-01-04 | Update Help and release notes | Jaakko Keränen | |
2021-01-03 | Updated release notes | Jaakko Keränen | |
2021-01-03 | Fixed redirection opening in the wrong tab | Jaakko Keränen | |
2021-01-03 | Updating the navbar URL when opening tabs | Jaakko Keränen | |
2021-01-02 | Bookmarks: Remote bookmarks grouped under source | Jaakko Keränen | |
Rather than mix remote bookmarks with local ones, group them under the source bookmark in "pseudo-folder" fashion. The source is shown as bold. | |||
2021-01-02 | Update release notes | Jaakko Keränen | |
2020-12-31 | Updated release notes | Jaakko Keränen | |
2020-12-30 | Updated release notes | Jaakko Keränen | |
Typo. | |||
2020-12-30 | Updated release notes | Jaakko Keränen | |
2020-12-30 | Updated release notes | Jaakko Keränen | |
2020-12-29 | Updated release notes | Jaakko Keränen | |
2020-12-28 | SidebarWidget: Opening feed entries in new tab | Jaakko Keränen | |
2020-12-27 | SidebarWidget: Fixed editing identity notes | Jaakko Keränen | |
2020-12-24 | Fixed percent-encoding the query string | Jaakko Keränen | |
Good old mutable vs. non-mutable argument confusion. The encoded return value was ignored (and leaked). | |||
2020-12-24 | Updated release notes | Jaakko Keränen | |
2020-12-19 | Cleanup | Jaakko Keränen | |
2020-12-19 | Updated Help and release notes | Jaakko Keränen | |
2020-12-19 | Open links from sidebar in new tabs | Jaakko Keränen | |
Added context menu items for opening in new tabs, and the modifier keys work like in DocumentWidget. IssueID #77 | |||
2020-12-19 | "Edit Feed..." opens Feed Settings | Jaakko Keränen | |
2020-12-19 | Bookmark a link via context menu | Jaakko Keränen | |
2020-12-19 | Opening unrecognized schemes in default browser | Jaakko Keränen | |
This works if the OS supports the scheme as built-in or via some handler application. IssueID #103 IssueID #84 | |||
2020-12-18 | Import all links as bookmarks | Jaakko Keränen | |
2020-12-16 | Updated release notes | Jaakko Keränen | |
2020-12-13 | Updated release notes | Jaakko Keränen | |
2020-12-13 | Fixed UI text color regression | Jaakko Keränen | |
2020-12-12 | Bumped version number to 0.13.1 | Jaakko Keränen | |
2020-12-12 | Updated release notes | Jaakko Keränen | |
2020-12-12 | New monospace font; flexible mono spacing | Jaakko Keränen | |
Iosevka replaces Fira Mono as the monospace font. Emojis are now allowed to be wider than normal monospace glyphs. However, if whitespace permits, the original monospacing is restored. IssueID #73 | |||
2020-12-12 | Added option to show URL paths as encoded or decoded | Jaakko Keränen | |
IssueID #73 | |||
2020-12-12 | IDN applies to all network schemes | Jaakko Keränen | |
But not "file" or "about". | |||
2020-12-11 | Updated release notes | Jaakko Keränen | |
2020-12-10 | Bumped version number to 0.13 | Jaakko Keränen | |
Not just bug fixes here. | |||
2020-12-08 | Bumped version number to 0.12.2 | Jaakko Keränen | |
2020-12-07 | Updated release notes | Jaakko Keränen | |
2020-12-06 | Added build option for sleeping while idle | Jaakko Keränen | |
It appears at least on macOS, SDL is doing a while lot of stuff while waiting for new events. Perhaps because it has some sort of high-frequency input/sensor processing? Not sure. Now Lagrange will idle by polling events every 15 ms and sleeping in between. This reduces CPU time by an order of magnitude on macOS. Need to still test on other platforms. | |||
2020-12-06 | Updated release notes | Jaakko Keränen | |
2020-12-06 | Updated release notes | Jaakko Keränen | |
2020-12-04 | Updated release notes and Help | Jaakko Keränen | |
Documentation for MIME hooks. |