summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
AgeCommit message (Collapse)Author
2020-09-18DocumentWidget: Improved context menuJaakko Keränen
The contents of the menu depend on what is clicked and whether text has been selected.
2020-09-18DocumentWidget: Adjusted mouse wheel scroll amountJaakko Keränen
2020-09-18Improved download indicator and stop/reload buttonJaakko Keränen
Follow which tab is open and actually stop ongoing requests instead of restarting them.
2020-09-18DocumentWidget: Inline image download indicatorJaakko Keränen
2020-09-17Download progress indicator for large downloadsJaakko Keränen
2020-09-17DocumentWidget: Saving the source to a fileJaakko Keränen
"Save Page" now writes the current page's source to the Downloads folder as a file.
2020-09-17DocumentWidget: Working on "Save Page"Jaakko Keränen
2020-09-17Working on "Save Page"Jaakko Keränen
Suggest saving the content on the Unsupported MIME type error page.
2020-09-17Only cache "text/*" contentJaakko Keränen
2020-09-17Recognize and visualize "mailto:" linksJaakko Keränen
"mailto:" links now have their own icon and when clicked they open the URL in the default web browser. IssueID #5
2020-09-17DocumentWidget: Permanent imagesJaakko Keränen
A dynamically generated page showing nothing but an image should not be treated the same way as an inline image. I.e., disallow hiding the image on an image page.
2020-09-15Added software rendering fallback and --sw optionJaakko Keränen
2020-09-15DocumentWidget: Check current tab for commandsJaakko Keränen
Some commands were being handled by all tabs even though they are relevant only to the current one. IssueID #3
2020-09-13DocumentWidget: Drawing images that have alphaJaakko Keränen
2020-09-12CleanupJaakko Keränen
2020-09-12DocumentWidget: Drawing marked rangesJaakko Keränen
2020-09-12DocumentWidget: Use VisBuf for bufferingJaakko Keränen
2020-09-11CleanupJaakko Keränen
2020-09-11DocumentWidget: Smooth mouse wheel scrollingJaakko Keränen
2020-09-10Linux: Tweaking shortcut keysJaakko Keränen
2020-09-10CleanupJaakko Keränen
2020-09-09Added header file for keyboard shortcutsJaakko Keränen
2020-09-08Updated "about:help" with more contentJaakko Keränen
2020-09-08DocumentWidget: Minor link number tweakJaakko Keränen
2020-09-07Updating URL after selecting lookup itemJaakko Keränen
2020-09-05Option to force break very long linesJaakko Keränen
Even preformatted lines may need to be wrapped so the content remains visible, since there is no horizontal scrolling. However, this is off by default so ASCII art isn't broken in narrow windows.
2020-09-03GmDocument: Light theme cleanupJaakko Keränen
2020-09-03Changed default font to NunitoJaakko Keränen
Nunito is licensed under OFL.
2020-09-02DocumentWidget: Dynamic context menuJaakko Keränen
2020-09-01Text: Fixed color escape ASCII overflowJaakko Keränen
2020-08-30InputWidget: Undo, copy/cut, select allJaakko Keränen
2020-08-30Maximum number of redirectsJaakko Keränen
Stop opening links automatically after five redirects.
2020-08-30DocumentWidget: Check for non-Gemini redirectsJaakko Keränen
2020-08-29DocumentWidget: Crash on restoreJaakko Keränen
Error page tries to access the non-existent request. It should actually be checking the contents of the cached response...
2020-08-28DocumentWidget: Fixed submission of user inputJaakko Keränen
2020-08-28DocumentWidget: Slower smooth scroll speedJaakko Keränen
2020-08-26DocumentWidget: Error page wouldn't show upJaakko Keränen
2020-08-25CleanupJaakko Keränen
2020-08-25DocumentWidget: Smooth scrolling for keyboardJaakko Keränen
2020-08-25Theme tuningJaakko Keränen
2020-08-25It's called a "scheme"Jaakko Keränen
2020-08-25Added sidebar context menu items; cursor settingJaakko Keränen
2020-08-24Updated for the_Foundation API changesJaakko Keränen
2020-08-24Initialize RegExpMatchesJaakko Keränen
2020-08-24DocumentWidget: ⇧Space scrolls up a pageJaakko Keränen
2020-08-23DocumentWidget: Marked ranges in dark modeJaakko Keränen
2020-08-23Build option to disable kerning; other optimizationsJaakko Keränen
2020-08-23Menu improvementsJaakko Keränen
2020-08-22Added BSD 2-clause license and copyright noticesJaakko Keränen
2020-08-19Manage mouse cursors at window levelJaakko Keränen
The modal sheets switch mouse cursor to the default arrow.