Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Restoring maximized windows | Jaakko Keränen | |
Window position and size are stored when move/resize events are received, not only when the window is closed. | |||
2020-09-21 | 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 | Merge branch 'dev' into release | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/help.gmi # res/about/version.gmi # src/app.c # src/ui/documentwidget.c | |||
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 | 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 | 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 | 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 | Cleanup | Jaakko Keränen | |
2020-09-18 | DocumentWidget: Inline image download indicator | Jaakko Keränen | |
2020-09-17 | Download progress indicator for large downloads | 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 | 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 | 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 | VisBuf: Invalidating the buffer | Jaakko Keränen | |
The state of the VisBuf should be fully cleared when invalidating. IssueID #1 | |||
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 | Default sidebar mode | Jaakko Keränen | |
Logically the default should be the first sidebar tab. | |||
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-14 | Default sidebar mode | Jaakko Keränen | |
Logically the default should be the first sidebar tab. | |||
2020-09-13 | DocumentWidget: Drawing images that have alpha | Jaakko Keränen | |
2020-09-13 | Added Kosugi Maru for Japanese text | Jaakko Keränen | |
Kosugi Maru is from Google Fonts and licensed used Apache License 2.0. | |||
2020-09-12 | Cleanup | Jaakko Keränen | |
2020-09-12 | DocumentWidget: Drawing marked ranges | Jaakko Keränen | |
2020-09-12 | Paint: Keeping track of the set render target | Jaakko Keränen | |
2020-09-12 | Text: Slightly fewer render target switches | Jaakko Keränen | |
2020-09-12 | Added range helper | Jaakko Keränen | |
2020-09-12 | DocumentWidget: Use VisBuf for buffering | Jaakko Keränen | |
2020-09-12 | VisBuf: Method for marking textures as valid | Jaakko Keränen | |
2020-09-12 | ListWidget: Cleanup | Jaakko Keränen | |
2020-09-12 | Copyright | Jaakko Keränen | |
2020-09-12 | Separated VisBuf from ListWidget | Jaakko Keränen | |
This will be used in DocumentWidget as well. | |||
2020-09-12 | ListWidget: Tweaking item drawing | Jaakko Keränen | |
2020-09-12 | Cleanup | Jaakko Keränen | |
2020-09-12 | ListWidget: Cleanup | Jaakko Keränen | |
2020-09-11 | ListWidget: Improved scroll buffering | Jaakko Keränen | |
Using less memory and doing less copying/drawing. | |||
2020-09-11 | Integer range utilities | Jaakko Keränen | |
2020-09-11 | Cleanup | Jaakko Keränen | |
2020-09-11 | DocumentWidget: Smooth mouse wheel scrolling | Jaakko Keränen | |
2020-09-11 | macOS: Handling launch URLs and drop'n'drop | Jaakko Keränen | |
Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme. | |||
2020-09-10 | Fixed switching focus with Tab key | Jaakko Keränen | |
Focus should go from URL bar to lookup results, and only then to the find bar. | |||
2020-09-10 | SidebarWidget: Show menu only for items | Jaakko Keränen | |