Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | Tabs: Changing the tab button label | 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 | Cleanup | Jaakko Keränen | |
2020-08-06 | GmDocument: Default theme colors | Jaakko Keränen | |
2020-08-06 | GmDocument: Improvements to color themes | Jaakko Keränen | |
Better light mode, and in dark mode either saturate the background or the foreground, but not both. | |||
2020-08-06 | macOS: Cleanup | 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-06 | App: Refresh vs. event handling | Jaakko Keränen | |
Keep processing all pending events, not stopping for refresh prematurely. | |||
2020-08-05 | Color palette theming | Jaakko Keränen | |
2020-08-05 | Setting up document theming | Jaakko Keränen | |
2020-08-05 | Mark HTTP URLs visited in the history | Jaakko Keränen | |
2020-08-05 | Color: Added HSL conversions | Jaakko Keränen | |
Removed the extra 15/88 grays from the UI palette. | |||
2020-08-04 | Added a large light font for the site banner | Jaakko Keränen | |
2020-08-04 | Open HTTP in default browser | Jaakko Keränen | |
On macOS and Linux. | |||
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 | GmCerts: Thread safety; fixed notifications | Jaakko Keränen | |
Must update the status before notifying. | |||
2020-08-03 | DocumentWidget: Em dashes in the window title | Jaakko Keränen | |
2020-08-03 | Embed: Fixed handling of path not found | 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 | GmRequest: Checking the server certificate | Jaakko Keränen | |
Just testing so far. | |||
2020-08-02 | Compose window title with host name | Jaakko Keränen | |
2020-08-02 | Cleanup | Jaakko Keränen | |
2020-08-02 | Window: Narrow layout mode for the navbar | Jaakko Keränen | |
2020-08-02 | Flag for tight label padding; aligning labels visually | Jaakko Keränen | |
2020-08-02 | GmDocument: First paragraph styling | Jaakko Keränen | |
Only show a limited number of rows of larger text. | |||
2020-08-02 | LabelWidget: Styling of pressed buttons | Jaakko Keränen | |
2020-08-01 | Handling status codes by class | Jaakko Keränen | |
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 | |