Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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. |