Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Added keybinding for toggling URL hover showing | Jaakko Keränen | |
IssueID #64 | |||
2021-01-12 | SidebarWidget: Limit to 100 feed entries | Jaakko Keränen | |
Not including separators. | |||
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-12 | Feeds: Strip default Gemini ports from URLs | Jaakko Keränen | |
2021-01-11 | Opening link in new tab via home row keys | Jaakko Keränen | |
Added a new keybinding for opening links via keyboard in new tab. The default binding is Shift+F. The H key is now used for setting the hover link. | |||
2021-01-11 | Omit default Gemini port from URLs | Jaakko Keränen | |
Including the default port number is redundant. Normalize to a port-less URL. | |||
2021-01-10 | Added a keybinding to hover on links via keyboard | Jaakko Keränen | |
Enables viewing full URLs when navigating via keyboard. | |||
2021-01-10 | Updated release notes | Jaakko Keränen | |
2021-01-10 | "Reload page" is bindable; added F5 as built-in binding | Jaakko Keränen | |
IssueID #115 | |||
2021-01-10 | SidebarWidget: Feed unread status vs. context menu | Jaakko Keränen | |
2021-01-10 | Showing the response header in Page Information | Jaakko Keränen | |
Unsuccessful requests show the response header. IssueID #97 | |||
2021-01-10 | Feeds: Don't trim opening parens/brackets | Jaakko Keränen | |
IssueID #114 | |||
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 | Cleanup | Jaakko Keränen | |
2021-01-10 | macOS: Register "gopher:" URL scheme | Jaakko Keränen | |
IssueID #113 | |||
2021-01-10 | Updated release notes | Jaakko Keränen | |
2021-01-10 | Text: Lazy glyph rasterization | Jaakko Keränen | |
Glyphs are now rasterized only when they are needed for drawing. Otherwise, only the metrics and the cache position are set. This is more robust as we can retry rasterizing glyphs that previously failed, and faster because measuring (e.g., document layout) doesn't rasterize anything. | |||
2021-01-09 | Updated the_Foundation | Jaakko Keränen | |
2021-01-05 | Updated license text | Jaakko Keränen | |
"All rights reserved" is not part of the BSD 2-clause license text. | |||
2021-01-05 | Updated bincat.sh to use /bin/bash | Jaakko Keränen | |
This works on Linux, but of course makes bash a dependency. ENABLE_BINCAT_SH is still disabled by default. | |||
2021-01-05 | Don't use bincat.sh by default | Jaakko Keränen | |
It's not portable enough, need to tweak the script. | |||
2021-01-05 | Embed: Use a shell script for bincat | Jaakko Keränen | |
Todo: Needs testing if this is portable enough. Should be pretty POSIX, though. | |||
2021-01-04 | Text: Fixed a very minor memory leak | Jaakko Keränen | |
Sometimes a glyph was rasterized but it was not possible to create a texture out of it. In this case, the surface was never released. | |||
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 | Updated Help | Jaakko Keränen | |
2021-01-04 | Update Help and release notes | Jaakko Keränen | |
2021-01-04 | CertImportWidget: Handle dropped file; creating identity | Jaakko Keränen | |
IssueID #105 | |||
2021-01-04 | GmCerts: Importing an existing certificate | Jaakko Keränen | |
2021-01-04 | App: Drag-and-drop events passed to all widgets | Jaakko Keränen | |
2021-01-04 | Updated the_Foundation | Jaakko Keränen | |
2021-01-04 | Added a client certificate import dialog | Jaakko Keränen | |
Todo: Drag-and-drop; the actual identity creation step. | |||
2021-01-04 | Updated the_Foundation | Jaakko Keränen | |
New TlsCertificate private key access methods. | |||
2021-01-04 | GmDocument: Empty lines vs. consecutive quotes | Jaakko Keränen | |
Detecting if quote lines are consecutive was changed so that an empty line can be used to separate quotes. For example, see Astrobotany's Message Board. IssueID #108 | |||
2021-01-03 | Creating a certificate import dialog | Jaakko Keränen | |
Just the widgets thus far. | |||
2021-01-03 | Tweaked text color of Pure White UI theme | Jaakko Keränen | |
Slightly darker. | |||
2021-01-03 | Updated release notes | Jaakko Keränen | |
2021-01-03 | DocumentWidget: Updating trust | Jaakko Keränen | |
Hide the warning banner immediately. IssueID #107 | |||
2021-01-03 | Fixed redirection opening in the wrong tab | Jaakko Keränen | |
2021-01-03 | Improving the Page Information dialog | Jaakko Keränen | |
This should use a proper dialog instead of a simple message. | |||
2021-01-03 | Updating the navbar URL when opening tabs | Jaakko Keränen | |
2021-01-03 | Added menu item for import a certificate | Jaakko Keränen | |
2021-01-03 | Expanded page information | Jaakko Keränen | |
The Certificate Status popup was expanded with certificate fingerprint, media type, and content length. | |||
2021-01-02 | SidebarWidget: Background color for remote bookmarks | 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 | |
2021-01-02 | Merge branch 'finger' into dev | Jaakko Keränen | |
2021-01-02 | GmDocument: New link icon for Finger links | Jaakko Keränen | |
Added a new link flag to identify Finger links so they can use their own icon. | |||
2021-01-02 | Add support for Finger protocol | Jaakko Keränen | |
A patch courtesy of John Cowan. IssueID #106 |