summaryrefslogtreecommitdiffstats
path: root/osdep/macOS_mpv_helper.swift
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-061-338/+0
* cocoa-cb: add support for 10bit opengl renderingder richter2019-09-261-1/+3
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-211-3/+5
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-251-17/+29
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+1
* cocoa-cb: refactor title bar stylingder richter2019-04-021-0/+2
* cocoa-cb: synchronise the flush with the renderAkemi2019-04-021-1/+4
* cocoa-cb: wakeup vo when new events are availableAkemi2019-04-021-0/+1
* cocoa-cb: use libmpv's advanced rendering control and timingAkemi2018-11-131-2/+22
* cocoa-cb: move macOS option retrieval to the earliest point possibleAkemi2018-09-301-0/+6
* cocoa-cb: remove pre-allocation of window, view and layerAkemi2018-06-121-0/+7
* cocoa-cb: fix a warning with swift 4.1 and slight cleanupAkemi2018-04-171-3/+7
* cocoa-cb: fix shutdown when fullscreen animation is runningAkemi2018-03-181-1/+4
* cocoa-cb: fix usage of wrong fbo when off-screenAkemi2018-03-111-4/+4
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-041-47/+60
* cocoa-cb: move the GL dummy function to swiftAkemi2018-03-041-1/+3
* cocoa-cb: change border and borderless window stylingAkemi2018-02-281-0/+1
* cocoa-cb: fix invalid framebuffer operation errorAkemi2018-02-211-1/+5
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-121-0/+255