Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-18 | DocumentWidget: Adjusted mouse wheel scroll amount | Jaakko Keränen | |
2020-09-18 | Added some build notes | Jaakko Keränen | |
2020-09-18 | Improved download indicator and stop/reload button | Jaakko Keränen | |
Follow which tab is open and actually stop ongoing requests instead of restarting them. | |||
2020-09-18 | Windows: Use a batch file to open URLs in browser | Jaakko Keränen | |
Opening via urlopen.bat works under MSYS bash as well. The .bat file is also a place where the user can customize which browser to open. | |||
2020-09-18 | Cleanup | Jaakko Keränen | |
2020-09-18 | DocumentWidget: Inline image download indicator | Jaakko Keränen | |
2020-09-18 | Updated release notes | Jaakko Keränen | |
2020-09-17 | Download progress indicator for large downloads | Jaakko Keränen | |
2020-09-17 | Updated release notes | Jaakko Keränen | |
2020-09-17 | Preferences: Setting the Download folder | Jaakko Keränen | |
2020-09-17 | Cleanup | Jaakko Keränen | |
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 | Added a "Save Page" menu item | Jaakko Keränen | |
2020-09-17 | Updated release notes | 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-16 | Updated Help with command line options | Jaakko Keränen | |
There are only two options at the moment. | |||
2020-09-16 | macOS: Changing sidebar modes via touch bar | Jaakko Keränen | |
2020-09-16 | Updated release notes | Jaakko Keränen | |
2020-09-16 | macOS: Added basic touch bar buttons | Jaakko Keränen | |
2020-09-16 | Dismiss menus when clicking outside them | Jaakko Keränen | |
Added a new widget flag for notifying about missed mouse clicks. Only used in popup menus at the moment. IssueID #2 | |||
2020-09-15 | Added software rendering fallback and --sw option | Jaakko Keränen | |
2020-09-15 | GmDocument: Recognize "about:" links | Jaakko Keränen | |
2020-09-15 | Updated Help and moved licenses to another page | Jaakko Keränen | |
2020-09-15 | Updated Help about TLS client certificates | Jaakko Keränen | |
2020-09-15 | VisBuf: Invalidating the buffer | Jaakko Keränen | |
The state of the VisBuf should be fully cleared when invalidating. IssueID #1 | |||
2020-09-15 | Version 0.2 in the release notes | Jaakko Keränen | |
2020-09-15 | GmDocument: Possible use of uninitialized value | Jaakko Keränen | |
It was possible that the previous line type was unset under certain circumstances. | |||
2020-09-15 | Release notes for 0.1.1 | Jaakko Keränen | |
2020-09-15 | Updated README | Jaakko Keränen | |
2020-09-15 | Cleanup | Jaakko Keränen | |
2020-09-15 | Updated README with macOS notes | 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-15 | macOS: Diff about a small SDL (2.0.12+) tweak | Jaakko Keränen | |
SDL 2.0.12 on macOS currently emulates a regular mouse wheel when swiping on the trackpad, which is not a great experience for GUI apps. Lagrange uses momentum scrolling, so these changes to SDL are needed to enable single-pixel mouse wheel increments. | |||
2020-09-15 | Updated Help | Jaakko Keränen | |
2020-09-14 | Bumped version to 0.2 | Jaakko Keränen | |
2020-09-14 | Default sidebar mode | Jaakko Keränen | |
Logically the default should be the first sidebar tab. | |||
2020-09-14 | Updated version history | Jaakko Keränen | |
2020-09-14 | Removed questionable forced modification of const data | Jaakko Keränen | |
The embedded data blocks were declared as global const variables, but the compiler was forced to initialize them as non-const data. There is no real need to keep these const, so let's not do this. | |||
2020-09-14 | Updated README | Jaakko Keränen | |
Specified required OpenSSL version and added a note about git submodules. | |||
2020-09-14 | Configuring without the_Foundation submodule | Jaakko Keränen | |
2020-09-14 | Added the_Foundation as a Git submodule | Jaakko Keränen | |
2020-09-14 | Windows: Open default browser via "cmd.exe start" | Jaakko Keränen | |
This is not a super robust solution, but should work in most cases. | |||
2020-09-13 | Default set of bookmarks for first run | Jaakko Keränen | |
2020-09-13 | Updated README | Jaakko Keränen | |
2020-09-13 | DocumentWidget: Drawing images that have alpha | Jaakko Keränen | |
2020-09-13 | Updated README | Jaakko Keränen | |