summaryrefslogtreecommitdiff
path: root/platform/macos/app/AppDelegate.m
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-14/+14
|
* [macos] enable printingKonstantin Käfer2017-01-261-0/+11
|
* [macos] Use gesture recognizer for context menuMinh Nguyễn2016-07-071-1/+1
| | | | | | NSView’s built-in context menu handling preempts non-right-click gesture recognizers, so preempt it with a right-click gesture recognizer that does essentially the same thing. With this change, two-finger double-tapping on a trackpad also zooms out, consistent with MapKit. Fixes #5078.
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-0/+286
Also renamed as many references to OS X as possible to macOS in documentation.