summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
AgeCommit message (Collapse)Author
2020-07-28Loading and rendering images in the documentJaakko Keränen
There can be multiple inline media requests on the page. Images are always associated with a link.
2020-07-28Detect known image/audio file extensionsJaakko Keränen
2020-07-28DocumentWidget: Don't repeat the hostname if visibleJaakko Keränen
2020-07-28Improved title user parsing; back/forward mouse buttonsJaakko Keränen
2020-07-28Plaintext documents; unsupported MIME type errorJaakko Keränen
2020-07-28Cancelling a fetch restores the previous URLJaakko Keränen
Just navigating back.
2020-07-27Visualizing linksJaakko Keränen
Show which links are to the same site, and which are HTTP/S, Gopher, or files.
2020-07-27DocumentWidget: Fine-tuningJaakko Keränen
Stop hovering on links when fetching content, and clamp scroll position when resizing the view.
2020-07-27Show user from URL in window titleJaakko Keränen
2020-07-27DocumentWidget: Copying page contents, URLsJaakko Keränen
2020-07-27DocumentWidget: Marking a selection with the mouseJaakko Keränen
2020-07-27DocumentWidget: Change mouse cursorJaakko Keränen
Beam for document, hand for links, arrow for UI.
2020-07-27DocumentWidget: Drawing marked rangesJaakko Keränen
2020-07-27Showing and hiding the search barJaakko Keränen
2020-07-27Finding previous textJaakko Keränen
2020-07-26Finding text in the documentJaakko Keränen
2020-07-26Added a new darkest gray to the paletteJaakko Keränen
2020-07-26Asking for sensitive inputJaakko Keränen
2020-07-26Asking the user for inputJaakko Keränen
2020-07-25DocumentWidget: Center vertically if document is shortJaakko Keränen
2020-07-25DocumentWidget: Context menuJaakko 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-25Basic navigation history; Back and Forward are workingJaakko 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 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-23App: Load home.gmi from the app data dirJaakko Keränen
2020-07-23Visualize links; open URL when clickedJaakko 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-22DocumentWidget: Limit scrolling to document sizeJaakko Keränen
2020-07-22Text wrapping; basic scrolling in DocumentWidgetJaakko 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-21Added GmDocument; very basic layout and renderJaakko Keränen
2020-07-21DocumentWidget: Fetching URL contentsJaakko Keränen
2020-07-21Added DocumentWidgetJaakko Keränen