Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | Document side elements; hover outline | 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 | Added Prefs; placeholders for new options | 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-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-08-22 | Cleanup | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-13 | Toggle sidebar visibility; save width and mode | Jaakko Keränen | |
2020-08-11 | Document outline; jumping to clicked heading | Jaakko Keränen | |
2020-08-10 | DocumentWidget: Check the MIME charset parameter | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Adjusted document borders | Jaakko Keränen | |
2020-08-05 | Color palette theming | Jaakko Keränen | |
2020-08-05 | Setting up document theming | Jaakko Keränen | |
2020-08-04 | Added a large light font for the site banner | Jaakko Keränen | |
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-08-01 | More robust URL processing | Jaakko Keränen | |
Fixed a number of special cases revealed by the client torture test. | |||
2020-07-30 | History of visited URLs; visualize time of last link visit | Jaakko Keränen | |
2020-07-29 | Moved History to its own type | Jaakko Keränen | |
2020-07-29 | DocumentWidget: Improved link presentation | Jaakko Keränen | |
2020-07-29 | Showing and hiding image content | Jaakko Keränen | |
2020-07-28 | Loading and rendering images in the document | Jaakko Keränen | |
There can be multiple inline media requests on the page. Images are always associated with a link. | |||
2020-07-28 | Detect known image/audio file extensions | Jaakko Keränen | |
2020-07-28 | DocumentWidget: Don't repeat the hostname if visible | Jaakko Keränen | |
2020-07-28 | Plaintext documents; unsupported MIME type error | Jaakko Keränen | |
2020-07-27 | Visualizing links | Jaakko Keränen | |
Show which links are to the same site, and which are HTTP/S, Gopher, or files. | |||
2020-07-27 | DocumentWidget: Marking a selection with the mouse | Jaakko Keränen | |
2020-07-27 | Finding previous text | Jaakko Keränen | |
2020-07-26 | Finding text in the document | Jaakko Keränen | |
2020-07-25 | Use document top header as window title | Jaakko Keränen | |
2020-07-24 | Added GmRequest for handling the request | Jaakko Keränen | |
This feels a little bit too complex, with GmRequest observing TlsRequest and then notifying its own audience. There are still some issues with cancelling requests as well. | |||
2020-07-23 | Visualize links; open URL when clicked | Jaakko Keränen | |
2020-07-22 | Text wrapping; basic scrolling in DocumentWidget | Jaakko Keränen | |
2020-07-21 | Added GmDocument; very basic layout and render | Jaakko Keränen | |