Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |