summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2020-12-06MimeHooks: Request URL via environment variableJaakko Keränen
IssueID #90
2020-12-06Added build option for sleeping while idleJaakko 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-06CleanupJaakko Keränen
2020-12-06Updated release notesJaakko Keränen
2020-12-06Updated release notesJaakko Keränen
2020-12-05Updated HelpJaakko Keränen
Multiple sidebars, no more hover outline.
2020-12-04Updated release notes and HelpJaakko Keränen
Documentation for MIME hooks.
2020-12-01Subscribing to new headings on a pageJaakko Keränen
When "subscribed" and "headings" tags are used, the subscribed page is tracked for newly added headings (of any kind). This works for the weiph/pikkulogs out there.
2020-11-29Feeds: Worker saves feeds in the backgroundJaakko Keränen
No need to wait until quitting the app to write the feeds state to disk.
2020-11-28Updated Help and release notesJaakko Keränen
2020-11-28Updated Help and release notesJaakko Keränen
2020-11-28Updated release notesJaakko Keränen
2020-11-27Updated release notesJaakko Keränen
2020-11-27Updated README and release notesJaakko Keränen
2020-11-27Updated release notesJaakko Keränen
2020-11-26Updated HelpJaakko Keränen
2020-11-21Updated Help and Release notesJaakko Keränen
2020-11-21Saving inline media content to DownloadsJaakko 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-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-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-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-18URL parsing improvementsJaakko Keränen
Now it uses a single regular expression to parse all (non "file:") URLs. IssueID #40
2020-11-16Updated release notesJaakko Keränen
2020-11-11Updated release notesJaakko Keränen
2020-11-08Updated release notesJaakko Keränen
2020-11-08Updated release notesJaakko Keränen
2020-11-07Added support for GopherJaakko Keränen
Needs more testing. Queries are not supported yet.
2020-11-06Automatic redirects to the same schemeJaakko Keränen
IssueID #16
2020-11-06Updated release notesJaakko Keränen
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-04Updated HelpJaakko Keränen
More details about identities.
2020-11-04Updated release notesJaakko Keränen
2020-11-04Updated release notesJaakko 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
2020-11-03DocumentWidget: Opening links in foreground/backgroundJaakko Keränen
IssueID #20
2020-11-02Updated release notesJaakko Keränen
2020-11-02Build bincat using MinSizeRel configJaakko Keränen
2020-11-02Embed: Build resource files fasterJaakko Keränen
As part of the CMake configuration, build bincat (23 lines of C) to concatenate resource files together. This is much faster because CMake doesn't have to get involved in the contents of the binary files.
2020-10-31Updated release notesJaakko Keränen
2020-10-31Updated HelpJaakko Keränen
2020-10-31Saving and loading key bindingsJaakko Keränen
2020-10-29Updated release notesJaakko Keränen