summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-20Text: Slightly smaller first paragraph font sizeJaakko Keränen
Added a new 1.2x font size and use it for first paragraphs.
2020-09-19Reload 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-19Windows: Updated a comment about urlopen.batJaakko 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-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-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-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-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-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-16macOS: Changing sidebar modes via touch barJaakko 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-15VisBuf: Invalidating the bufferJaakko Keränen
The state of the VisBuf should be fully cleared when invalidating. IssueID #1
2020-09-15GmDocument: Possible use of uninitialized valueJaakko Keränen
It was possible that the previous line type was unset under certain circumstances.
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-14Default sidebar modeJaakko Keränen
Logically the default should be the first sidebar tab.
2020-09-14Windows: 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-13Default set of bookmarks for first runJaakko Keränen
2020-09-13DocumentWidget: Drawing images that have alphaJaakko Keränen
2020-09-13Added Kosugi Maru for Japanese textJaakko Keränen
Kosugi Maru is from Google Fonts and licensed used Apache License 2.0.
2020-09-12CleanupJaakko Keränen
2020-09-12DocumentWidget: Drawing marked rangesJaakko Keränen
2020-09-12Paint: Keeping track of the set render targetJaakko Keränen
2020-09-12Text: Slightly fewer render target switchesJaakko Keränen
2020-09-12Added range helperJaakko Keränen
2020-09-12DocumentWidget: Use VisBuf for bufferingJaakko Keränen
2020-09-12VisBuf: Method for marking textures as validJaakko Keränen
2020-09-12ListWidget: CleanupJaakko Keränen
2020-09-12GmDocument: Bolder arrow for linksJaakko Keränen
2020-09-12CopyrightJaakko Keränen
2020-09-12Separated VisBuf from ListWidgetJaakko Keränen
This will be used in DocumentWidget as well.
2020-09-12ListWidget: Tweaking item drawingJaakko Keränen
2020-09-12CleanupJaakko Keränen