Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | DocumentWidget: Saving the source to a file | Jaakko Keränen | |
"Save Page" now writes the current page's source to the Downloads folder as a file. | |||
2020-09-17 | DocumentWidget: Working on "Save Page" | Jaakko Keränen | |
2020-09-17 | Working on "Save Page" | Jaakko Keränen | |
Suggest saving the content on the Unsupported MIME type error page. | |||
2020-09-17 | Only cache "text/*" content | Jaakko Keränen | |
2020-09-17 | Recognize and visualize "mailto:" links | Jaakko 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-17 | DocumentWidget: Permanent images | Jaakko 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-15 | Added software rendering fallback and --sw option | Jaakko Keränen | |
2020-09-15 | DocumentWidget: Check current tab for commands | Jaakko Keränen | |
Some commands were being handled by all tabs even though they are relevant only to the current one. IssueID #3 | |||
2020-09-13 | DocumentWidget: Drawing images that have alpha | Jaakko Keränen | |
2020-09-12 | Cleanup | Jaakko Keränen | |
2020-09-12 | DocumentWidget: Drawing marked ranges | Jaakko Keränen | |
2020-09-12 | DocumentWidget: Use VisBuf for buffering | Jaakko Keränen | |
2020-09-11 | Cleanup | Jaakko Keränen | |
2020-09-11 | DocumentWidget: Smooth mouse wheel scrolling | Jaakko Keränen | |
2020-09-10 | Linux: Tweaking shortcut keys | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-09 | Added header file for keyboard shortcuts | Jaakko Keränen | |
2020-09-08 | Updated "about:help" with more content | Jaakko Keränen | |
2020-09-08 | DocumentWidget: Minor link number tweak | Jaakko Keränen | |
2020-09-07 | Updating URL after selecting lookup item | Jaakko Keränen | |
2020-09-05 | Option to force break very long lines | Jaakko 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-03 | GmDocument: Light theme cleanup | Jaakko Keränen | |
2020-09-03 | Changed default font to Nunito | Jaakko Keränen | |
Nunito is licensed under OFL. | |||
2020-09-02 | DocumentWidget: Dynamic context menu | Jaakko Keränen | |
2020-09-01 | Text: Fixed color escape ASCII overflow | Jaakko Keränen | |
2020-08-30 | InputWidget: Undo, copy/cut, select all | Jaakko Keränen | |
2020-08-30 | Maximum number of redirects | Jaakko Keränen | |
Stop opening links automatically after five redirects. | |||
2020-08-30 | DocumentWidget: Check for non-Gemini redirects | Jaakko Keränen | |
2020-08-29 | DocumentWidget: Crash on restore | Jaakko Keränen | |
Error page tries to access the non-existent request. It should actually be checking the contents of the cached response... | |||
2020-08-28 | DocumentWidget: Fixed submission of user input | Jaakko Keränen | |
2020-08-28 | DocumentWidget: Slower smooth scroll speed | Jaakko Keränen | |
2020-08-26 | DocumentWidget: Error page wouldn't show up | Jaakko Keränen | |
2020-08-25 | Cleanup | Jaakko Keränen | |
2020-08-25 | DocumentWidget: Smooth scrolling for keyboard | Jaakko Keränen | |
2020-08-25 | Theme tuning | Jaakko Keränen | |
2020-08-25 | It's called a "scheme" | Jaakko Keränen | |
2020-08-25 | Added sidebar context menu items; cursor setting | Jaakko Keränen | |
2020-08-24 | Updated for the_Foundation API changes | Jaakko Keränen | |
2020-08-24 | Initialize RegExpMatches | Jaakko Keränen | |
2020-08-24 | DocumentWidget: ⇧Space scrolls up a page | Jaakko Keränen | |
2020-08-23 | DocumentWidget: Marked ranges in dark mode | Jaakko Keränen | |
2020-08-23 | Build option to disable kerning; other optimizations | Jaakko Keränen | |
2020-08-23 | Menu improvements | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-19 | Manage mouse cursors at window level | Jaakko Keränen | |
The modal sheets switch mouse cursor to the default arrow. | |||
2020-08-19 | Cleanup: Helper for DocumentWidget vis-buffers | Jaakko Keränen | |
2020-08-19 | Fixed document scrolling issue; copy links | Jaakko Keränen | |
There was a discrepancy between scrollMax and the actual height of the document. This site banner dependent document size is a bit of a pain, should DRY it up a little. | |||
2020-08-18 | DocumentWidget: Render marks transparently | Jaakko Keränen | |
2020-08-18 | Handle image metadata overlapping the link | Jaakko Keränen | |
2020-08-18 | Minor tweaks | Jaakko Keränen | |