summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa_cb_common.swift
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+4
* cocoa-cb: refactor title bar stylingder richter2019-04-021-2/+6
* cocoa-cb: move all title bar related functionality in its own fileder richter2019-04-021-1/+4
* cocoa-cb: remove an unused variableAkemi2019-04-021-1/+0
* cocoa-cb: fix Space switching when quitting fsAkemi2019-04-021-4/+6
* cocoa-cb: fix crash when querying window stateAkemi2019-04-021-1/+2
* cocoa-cb: wakeup vo when new events are availableAkemi2019-04-021-0/+2
* cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMESAkemi2019-02-101-0/+14
* cocoa-cb: use Swift Extensions for convenienceAkemi2019-02-101-7/+4
* cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-131-4/+0
* cocoa-cb: move macOS option retrieval to the earliest point possibleAkemi2018-09-301-6/+0
* cocoa-cb: fix crash on macOS 10.10Akemi2018-08-111-1/+3
* cocoa-cb: fix building with Swift 4.2coverity_scanAkemi2018-06-121-6/+6
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-121-53/+51
* vo_libmpv: pass vo struct to the control callbackAkemi2018-06-121-9/+10
* cocoa-cb: render on a dedicated dispatch queueAkemi2018-03-251-3/+4
* cocoa-cb: fix shutdown when fullscreen animation is runningAkemi2018-03-181-6/+16
* cocoa-cb: remove unneeded icc-profile-auto checkAkemi2018-03-111-3/+1
* cocoa-cb: fix a segfault without videoAkemi2018-03-041-10/+7
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-041-0/+2
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-041-6/+6
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-2/+6
* cocoa-cb: fix wrong fullscreen window sizeAkemi2018-02-251-1/+3
* cocoa-cb: fix drawing on macOS 10.11Akemi2018-02-161-3/+19
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+485