summaryrefslogtreecommitdiff
path: root/src/macos.h
AgeCommit message (Collapse)Author
2021-03-28macOS: Recreate menus after language changesJaakko Keränen
IssueID #192
2020-12-13macOS: Disable page navigation while editing textJaakko Keränen
The Cmd+Left/Right keys used both for page navigation (by default) and for moving the cursor inside text editor. The input widget keys should take precedence.
2020-11-14macOS: Disable menu shortcuts while binding keysJaakko Keränen
2020-10-14Use libmpg123 to decode MPEG audioJaakko Keränen
mpg123 is configured as an optional dependency. Works for full files currently.
2020-09-27macOS: 10.13 should use OpenGL rendererJaakko Keränen
There appears to be a problem with SDL's Metal renderer under 10.13 (segfault on window creation).
2020-08-29Moved macOS sources to parent dirJaakko Keränen