summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/events_view.m
Commit message (Expand)AuthorAgeFilesLines
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-3/+3
* cocoa: fix button numbering for back/forwardJames Ross-Gowan2017-09-031-4/+7
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-3/+3
* osx: code cleanups and cosmetic fixesAkemi2017-08-181-10/+3
* cocoa: remove usage of FFABS and the dependency on libavutil/common.hAkemi2017-07-311-4/+2
* cocoa: distinguish between horizontal and vertical scrollAkemi2017-07-311-2/+12
* osx: change license header on some more cocoa fileswm42017-06-241-7/+7
* osx: fix key input in certain circumstancesAkemi2017-03-261-10/+0
* cocoa: fix dragging out of focus windowAkemi2017-02-211-1/+0
* cocoa: only report mouse movements when window is not being draggedAkemi2017-02-201-0/+1
* cocoa: fix cursor hiding at the top of the screen in fullscreenAkemi2017-02-191-0/+12
* cocoa: fix cursor hiding in the Dock area of the screenAkemi2017-02-191-1/+1
* cocoa: fix scroll wheel input with Shift modifierAkemi2017-02-191-1/+2
* cocoa: refactor mouse events and cursor visibilityAkemi2017-02-161-10/+3
* cocoa: fix dropping of files and URLsAkemi2017-02-021-14/+5
* cocoa: fix build on OS X 10.9Akemi2016-12-261-1/+1
* cocoa: cosmetic fixesAkemi2016-12-161-9/+14
* cocoa: fullscreen refactoringAkemi2016-12-151-71/+0
* cocoa: fix dropping of certain urls on the windowAkemi2016-12-141-1/+6
* os x: handle multiple dropped files on the windowNyx0uf2016-04-301-2/+7
* cocoa: fix autohide in fullscreenStefano Pigozzi2015-03-081-1/+2
* cocoa: clamp mouse position to window.torque2015-03-071-0/+2
* cocoa: update mouse coordinates when window is initialized.torque2015-03-071-1/+0
* input: add MOUSE_ENTER keybinding.torque2015-02-181-0/+3
* cocoa: fix build on 10.9Stefano Pigozzi2015-01-021-1/+1
* cocoa: fix NSMapGet errorStefano Pigozzi2015-01-021-2/+4
* cocoa: fix uninitialization while in fullscreenStefano Pigozzi2015-01-011-0/+12
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-011-1/+1
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-171-14/+99
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-121-0/+1
* cocoa: remove usage of Objective-C categoriesStefano Pigozzi2014-10-121-5/+37
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-091-0/+8
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-081-5/+0
* cocoa: fix mouse autohideStefano Pigozzi2014-10-051-1/+1
* cocoa: separate video view and events viewStefano Pigozzi2014-10-051-0/+262