summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa-cb
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: refactor title bar stylingder richter2019-04-021-47/+102
* cocoa-cb: add support for mac 10.14 Dark mode and run time switchingAkemi2019-04-021-5/+10
* cocoa-cb: move all title bar related functionality in its own fileder richter2019-04-023-155/+174
* cocoa-cb: simplify CGL pixel format creationAkemi2019-04-021-57/+75
* cocoa-cb: add support for dragging certain strings onto the windowAkemi2019-04-021-2/+31
* cocoa-cb: synchronise the flush with the renderAkemi2019-04-021-3/+2
* cocoa-cb: fix a Cocoa window position on init bugAkemi2019-04-021-0/+13
* cocoa-cb: notify vo when window is minimisedAkemi2019-04-021-0/+8
* cocoa-cb: remove empty elements from dropped URLsAkemi2019-02-101-1/+2
* cocoa-cb: fix side by side Split View againAkemi2019-01-231-3/+2
* cocoa-cb: add logging for CGL pixel format attributesAkemi2018-11-131-0/+19
* cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-132-27/+19
* cocoa-cb: fix double clicking the title barAkemi2018-10-211-1/+29
* cocoa-cb: fix side by side Split ViewAkemi2018-10-021-1/+1
* cocoa-cb: add Apple Software Renderer supportAkemi2018-09-301-2/+27
* cocoa-cb: fix crash when no screen is availableAkemi2018-08-111-1/+1
* 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