summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa-cb/window.swift
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-251-57/+71
* cocoa-cb: move all title bar related functionality in its own fileder richter2019-04-021-150/+4
* 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: fix side by side Split View againAkemi2019-01-231-3/+2
* cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-131-0/+6
* 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: remove pre-allocation of window, view and layerAkemi2018-06-121-26/+48
* cocoa-cb: render on a dedicated dispatch queueAkemi2018-03-251-3/+3
* 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 wrong aspect ratio on live resize after reconfig resizeAkemi2018-03-041-1/+1
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-041-19/+6
* 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-281-0/+15
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-12/+106
* cocoa-cb: fix wrong fullscreen window sizeAkemi2018-02-251-10/+18
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+456