Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-10-18 | Added more document color themes | Jaakko Keränen | |
The dark and light themes are now configurable in Preferences. | |||
2020-10-16 | Fixed: Color saturation for default theme colors | Jaakko Keränen | |
The color saturation user preference was not being applied to the default color palette. | |||
2020-10-12 | Normalizing long spaces to a tab stop | Jaakko Keränen | |
Experimenting with terminal friendly space normalization where sometimes multiple spaces are used to align content horizontally (with a fixed-width font). When encountering 8 or more consecutive spaces, they are all replaced with a single tab character. Gemtext allows clients to normalize whitespace as they see fit. | |||
2020-10-11 | Added two serif fonts; minor color tweaks | Jaakko Keränen | |
Added the EB Garamond and Literata fonts as serif font choices. | |||
2020-10-07 | Drawing an audio player UI | Jaakko Keränen | |
2020-10-04 | Working on audio playback | Jaakko Keränen | |
Audio players are displayed the same way as images. When playing, a decoder runs in a background thread producing samples suitable for output. | |||
2020-10-01 | Refactor: Separate media from GmDocument | Jaakko Keränen | |
2020-09-29 | GmDocument: List bullets use a different color | Jaakko Keränen | |
More distinctive. | |||
2020-09-28 | Cleanup | Jaakko Keränen | |
2020-09-28 | GmDocument: Tweaks in the dark color theme | Jaakko Keränen | |
2020-09-22 | DocumentWidget: Drawing side elements | Jaakko Keränen | |
The banner appears on the left, if there is room in the margin. Also added a document timestamp in the bottom to see when the data was received. | |||
2020-09-21 | Document theme color saturation preference | Jaakko Keränen | |
2020-09-21 | Added Prefs; placeholders for new options | Jaakko Keränen | |
2020-09-20 | Improved text selection starting on empty space | Jaakko Keränen | |
IssueID #4 | |||
2020-09-20 | Text: Japanese font sized for UI text | Jaakko Keränen | |
This font is needed for example for tab titles where there are japanese glyphs. | |||
2020-09-20 | Opening links in a new background tab | Jaakko Keränen | |
2020-09-18 | GmDocument: Added an icon for quote blocks | Jaakko Keränen | |
2020-09-17 | Recognize and visualize "mailto:" links | Jaakko Keränen | |
"mailto:" links now have their own icon and when clicked they open the URL in the default web browser. IssueID #5 | |||
2020-09-17 | DocumentWidget: Permanent images | Jaakko Keränen | |
A dynamically generated page showing nothing but an image should not be treated the same way as an inline image. I.e., disallow hiding the image on an image page. | |||
2020-09-15 | GmDocument: Recognize "about:" links | Jaakko Keränen | |
2020-09-15 | GmDocument: Possible use of uninitialized value | Jaakko Keränen | |
It was possible that the previous line type was unset under certain circumstances. | |||
2020-09-12 | GmDocument: Bolder arrow for links | Jaakko Keränen | |
2020-09-05 | Option to force break very long lines | Jaakko Keränen | |
Even preformatted lines may need to be wrapped so the content remains visible, since there is no horizontal scrolling. However, this is off by default so ASCII art isn't broken in narrow windows. | |||
2020-09-04 | GmDocument: Wider font needs smaller indents | Jaakko Keränen | |
2020-09-03 | GmDocument: Light theme cleanup | Jaakko Keränen | |
2020-09-03 | Changed default font to Nunito | Jaakko Keränen | |
Nunito is licensed under OFL. | |||
2020-09-01 | GmDocument: Better formatting for Gopher URLs | Jaakko Keränen | |
2020-09-01 | GmDocument: Slightly wider indents for more breathing room | Jaakko Keränen | |
2020-08-28 | GmDocument: Default to preformatted tab width 4 | Jaakko Keränen | |
2020-08-26 | GmDocument: Adjusted first paragraph color | Jaakko Keränen | |
2020-08-26 | Content theme tweaks | Jaakko Keränen | |
Green background shouldn't be so saturated. | |||
2020-08-25 | Cleanup | Jaakko Keränen | |
2020-08-25 | Theme tuning | Jaakko Keränen | |
2020-08-25 | It's called a "scheme" | Jaakko Keränen | |
2020-08-25 | Cleanup | Jaakko Keränen | |
2020-08-25 | GmDocument: Fixed source line parsing issue | Jaakko Keränen | |
Extra newlines were introduced because the line splitter's position was tampered with. | |||
2020-08-24 | Updated for the_Foundation API changes | Jaakko Keränen | |
2020-08-24 | Initialize RegExpMatches | Jaakko Keränen | |
2020-08-23 | Build option to disable kerning; other optimizations | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-18 | Minor tweaks | Jaakko Keränen | |
2020-08-17 | Minor tweaks | Jaakko Keränen | |
Don’t disable screensaver, and the default site icon should be “no icon”. | |||
2020-08-16 | Tweaked default color themes | Jaakko Keränen | |