summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa-cb
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: fix building with Swift 4.2coverity_scanAkemi2018-06-121-1/+1
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-123-46/+63
* cocoa-cb: render on a dedicated dispatch queueAkemi2018-03-252-25/+32
* cocoa-cb: fix shutdown when fullscreen animation is runningAkemi2018-03-181-1/+1
* cocoa-cb: fix crash on startup with not initialised title barAkemi2018-03-141-1/+2
* cocoa-cb: fix crash with forced iGPU on some multi GPU systemsAkemi2018-03-141-3/+5
* cocoa-cb: don't deactivate mouse events completely with input-cursor=noAkemi2018-03-111-7/+2
* cocoa-cb: fix wrong aspect ratio on live resize after reconfig resizeAkemi2018-03-041-1/+1
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-042-34/+14
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-042-8/+8
* cocoa-cb: remove debug remnant (stray print)Akemi2018-03-041-1/+0
* cocoa-cb: fix building with SDK 10.12 and earlierAkemi2018-03-011-1/+1
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-281-2/+11
* cocoa-cb: fix stretched gl surface on window aspect ratio changeAkemi2018-02-282-2/+48
* cocoa-cb: change border and borderless window stylingAkemi2018-02-282-15/+114
* cocoa-cb: fix wrong fullscreen window sizeAkemi2018-02-251-10/+18
* cocoa-cb: fix wrong drawing size on resizeAkemi2018-02-251-17/+12
* cocoa-cb: fix hwdec when drawing off-screenAkemi2018-02-171-0/+1
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-123-0/+932