Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-11 | Extend list of allowed ciphers | Jaakko Keränen | |
Ciphers used in the wild. | |||
2021-02-28 | Cleanup | Jaakko Keränen | |
2021-02-26 | Set list of used TLS ciphers | Jaakko Keränen | |
IssueID #122 | |||
2021-02-05 | Experimenting with an iOS build | Jaakko Keränen | |
iPlatformApple applies to both macOS and iOS. Added iPlatformAppleDesktop and iPlatformAppleMobile to make a distinction between the two. IssueID #96 | |||
2020-12-09 | Ignore SIGPIPE | Jaakko Keränen | |
We'll just handle the failed write. IssueID #92 | |||
2020-11-26 | macOS: Ctrl-Click as a right click | Jaakko Keränen | |
2020-11-02 | Fixed potential crash at app shutdown | Jaakko Keranen | |
Delete garbage collected widgets in Window deinitialization. Widgets should not continue to exist if there is no Window. | |||
2020-11-01 | Fixed app cleanup at shutdown | Jaakko Keranen | |
Should clear the garbage before quitting SDL because widgets may be in the garbage and have SDL resources to release. | |||
2020-10-14 | Use libmpg123 to decode MPEG audio | Jaakko Keränen | |
mpg123 is configured as an optional dependency. Works for full files currently. | |||
2020-09-30 | Windows: Declare as HiDPI aware | 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-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-17 | Minor tweaks | Jaakko Keränen | |
Don’t disable screensaver, and the default site icon should be “no icon”. | |||
2020-08-06 | macOS: Cleanup | Jaakko Keränen | |
2020-08-06 | macOS: Smooth inertia scrolling with trackpad | Jaakko Keränen | |
Requires a slightly tweaked SDL 2, though, when it comes to handling the scroll events. | |||
2020-07-23 | Entering URLs and updating the navbar | Jaakko Keränen | |
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |