Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-08 | Handling "about:home"; GmRequest decoupling | Jaakko Keränen | |
GmRequest is given a pointer to the GmCerts to use. Also, timeouts are handled via a posted command so they get processed in the main thread. | |||
2020-08-08 | Cancel GmRequest from the main thread | Jaakko Keränen | |
Doing it in the SDL timer thread causes mutex lockups. | |||
2020-08-08 | Showing the server certificate subject name | Jaakko Keränen | |
2020-08-08 | Creating new tabs; cleaned up DocumentWidget | Jaakko Keränen | |
2020-08-08 | Moved recent URLs history to DocumentWidget | Jaakko Keränen | |
App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation. | |||
2020-08-06 | DocumentWidget: Fixed bottom of visible range | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Align banner icon visually | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Adjusted document borders | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Disable link hover while scrolling | Jaakko Keränen | |
2020-08-06 | Cleanup | Jaakko Keränen | |
2020-08-06 | Fetch content from cache when navigating back | Jaakko Keränen | |
2020-08-06 | Added GmResponse as its own type | Jaakko Keränen | |
2020-08-06 | macOS: Smooth inertia scrolling with trackpad | Jaakko Keränen | |
Requires a slightly tweaked SDL 2, though, when it comes to handling the scroll events. | |||
2020-08-05 | Color palette theming | Jaakko Keränen | |
2020-08-05 | Setting up document theming | Jaakko Keränen | |
2020-08-04 | Changing the document content text size | Jaakko Keränen | |
The glyph cache is purged whenever font sizes change. UI fonts are deliberately not changed in size so that UI metrics don't have to be recomputed. | |||
2020-08-04 | DocumentWidget: Show server certificate expiration date | Jaakko Keränen | |
2020-08-04 | Remember scroll positions on visited pages | Jaakko Keränen | |
2020-08-03 | DocumentWidget: Show server certificate status | Jaakko Keränen | |
2020-08-03 | DocumentWidget: Em dashes in the window title | Jaakko Keränen | |
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-08-03 | Working on server certificates | Jaakko Keränen | |
2020-08-02 | Compose window title with host name | Jaakko Keränen | |
2020-08-01 | Handling status codes by class | 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-31 | Adjusted X symbols | Jaakko Keränen | |
2020-07-30 | More readable italic font | Jaakko Keränen | |
Thin fonts are nice but not very legible. | |||
2020-07-30 | DocumentWidget: Indicate ongoing media requests | Jaakko Keränen | |
2020-07-30 | DocumentWidget: Show content as soon as it arrives | Jaakko Keränen | |
No need to wait for the request to be finished fully. | |||
2020-07-30 | History of visited URLs; visualize time of last link visit | Jaakko Keränen | |
2020-07-29 | Utility for making absolute URLs | 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 | Viewing image URLs | Jaakko Keränen | |
When the opened URL is just an image, generate a simple document for it. | |||
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 | Improved title user parsing; back/forward mouse buttons | Jaakko Keränen | |
2020-07-28 | Plaintext documents; unsupported MIME type error | Jaakko Keränen | |
2020-07-28 | Cancelling a fetch restores the previous URL | Jaakko Keränen | |
Just navigating back. | |||
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: Fine-tuning | Jaakko Keränen | |
Stop hovering on links when fetching content, and clamp scroll position when resizing the view. | |||
2020-07-27 | Show user from URL in window title | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Copying page contents, URLs | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Marking a selection with the mouse | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Change mouse cursor | Jaakko Keränen | |
Beam for document, hand for links, arrow for UI. | |||
2020-07-27 | DocumentWidget: Drawing marked ranges | Jaakko Keränen | |
2020-07-27 | Showing and hiding the search bar | Jaakko Keränen | |
2020-07-27 | Finding previous text | Jaakko Keränen | |