Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-17 | Minor tweaks | Jaakko Keränen | |
Don’t disable screensaver, and the default site icon should be “no icon”. | |||
2020-08-16 | Tweaked default color themes | Jaakko Keränen | |
2020-08-16 | Added Pure Black and Pure White themes | Jaakko Keränen | |
Font changes cause window redrawing to pause so document layout doesn’t get an intermediate update with a different width. Sheets are mouse-modal. | |||
2020-08-16 | Further theme color improvements | Jaakko Keränen | |
Default seed colors. | |||
2020-08-16 | Palette has UI colors; defined Light theme colors | Jaakko Keränen | |
2020-08-15 | Built-in embedded “about:” pages; Help menu | Jaakko Keränen | |
2020-08-14 | Cleaner window initialization | Jaakko Keränen | |
Create the window using the correct size and position, and don’t show the window contents while app state is being restored. | |||
2020-08-13 | Toggle sidebar visibility; save width and mode | Jaakko Keränen | |
2020-08-11 | SidebarWidget: Scrolling and the scrollbar | Jaakko Keränen | |
2020-08-11 | GmDocument: Fixed bullet decorations | Jaakko Keränen | |
2020-08-11 | Document outline; jumping to clicked heading | Jaakko Keränen | |
2020-08-10 | GmDocument: Don’t indent the first pre block | Jaakko Keränen | |
The first pre block, as a first visible block in the document, is likely a logo or picture of some sort. It is aligned with headers. | |||
2020-08-09 | Windows: Fixed Unicode icons | Jaakko Keränen | |
2020-08-08 | GmDocument: Added more site icons | 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 | Cleanup | Jaakko Keränen | |
2020-08-07 | GmDocument: Handpicked set of primary and alt hues | Jaakko Keränen | |
2020-08-06 | GmDocument: Tweak theme alt hue selection | Jaakko Keränen | |
2020-08-06 | DocumentWidget: Adjusted document borders | 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-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-02 | Window: Narrow layout mode for the navbar | 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-01 | More robust URL processing | Jaakko Keränen | |
Fixed a number of special cases revealed by the client torture test. | |||
2020-07-30 | GmDocument: Visit times are for absolute URLs | Jaakko Keränen | |
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 | 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 | 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 | GmDocument: Add extra line spacing for wrapped lines | Jaakko Keränen | |
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-25 | Basic navigation history; Back and Forward are working | Jaakko Keränen | |
2020-07-24 | Font update; ANSI color escapes; fixed URL update | Jaakko Keränen | |
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded. | |||
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 | Added gray88 to the palette | Jaakko Keränen | |
The page color theme should use its own separate palette, though, not the UI palette. | |||
2020-07-23 | Visualize links; open URL when clicked | Jaakko Keränen | |
2020-07-22 | Getting started with some links | Jaakko Keränen | |
2020-07-22 | GmDocument: Wide monospace blocks use smaller font | Jaakko Keränen | |