summaryrefslogtreecommitdiff
path: root/src/ui/linkinfo.c
AgeCommit message (Collapse)Author
2022-02-13Added UI helper for presenting data URLsJaakko Keränen
Omit the actual data.
2022-02-11Merge branch 'dev' into work/v1.11Jaakko Keränen
2022-02-10Dealing with long URLsJaakko Keränen
LinkInfo will truncate extremely long URLs, and when viewing a single image, data URLs don't have a title.
2022-02-09Merge branch 'dev' into work/v1.11Jaakko Keränen
# Conflicts: # res/lang/eo.bin # res/lang/ie.bin
2022-02-07LinkInfo: Trim extremely long URLsJaakko Keränen
We don't want to cover the whole view with the URL.
2022-02-07GmDocument: Handling images in "data:" URLsJaakko Keränen
One can embed arbitrary data inside a "data:" URL. If an image is recognized, attempt to show it as part of the document.
2021-12-29Inline download context menu; macOS: Show in FinderJaakko Keränen
The inline downloads UI finally has some interactivity: left-clicking on a finished download opens it in the default viewer app, and right-clicking shows a context menu with relevant actions.
2021-12-25Mobile: Link info in context menuJaakko Keränen
2021-12-23LinkInfo: Show port, tooJaakko Keränen
2021-12-20LinkInfo: More concise presentationJaakko Keränen
Bold hostname, including scheme if not `gemini`. Info is now on a single wrapped line.
2021-12-18CleanupJaakko Keränen
2021-12-18LinkInfo: Identity at end of first lineJaakko Keränen
2021-12-18LinkInfo: Improved link metadata popupJaakko Keränen
2021-12-18Added LinkInfoJaakko Keränen