Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-29 | Preferences: Collapse preformatted blocks on page load | Jaakko Keränen | |
IssueID #180 | |||
2021-03-29 | Improving alt text animation; cleaned up key shortcut labels | Jaakko Keränen | |
Remove extra Plus signs from key shortcuts. | |||
2021-03-29 | GmDocument: Fixed plain text layout | Jaakko Keränen | |
2021-03-28 | Folding preformatted blocks and showing alt text | Jaakko Keränen | |
The alt text of preformatted blocks is shown on mouse hover. The blocks can be clicked to toggle folding. IssueID #180 | |||
2021-03-27 | DocumentWidget: Advanced text selection | Jaakko Keränen | |
Double click to select by word, triple click by paragraph. IssueID #134 | |||
2021-03-27 | GmDocument: Finding position in source | Jaakko Keränen | |
The returned position at a source location is now a range, pointing to the left and right edges of the contacted character. | |||
2021-03-24 | Fixed regression in conman.org client torture test 21 | Jaakko Keränen | |
Couple of problems: - "data:" links were not flagged as supported - "data:" links are not supposed to further decoded or encoded since they are processed internally in the client IssueID #217 | |||
2021-03-21 | GmDocument: Default banner colors of Light Gray | Jaakko Keränen | |
2021-03-20 | GmDocument: Gray/Black link color tuning | Jaakko Keränen | |
2021-03-19 | GmDocument: List bullet finetuning | Jaakko Keränen | |
Slightly more to the left, centered. | |||
2021-03-18 | GmDocument: Trying out a footer | Jaakko Keränen | |
Currently disabled. | |||
2021-03-16 | Translation: More reliable markup preservation | Jaakko Keränen | |
2021-03-12 | DocumentWidget: Bookmarking a wrapped link | Jaakko Keränen | |
Only the clicked part of the label text was used for the bookmark. | |||
2021-03-11 | Added option to word wrap plain text files | Jaakko Keränen | |
On by default because there is no horizontal scrolling for plain text files. | |||
2021-03-10 | GmDocument: Links use a bold, tinted font | Jaakko Keränen | |
Links are important enough to stand out clearly. A bold font can be tinted with the primary theme color without losing readability. | |||
2021-03-10 | GmDocument: Colorful Light banner | Jaakko Keränen | |
Lighter or darker depending on the UI theme. | |||
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 | |