summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa
Commit message (Expand)AuthorAgeFilesLines
* osx: code cleanups and cosmetic fixesAkemi2018-01-201-1/+2
* cocoa: always return the target NSRect when in fullscreenAkemi2017-11-111-1/+4
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-032-4/+4
* 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-182-11/+5
* cocoa: add an option to disable the native macOS fullscreenAkemi2017-08-062-8/+32
* 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-247-49/+49
* cocoa: properly unhide Dock when quitting during System fs animationAkemi2017-05-191-0/+12
* cocoa: fix first responder when borderless window is usedAkemi2017-03-261-0/+7
* osx: fix key input in certain circumstancesAkemi2017-03-262-11/+0
* cocoa: set background of the title bar from black to whiteAkemi2017-03-092-1/+3
* cocoa: improve calculation of new window position on a different screenAkemi2017-02-281-13/+44
* cocoa: only move window into screen bounds when changing screensAkemi2017-02-271-3/+9
* cocoa: fix segfault in certain circumstancesAkemi2017-02-272-3/+5
* cocoa: fix dragging out of focus windowAkemi2017-02-211-1/+0
* cocoa: only report mouse movements when window is not being draggedAkemi2017-02-202-0/+6
* 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-163-12/+3
* cocoa: fix dropping of files and URLsAkemi2017-02-021-14/+5
* cocoa: optimise screen event handlingAkemi2017-02-021-5/+9
* cocoa: don't constrain window frame for fullscreenAkemi2017-01-191-3/+4
* cocoa: move updateBorder method to the protocolAkemi2017-01-191-3/+3
* cocoa: properly recover from toggleFullscreen failAkemi2017-01-191-8/+20
* cocoa: fix window size in certain circumstancesAkemi2017-01-191-8/+2
* cocoa: add border cyclingAkemi2017-01-112-0/+29
* cocoa: fix build on OS X 10.9Akemi2016-12-261-1/+1
* cocoa: cosmetic fixesAkemi2016-12-163-12/+20
* cocoa: fullscreen refactoringAkemi2016-12-154-89/+163
* cocoa: fix dropping of certain urls on the windowAkemi2016-12-141-1/+6
* 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