summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-21Updated release notesJaakko Keränen
2020-09-21Restoring maximized windowsJaakko Keränen
Window position and size are stored when move/resize events are received, not only when the window is closed.
2020-09-21Bumped version to 0.2.1Jaakko Keränen
2020-09-21Reload fonts when renderer is resetJaakko Keränen
For some reason, SDL deletes the contents of render targets when the window is resized. IssueID #6
2020-09-19Merge branch 'dev' into releaseJaakko Keränen
2020-09-19macOS: Compile for 10.14Jaakko Keränen
2020-09-19CleanupJaakko Keränen
Merge glitch.
2020-09-19Windows: Updated a comment about urlopen.batJaakko Keränen
2020-09-19Merge branch 'dev' into releaseJaakko Keränen
# Conflicts: # CMakeLists.txt # res/about/help.gmi # res/about/version.gmi # src/app.c # src/ui/documentwidget.c
2020-09-19Updated README screenshotJaakko Keränen
The shadow got messed up in the 256-color PNG (GraphicsMagick, why?).
2020-09-19Updated README screenshotJaakko Keränen
2020-09-18Updated release notesJaakko Keränen
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-18Home button opens a random "homepage" bookmarkJaakko Keränen
2020-09-18Updated HelpJaakko Keränen
2020-09-18CleanupJaakko Keränen
2020-09-18Updated README with Raspberry Pi notesJaakko Keränen
2020-09-18Added build options for X11Jaakko 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-18Updated READMEJaakko Keränen
The automatically chosen build type is Debug if the repository is cloned.
2020-09-18Updated release notesJaakko Keränen
2020-09-18GmDocument: Added an icon for quote blocksJaakko Keränen
2020-09-18InputWidget: Update cursor position when text changesJaakko Keränen
2020-09-18DocumentWidget: Adjusted mouse wheel scroll amountJaakko Keränen
2020-09-18Added some build notesJaakko 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-18Windows: Use a batch file to open URLs in browserJaakko 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-18CleanupJaakko Keränen
2020-09-18DocumentWidget: Inline image download indicatorJaakko Keränen
2020-09-18Updated release notesJaakko Keränen
2020-09-17Download progress indicator for large downloadsJaakko Keränen
2020-09-17Updated release notesJaakko Keränen
2020-09-17Preferences: Setting the Download folderJaakko Keränen
2020-09-17CleanupJaakko 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-17Added a "Save Page" menu itemJaakko Keränen
2020-09-17Updated release notesJaakko 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-16Updated Help with command line optionsJaakko Keränen
There are only two options at the moment.
2020-09-16macOS: Changing sidebar modes via touch barJaakko Keränen
2020-09-16Updated release notesJaakko Keränen
2020-09-16macOS: Added basic touch bar buttonsJaakko Keränen
2020-09-16Dismiss menus when clicking outside themJaakko 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-15Added software rendering fallback and --sw optionJaakko Keränen
2020-09-15GmDocument: Recognize "about:" linksJaakko Keränen
2020-09-15Updated Help and moved licenses to another pageJaakko Keränen
2020-09-15Updated Help about TLS client certificatesJaakko Keränen