summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.h
AgeCommit message (Collapse)Author
2021-03-15Added a page translation serviceJaakko Keränen
This is quite experimental. The page contents are sent to an instance of LibreTranslate (powered by Argos Translate), which may or may not successfully translate the contents without mangling the gemtext markup.
2021-02-26Visual design improvementsJaakko Keränen
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference.
2021-01-04Added a client certificate import dialogJaakko Keränen
Todo: Drag-and-drop; the actual identity creation step.
2020-12-01Editing feed title in Feed Settings dialogJaakko Keränen
2020-08-30Maximum number of redirectsJaakko Keränen
Stop opening links automatically after five redirects.
2020-08-22Added BSD 2-clause license and copyright noticesJaakko Keränen
2020-08-15Init and scroll position improvementsJaakko Keränen
Scroll positions are saved as normalized positions so they don’t get affected by zoom differences.
2020-08-14Adding and viewing bookmarksJaakko Keränen
2020-08-12Working on sidebar resizingJaakko Keränen
2020-08-12Save and load app state (tabs, history)Jaakko Keränen
2020-08-11Document outline; jumping to clicked headingJaakko Keränen
2020-08-10Opening links in a new tab; improved context menu vs. linksJaakko Keränen
2020-08-09Closing and duplicating tabsJaakko Keränen
2020-08-09Tab button labels fitted to available spaceJaakko Keränen
2020-08-08Moved recent URLs history to DocumentWidgetJaakko Keränen
App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation.
2020-08-06Fetch content from cache when navigating backJaakko Keränen
2020-08-04Remember scroll positions on visited pagesJaakko Keränen
2020-07-25Reload, Stop, and Home navbar buttonsJaakko Keränen
2020-07-21DocumentWidget: Fetching URL contentsJaakko Keränen
2020-07-21Added DocumentWidgetJaakko Keränen