Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-20 | Opening links in a new background tab | Jaakko Keränen | |
2020-09-20 | Updated release notes | Jaakko Keränen | |
2020-09-20 | Widget: Expanded flags to 64 bits | Jaakko Keränen | |
Ran out of room in 32 bits, more flags needed for arranging. | |||
2020-09-20 | macOS: No fixed deployment target | Jaakko Keränen | |
Let the user decide. | |||
2020-09-20 | Centering widgets and sheet contents | Jaakko Keränen | |
Added a new arrange flag for centering a child horizontally. The two-column layout in Preferences has expanding vertical paddings so the page contents are vertically centered. | |||
2020-09-20 | Added tabs to make room for more preferences | Jaakko Keränen | |
The Preferences sheet now has tabs (General, Proxies) so that more options can fit there in the future. | |||
2020-09-20 | Updated release notes | Jaakko Keränen | |
2020-09-20 | Text: Slightly smaller first paragraph font size | Jaakko Keränen | |
Added a new 1.2x font size and use it for first paragraphs. | |||
2020-09-19 | Update README | Jaakko Keränen | |
Added link to Project Gemini. | |||
2020-09-19 | Reload fonts when renderer is reset | Jaakko Keränen | |
For some reason, SDL deletes the contents of render targets when the window is resized. IssueID #6 | |||
2020-09-19 | Bumped version number to 0.3 | Jaakko Keränen | |
2020-09-19 | macOS: Compile for 10.14 | Jaakko Keränen | |
2020-09-19 | Windows: Updated a comment about urlopen.bat | Jaakko Keränen | |
2020-09-19 | Updated README screenshot | Jaakko Keränen | |
The shadow got messed up in the 256-color PNG (GraphicsMagick, why?). | |||
2020-09-19 | Updated README screenshot | Jaakko Keränen | |
2020-09-18 | Updated release notes | Jaakko Keränen | |
2020-09-18 | DocumentWidget: Improved context menu | Jaakko Keränen | |
The contents of the menu depend on what is clicked and whether text has been selected. | |||
2020-09-18 | Home button opens a random "homepage" bookmark | Jaakko Keränen | |
2020-09-18 | Updated Help | Jaakko Keränen | |
2020-09-18 | Cleanup | Jaakko Keränen | |
2020-09-18 | Updated README with Raspberry Pi notes | Jaakko Keränen | |
2020-09-18 | Added build options for X11 | Jaakko Keränen | |
Build option to use software rendering if running under X11, and another option to set the position of a window only after the window has been shown. The latter is a workaround for an SDL bug regarding window borders affecting the initial position. | |||
2020-09-18 | Updated README | Jaakko Keränen | |
The automatically chosen build type is Debug if the repository is cloned. | |||
2020-09-18 | Updated release notes | Jaakko Keränen | |
2020-09-18 | GmDocument: Added an icon for quote blocks | Jaakko Keränen | |
2020-09-18 | InputWidget: Update cursor position when text changes | Jaakko Keränen | |
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 |