summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2020-07-25Basic navigation history; Back and Forward are workingJaakko Keränen
2020-07-24Navbar forward/backward iconsJaakko Keränen
2020-07-24Text: Tweaking Source Sans Pro baselineJaakko Keränen
2020-07-24DocumentWidget: Scroll up and down with arrow keysJaakko Keränen
2020-07-24Font update; ANSI color escapes; fixed URL updateJaakko 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-24Added GmRequest for handling the requestJaakko 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-23Entering URLs and updating the navbarJaakko Keränen
2020-07-23Added a TODOJaakko Keränen
2020-07-23Added a basic navigation bar with buttons and URL fieldJaakko Keränen
Not wired into anything yet.
2020-07-23DocumentWidget: Scrolling via scrollbar and keysJaakko Keränen
2020-07-23Added ScrollWidget for scroll barsJaakko Keränen
2020-07-23Added gray88 to the paletteJaakko Keränen
The page color theme should use its own separate palette, though, not the UI palette.
2020-07-23Text: Larger glyph cacheJaakko Keränen
Now we have twice as many glyphs since the half-pixel offset variants are also cached.
2020-07-23App: Load home.gmi from the app data dirJaakko Keränen
2020-07-23Visualize links; open URL when clickedJaakko Keränen
2020-07-23CleanupJaakko Keränen
2020-07-22Getting started with some linksJaakko Keränen
2020-07-22Text: Half-pixel glyph variantsJaakko 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-22DocumentWidget: Layout improvements; max widthJaakko Keränen
2020-07-22Window: Smaller minimum sizeJaakko Keränen
2020-07-22Text: Cache glyph advances; added small monospace fontJaakko Keränen
2020-07-22DocumentWidget: Limit scrolling to document sizeJaakko Keränen
2020-07-22GmDocument: Trying a first paragraph emphasisJaakko Keränen
2020-07-22Text wrapping; basic scrolling in DocumentWidgetJaakko Keränen
2020-07-22Text: Operate on Rangecc stringsJaakko Keränen
2020-07-22CleanupJaakko Keränen
2020-07-22DocumentWidget: Debug outlines for text runsJaakko Keränen
2020-07-22GmDocument: Basic indents; bullets; bold fontJaakko Keränen
2020-07-22DocumentWidget: Reading from file://Jaakko Keränen
2020-07-22Manual window refresh eventsJaakko Keränen
2020-07-22Larger font sizeJaakko Keränen
2020-07-22CleanupJaakko Keränen
2020-07-21Added GmDocument; very basic layout and renderJaakko Keränen
2020-07-21DocumentWidget: Fetching URL contentsJaakko Keränen
2020-07-21Added DocumentWidgetJaakko Keränen
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.