Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Navbar forward/backward icons | Jaakko Keränen | |
2020-07-24 | Text: Tweaking Source Sans Pro baseline | Jaakko Keränen | |
2020-07-24 | DocumentWidget: Scroll up and down with arrow keys | 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 | Entering URLs and updating the navbar | Jaakko Keränen | |
2020-07-23 | Added a TODO | Jaakko Keränen | |
2020-07-23 | Added a basic navigation bar with buttons and URL field | Jaakko Keränen | |
Not wired into anything yet. | |||
2020-07-23 | DocumentWidget: Scrolling via scrollbar and keys | Jaakko Keränen | |
2020-07-23 | Added ScrollWidget for scroll bars | Jaakko Keränen | |
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 | Text: Larger glyph cache | Jaakko Keränen | |
Now we have twice as many glyphs since the half-pixel offset variants are also cached. | |||
2020-07-23 | App: Load home.gmi from the app data dir | Jaakko Keränen | |
2020-07-23 | Visualize links; open URL when clicked | Jaakko Keränen | |
2020-07-23 | Cleanup | Jaakko Keränen | |
2020-07-22 | Getting started with some links | Jaakko Keränen | |
2020-07-22 | Text: Half-pixel glyph variants | Jaakko Keränen | |
The cache contains two variants of each glyph: zero and half-pixel offsets. This allows positioning glyph more accurately inside a text run. | |||
2020-07-22 | GmDocument: Wide monospace blocks use smaller font | Jaakko Keränen | |
2020-07-22 | DocumentWidget: Layout improvements; max width | Jaakko Keränen | |
2020-07-22 | Window: Smaller minimum size | Jaakko Keränen | |
2020-07-22 | Text: Cache glyph advances; added small monospace font | Jaakko Keränen | |
2020-07-22 | DocumentWidget: Limit scrolling to document size | Jaakko Keränen | |
2020-07-22 | GmDocument: Trying a first paragraph emphasis | Jaakko Keränen | |
2020-07-22 | Text wrapping; basic scrolling in DocumentWidget | Jaakko Keränen | |
2020-07-22 | GmDocument: Normalize spaces; apply line margins | Jaakko Keränen | |
2020-07-22 | Text: Operate on Rangecc strings | Jaakko Keränen | |
2020-07-22 | Cleanup | Jaakko Keränen | |
2020-07-22 | DocumentWidget: Debug outlines for text runs | Jaakko Keränen | |
2020-07-22 | GmDocument: Basic indents; bullets; bold font | Jaakko Keränen | |
2020-07-22 | DocumentWidget: Reading from file:// | Jaakko Keränen | |
2020-07-22 | GmDocument: Detecting line type; define fonts | Jaakko Keränen | |
2020-07-22 | Manual window refresh events | Jaakko Keränen | |
2020-07-22 | Larger font size | Jaakko Keränen | |
2020-07-22 | Cleanup | Jaakko Keränen | |
2020-07-21 | Added GmDocument; very basic layout and render | Jaakko Keränen | |
2020-07-21 | DocumentWidget: Fetching URL contents | Jaakko Keränen | |
2020-07-21 | Added DocumentWidget | Jaakko Keränen | |
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |