summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa-cb
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: generalisation of backend independent partsder richter2020-08-224-1418/+0
* cocoa-cb: fix unfs window size when toggling out of fullscreender richter2020-07-121-1/+3
* cocoa-cb: properly reset window isMoving state on title bar clicksder richter2020-06-061-0/+2
* cocoa-cb: report actual unfs window size for current window scaleder richter2020-04-251-0/+4
* cocoa-cb: remove unnecessary semicolonsder richter2020-02-222-14/+14
* cocoa-cb: fix auto-selection of title bar style with older SDKsder richter2020-02-081-0/+4
* cocoa-cb: simplify cursor hiding and make it less greedyder richter2020-02-082-2/+5
* cocoa-cb: add pinch to resize window gestureder richter2020-01-262-0/+11
* cocoa-cb: never set a window size smaller than the set minSizeder richter2020-01-261-0/+5
* cocoa-cb: add support for forcing the dedicated GPU for renderingder richter2020-01-261-2/+9
* cocoa-cb: add runtime dpi change and use proper fallback for initial dpider richter2020-01-091-1/+1
* cocoa-cb: force redraw when screen or size changesder richter2019-12-241-0/+2
* cocoa-cb: implement hidpi scale reportingder richter2019-12-241-0/+1
* cocoa-cb: report fullscreen state for legacy fullscreender richter2019-12-171-0/+2
* command, vo: remove old option change notification mechanismswm42019-12-171-2/+0
* mac: replace old event tap for media key support with MediaPlayerder richter2019-12-152-7/+7
* cocoa-cb: update and add more options to use new options handlingder richter2019-12-151-0/+21
* cocoa-cb: use m_config_cache and new VOCTRL for option handlingder richter2019-12-151-4/+4
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-064-78/+64
* cocoa-cb: add support for 10bit opengl renderingder richter2019-09-261-19/+38
* cocoa-cb: fix title bar button state on start upder richter2019-09-231-0/+2
* cocoa-cb: remove an unused variableder richter2019-09-021-1/+0
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-213-49/+40
* cocoa-cb: fix optional cases on macOS 10.12der richter2019-07-211-4/+4
* cocoa-cb: conditional compilation for Dark Mode and Material featuresder richter2019-07-211-1/+4
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-254-199/+238
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+16
* 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