aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/cocoa
Commit message (Expand)AuthorAge
* cocoa: only report mouse movements when window is not being draggedGravatar Akemi2017-02-20
* cocoa: fix cursor hiding at the top of the screen in fullscreenGravatar Akemi2017-02-19
* cocoa: fix cursor hiding in the Dock area of the screenGravatar Akemi2017-02-19
* cocoa: fix scroll wheel input with Shift modifierGravatar Akemi2017-02-19
* cocoa: refactor mouse events and cursor visibilityGravatar Akemi2017-02-16
* cocoa: fix dropping of files and URLsGravatar Akemi2017-02-02
* cocoa: optimise screen event handlingGravatar Akemi2017-02-02
* cocoa: don't constrain window frame for fullscreenGravatar Akemi2017-01-19
* cocoa: move updateBorder method to the protocolGravatar Akemi2017-01-19
* cocoa: properly recover from toggleFullscreen failGravatar Akemi2017-01-19
* cocoa: fix window size in certain circumstancesGravatar Akemi2017-01-19
* cocoa: add border cyclingGravatar Akemi2017-01-11
* cocoa: fix build on OS X 10.9Gravatar Akemi2016-12-26
* cocoa: cosmetic fixesGravatar Akemi2016-12-16
* cocoa: fullscreen refactoringGravatar Akemi2016-12-15
* cocoa: fix dropping of certain urls on the windowGravatar Akemi2016-12-14
* cocoa: fix display refresh rate retrieval on multi monitor setupsGravatar Akemi2016-06-18
* os x: handle multiple dropped files on the windowGravatar Nyx0uf2016-04-30
* cocoa: support the "window-minimized" propertyGravatar Jaime Marquínez Ferrándiz2015-03-08
* cocoa: fix autohide in fullscreenGravatar Stefano Pigozzi2015-03-08
* cocoa: fix mouse hiding with launchpad and dock foldersGravatar Stefano Pigozzi2015-03-08
* cocoa: clamp mouse position to window.Gravatar torque2015-03-07
* cocoa: update mouse coordinates when window is initialized.Gravatar torque2015-03-07
* input: add MOUSE_ENTER keybinding.Gravatar torque2015-02-18
* cocoa: fix build on 10.9Gravatar Stefano Pigozzi2015-01-02
* cocoa: fix NSMapGet errorGravatar Stefano Pigozzi2015-01-02
* cocoa: fix uninitialization while in fullscreenGravatar Stefano Pigozzi2015-01-01
* cocoa: allow to black out other display when going fsGravatar Stefano Pigozzi2014-12-01
* cocoa: reintroduce async resizeGravatar Stefano Pigozzi2014-10-18
* cocoa: allow mouse events to bubble up with no-input-cursorGravatar Stefano Pigozzi2014-10-17
* libmpv/cocoa: allow clients to use mpv event systemGravatar Stefano Pigozzi2014-10-12
* cocoa: remove usage of Objective-C categoriesGravatar Stefano Pigozzi2014-10-12
* cocoa: post keydown and keyup events without event monitorGravatar Stefano Pigozzi2014-10-09
* cocoa: allow to embed into an arbitrary NSViewGravatar Stefano Pigozzi2014-10-08
* cocoa: fix mouse autohideGravatar Stefano Pigozzi2014-10-05
* cocoa: remove a debug commentoGravatar Stefano Pigozzi2014-10-05
* cocoa: separate video view and events viewGravatar Stefano Pigozzi2014-10-05
* cocoa: remove --fs-missioncontrolGravatar Stefano Pigozzi2014-10-05
* cocoa/libmpv: allow to embed mpv GL view in another windowGravatar Stefano Pigozzi2014-10-05
* cocoa: only call resize for view changing frameGravatar Stefano Pigozzi2014-10-04
* cocoa: remove pointless drawRectGravatar Stefano Pigozzi2014-10-04
* cocoa: move to a simpler threading modelGravatar Stefano Pigozzi2014-10-04
* cocoa: macosx_application needs cocoa-applicationGravatar FRAU KOUJIRO2014-08-06
* cocoa: use mainScreen as a fallback for window constrainingGravatar Stefano Pigozzi2014-04-28
* cocoa: disallow the titlebar to exit the visibleFrame on the bottom edgeGravatar Stefano Pigozzi2014-04-28
* cocoa: add constraints to prevent the window to exit the screenGravatar Stefano Pigozzi2014-04-28
* cocoa: fix native fullscreenGravatar Ryan Goulden2014-04-28
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* cocoa: remove dead codeGravatar Stefano Pigozzi2014-01-21
* cocoa: allow to drag and drop URLsGravatar Nyx0uf2014-01-10