Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | macOS: Workaround for menu shortcut keys | Jaakko Keränen | |
Avoid double-triggering actions because SDL doesn't eat the keydown events — it ignores key equivalents. | |||
2020-09-27 | macOS: 10.13 should use OpenGL renderer | Jaakko Keränen | |
There appears to be a problem with SDL's Metal renderer under 10.13 (segfault on window creation). | |||
2020-09-27 | macOS: Robust system appearance check | Jaakko Keränen | |
This API does not exist on 10.13, so prepare for an exception. | |||
2020-09-16 | macOS: Changing sidebar modes via touch bar | Jaakko Keränen | |
2020-09-16 | macOS: Added basic touch bar buttons | 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-09 | macOS: Deployment taget is 10.14 | Jaakko Keränen | |
2020-08-29 | Moved macOS sources to parent dir | Jaakko Keränen | |