summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa
Commit message (Expand)AuthorAgeFilesLines
* cocoa: fix display refresh rate retrieval on multi monitor setupsAkemi2016-06-181-0/+5
* os x: handle multiple dropped files on the windowNyx0uf2016-04-301-2/+7
* cocoa: support the "window-minimized" propertyJaime Marquínez Ferrándiz2015-03-081-0/+10
* cocoa: fix autohide in fullscreenStefano Pigozzi2015-03-083-4/+5
* cocoa: fix mouse hiding with launchpad and dock foldersStefano Pigozzi2015-03-082-0/+11
* cocoa: clamp mouse position to window.torque2015-03-071-0/+2
* cocoa: update mouse coordinates when window is initialized.torque2015-03-072-1/+1
* 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-012-0/+13
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-012-1/+2
* cocoa: reintroduce async resizeStefano Pigozzi2014-10-182-2/+7
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-172-14/+101
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-121-0/+1
* cocoa: remove usage of Objective-C categoriesStefano Pigozzi2014-10-124-88/+37
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-092-0/+9
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-084-6/+6
* cocoa: fix mouse autohideStefano Pigozzi2014-10-051-1/+1
* cocoa: remove a debug commentoStefano Pigozzi2014-10-051-1/+1
* cocoa: separate video view and events viewStefano Pigozzi2014-10-055-11/+74
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-052-44/+2
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-052-5/+14
* cocoa: only call resize for view changing frameStefano Pigozzi2014-10-042-5/+2
* cocoa: remove pointless drawRectStefano Pigozzi2014-10-041-7/+0
* cocoa: move to a simpler threading modelStefano Pigozzi2014-10-042-2/+4
* cocoa: macosx_application needs cocoa-applicationFRAU KOUJIRO2014-08-061-1/+0
* cocoa: use mainScreen as a fallback for window constrainingStefano Pigozzi2014-04-281-1/+1
* cocoa: disallow the titlebar to exit the visibleFrame on the bottom edgeStefano Pigozzi2014-04-281-6/+7
* cocoa: add constraints to prevent the window to exit the screenStefano Pigozzi2014-04-281-9/+21
* cocoa: fix native fullscreenRyan Goulden2014-04-282-57/+68
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-312-1/+8
* cocoa: remove dead codeStefano Pigozzi2014-01-211-1/+0
* cocoa: allow to drag and drop URLsNyx0uf2014-01-101-5/+19
* cocoa: handle files drag and drop on the player video viewStefano Pigozzi2014-01-043-1/+23
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-172-3/+3
* cocoa: use window-scale to support video scaling functionalityStefano Pigozzi2013-11-222-6/+3
* cocoa: apply the more invasive constraining only with cmd+1/2/3Stefano Pigozzi2013-10-281-2/+10
* cocoa: constraint the window position a little moreStefano Pigozzi2013-10-251-1/+6
* cocoa: refactor precise scrolling to a separate methodStefano Pigozzi2013-10-121-4/+7
* cocoa: fix mouse wheel scrollingMad Fish2013-10-121-1/+1
* cocoa_common: check if the screen has a menubar in a more generic wayStefano Pigozzi2013-10-091-1/+3
* cocoa_common: add OS X 10.7 compatibility hacks includesStefano Pigozzi2013-10-051-0/+1
* cocoa_common: report pixels instead of points during mouse movementStefano Pigozzi2013-09-281-5/+15
* cocoa_common: split the code, refactoring and cleanupsStefano Pigozzi2013-09-287-0/+548