Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | Fixed premature recycling | Jaakko Keränen | |
Processing events outside event loop lead to recycler being called when a refresh was requested. | |||
2020-08-01 | GmRequest: Handle "data:" protocol with embedded content | Jaakko Keränen | |
Just on a lark. | |||
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 | GmRequest: Print the server certificate for testing | Jaakko Keränen | |
2020-07-31 | Adjusted X symbols | Jaakko Keränen | |
2020-07-31 | Text: Removing the baseline offset hack | Jaakko Keränen | |
2020-07-31 | Use the full Symbola font; don't embed resources | Jaakko Keränen | |
The fonts are too large to embed comfortably. | |||
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 | GmDocument: Visit times are for absolute URLs | Jaakko Keränen | |
2020-07-30 | Text: Improved glyph cache allocator | Jaakko Keränen | |
Tighter row packing by collecting glyphs of similar height to the same rows. | |||
2020-07-30 | GmDocument: Check absolute URLs for visit times | Jaakko Keränen | |
2020-07-30 | History of visited URLs; visualize time of last link visit | Jaakko Keränen | |
2020-07-29 | Looking up URL visit times | Jaakko Keränen | |
2020-07-29 | Utility for making absolute URLs | Jaakko Keränen | |
2020-07-29 | Text: More word wrapping characters | 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 | GmRequest: Default MIME type | Jaakko Keränen | |
2020-07-28 | Text: Kerning improvements | Jaakko Keränen | |
Kern double slash manually, disable kerning for the monospace font. | |||
2020-07-28 | DocumentWidget: Don't repeat the hostname if visible | Jaakko Keränen | |
2020-07-28 | Added EMBED_IN_EXECUTABLE build option | Jaakko Keränen | |
The embedded resources can alternatively be read from a file called 'resources.bin'. | |||
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 | GmDocument: Add extra line spacing for wrapped lines | Jaakko Keränen | |
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 | InputWidget: Notify whether Enter was pressed | Jaakko Keränen | |
2020-07-27 | Improved search input focus behavior | Jaakko Keränen | |
2020-07-27 | Showing and hiding the search bar | Jaakko Keränen | |
2020-07-27 | Widget: Added flag for collapsing during arrange | Jaakko Keränen | |
2020-07-27 | Finding previous text | Jaakko Keränen | |
2020-07-27 | Added a subset of Symbola for more symbols | Jaakko Keränen | |
Non-ugly emoticons, box drawing, math symbols, etc. | |||
2020-07-26 | Finding text in the document | Jaakko Keränen | |
2020-07-26 | Window: Create a search bar | Jaakko Keränen | |
2020-07-26 | Added a new darkest gray to the palette | Jaakko Keränen | |
2020-07-26 | Asking for sensitive input | Jaakko Keränen | |
2020-07-26 | Asking the user for input | Jaakko Keränen | |
2020-07-26 | GmRequest: Tweaking cancel behavior | Jaakko Keränen | |