summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2020-09-11macOS: Handling launch URLs and drop'n'dropJaakko 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-22Added BSD 2-clause license and copyright noticesJaakko Keränen
2020-08-17Minor tweaksJaakko Keränen
Don’t disable screensaver, and the default site icon should be “no icon”.
2020-08-06macOS: CleanupJaakko Keränen
2020-08-06macOS: Smooth inertia scrolling with trackpadJaakko Keränen
Requires a slightly tweaked SDL 2, though, when it comes to handling the scroll events.
2020-07-23Entering URLs and updating the navbarJaakko Keränen
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.