Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | GmDocument: Further link spacing tuning | Jaakko Keränen | |
2021-03-09 | GmDocument: Adjusted link list spacing | Jaakko Keränen | |
Blank lines in link lists need a bit of extra space. | |||
2021-03-09 | Fixed build | Jaakko Keränen | |
2021-03-09 | GmDocument: Light mode Gray document theme | Jaakko Keränen | |
The Gray theme now has a light and dark variant. | |||
2021-03-08 | Improved custom link icons; link list spacing | Jaakko Keränen | |
Link lists and bullet lists are spaced the same way. | |||
2021-03-08 | Local Gemini links can use Emoji/symbol from label text | Jaakko Keränen | |
Instead of the default link icon, if a label starts with an Emoji or symbol, use that as the icon. This only works with local Gemini links so important information about link destination is not hidden. | |||
2021-03-08 | Gemtext markup was visible with Monospace Body | Jaakko Keränen | |
2021-03-07 | GmDocument: Adjusted consecutive link spacing | Jaakko Keränen | |
It makes link lists more readable to have a bit more space in between, especially if the links get wrapped. | |||
2021-03-06 | GmDocument: Narrow layout; indentation | Jaakko Keränen | |
Adjusted indentation for narrow (phone) layout. | |||
2021-03-03 | GmDocument: Tuning Colorful Dark | Jaakko Keränen | |
Link text and paragraph text shouldn't be too close to each other. | |||
2021-03-03 | GmDocument: Tuning Colorful Dark | Jaakko Keränen | |
Some background colors (pink, green) were too saturated and out of place. | |||
2021-03-02 | GmDocument: Monospace body isn't normalized | Jaakko Keränen | |
2021-02-26 | GmDocument: Adjusted theme heading colors | Jaakko Keränen | |
2021-02-26 | DocumentWidget: Inline downloads | Jaakko Keränen | |
2021-02-26 | GmDocument: Palette tuning | Jaakko Keränen | |
The greenish-yellow was a bit off-putting. | |||
2021-02-25 | Consolidating media handling | Jaakko Keränen | |
2021-02-24 | GmDocument: Media type flexibility | Jaakko Keränen | |
Allow defining new inline media types. | |||
2021-02-24 | DocumentWidget: Expand/shrink page margin | Jaakko Keränen | |
Based on the width of the document, make the horizontal margins larger or smaller. | |||
2021-02-24 | GmDocument: Balance horizontal space | Jaakko Keränen | |
Right margin should match the indented left margin. | |||
2021-02-24 | GmDocument: Adjusted link margins | Jaakko Keränen | |
Making it even more clearer if a link is not separated by an empty line from the preceding line. | |||
2021-02-23 | GmDocument: Avoid a strange violet-on-green color pairing | Jaakko Keränen | |
2021-02-23 | Improved handling of bookmark icons | Jaakko Keränen | |
The effect of a bookmark icon is restricted to URLs that begin with the bookmarked URL. TODO: Bookmark icon of an URL should affect the whole domain, but this should take into consideration user subdirectories ("~name" or "/users/name"). IssueID #140 | |||
2021-02-23 | Editing bookmark icons | Jaakko Keränen | |
IssueID #140 | |||
2021-02-21 | Minor tweaks | Jaakko Keränen | |
2021-01-04 | GmDocument: Quote border line on empty quote lines | Jaakko Keränen | |
IssueID #108 | |||
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-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 | |||
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-02 | Show a banner warning about certificate issues | Jaakko Keränen | |
2020-12-01 | GmDocument: Spacing before/after links | Jaakko Keränen | |
Respect the source whitespace, but leave half a line at minimum. | |||
2020-11-30 | GmDocument: Special icon for query links | Jaakko Keränen | |
2020-11-28 | Scrolling wide preformatted blocks horizontally | Jaakko Keränen | |
Not entirely glitch-free but should be good enough for now. IssueID #44 | |||
2020-11-28 | Cleanup: Removed (hidden) preformatted wrap option | Jaakko Keränen | |
2020-11-25 | Swapped Gopher link icon colors | Jaakko Keränen | |
The less saturated one is better for visited links. | |||
2020-11-24 | Fixed threading issues and data races | Jaakko Keränen | |
The most serious problem was that GmRequest's response body was being accessed while the TlsRequest thread was modifying it. Now the response must always be locked before accessing elsewhere. There were also inefficient data updates in the media players. | |||
2020-11-21 | Saving inline media content to Downloads | Jaakko Keränen | |
2020-11-21 | DocumentWidget: Marking link icons as search matches | Jaakko Keränen | |
2020-11-21 | Added option to load image instead of scrolling | Jaakko 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-15 | Added a preference for monospace body text | Jaakko Keränen | |
Monospace body font can be set separately for Gemini and Gopher. | |||
2020-11-07 | Treat Gopher as an unsupported protocol | Jaakko Keränen | |
2020-10-28 | Reporting TLS/SSL errors | Jaakko Keränen | |
A proper error page is now shown if there is an error during the TLS request. | |||
2020-10-21 | Improved hover outline appearance | Jaakko Keränen | |
Theme-specific color selection, and a dividing line for the current position. | |||
2020-10-21 | Added theme colors for the hover outline | Jaakko Keränen | |
Still need to choose them based on the current theme. | |||
2020-10-21 | GmDocument: Lighter paragraph text in Gray theme | Jaakko Keränen | |
2020-10-20 | Added quote indicator preference | Jaakko 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-20 | GmDocument: Color theme adjustments | Jaakko Keränen | |
Colorful Light is generally a lot lighter now. | |||
2020-10-19 | GmDocument: Slightly tighter spacing between list items | Jaakko Keränen | |
Works better with short bullet lines, but still readable with wrapped ones, too. | |||
2020-10-19 | GmDocument: Colorful Light should be less saturated | Jaakko Keränen | |
Easier on the eyes. | |||
2020-10-18 | Added the "Colorful Light" document theme | Jaakko Keränen | |