summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
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
2020-10-29CleanupJaakko Keränen
2020-10-28Updated release notesJaakko Keränen
2020-10-28Updated release notesJaakko Keränen
2020-10-26Updated release notesJaakko Keränen
2020-10-25Updated HelpJaakko Keränen
2020-10-24Updated Help: color themesJaakko Keränen
2020-10-24Updated release notes (typo)Jaakko Keränen
2020-10-24Updated release notesJaakko Keränen
2020-10-23Updated release notesJaakko Keränen
2020-10-23Updated release notesJaakko Keränen
2020-10-22Added Nanum Gothic to license.gmiJaakko Keränen
2020-10-22Added "Nanum Gothic" as a Korean fontJaakko Keränen
This overrides Kosugi Maru as it looks a bit nicer, in case there are glyphs available in both.
2020-10-22Updated release notesJaakko Keränen
2020-10-22Windows: Improved executable metadataJaakko Keränen
2020-10-20Added quote indicator preferenceJaakko Keränen
Also, added a command that gets posted when the mouse exits or enters the window area. This lets the hover outline to be updated accordingly.
2020-10-19Updated release notesJaakko Keränen