Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-08 | Don't try to make "about:" URLs absolute | Jaakko Keränen | |
2020-08-08 | GmDocument: Added more site icons | Jaakko Keränen | |
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 | Disable executable-embedded resources by default | Jaakko Keränen | |
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 | macOS: Updated app icon | Jaakko Keränen | |
The padding around the squircle now matches the style in Big Sur. | |||
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-07 | App: Finding the current tab | Jaakko Keränen | |
2020-08-07 | Cleanup | Jaakko Keränen | |
2020-08-07 | Fixed popup menu positioning near window edges | Jaakko Keränen | |
2020-08-07 | Linux: Added app icon | Jaakko Keränen | |
2020-08-07 | Added an application icon | Jaakko Keränen | |
2020-08-07 | Cleanup | Jaakko Keränen | |
2020-08-07 | GmDocument: Handpicked set of primary and alt hues | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Fixed bottom of visible range | Jaakko Keränen | |
2020-08-06 | GmDocument: Tweak theme alt hue selection | 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 | Window: Added a tab bar | Jaakko Keränen | |
This should be collapsed if there is just a single tab. | |||
2020-08-06 | DocumentWidget: Disable link hover while scrolling | Jaakko Keränen | |
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 | |