summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-26App: Fixed refresh getting stuckJaakko Keränen
2020-07-26Text: Added a new font for EmojiJaakko Keränen
Noto Emoji by Google, pretty good but not ideal.
2020-07-25DocumentWidget: Center vertically if document is shortJaakko Keränen
2020-07-25Right/center-aligned text; fixed menu shortcutsJaakko Keränen
2020-07-25DocumentWidget: Context menuJaakko Keränen
2020-07-25Widget: Drawing optional framesJaakko Keränen
2020-07-25Fixed event processing for menus and dialogsJaakko Keränen
2020-07-25Keep the navbar URL up to dateJaakko Keränen
2020-07-25Use document top header as window titleJaakko Keränen
2020-07-25Reload, Stop, and Home navbar buttonsJaakko Keränen
2020-07-25InputWidget: Long text may disappearJaakko Keränen
2020-07-25InputWidget: Adjusted paddingJaakko Keränen
Aligns better with labels.
2020-07-25App: Persistent historyJaakko Keränen
2020-07-25Encode spaces in URLsJaakko Keränen
2020-07-25App: Maximum number of history itemsJaakko Keränen
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-22GmDocument: Wide monospace blocks use smaller fontJaakko Keränen
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-22GmDocument: Normalize spaces; apply line marginsJaakko 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-22GmDocument: Detecting line type; define fontsJaakko Keränen
2020-07-22Manual window refresh eventsJaakko Keränen
2020-07-22Larger font sizeJaakko Keränen
2020-07-22CleanupJaakko Keränen