summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa-cb/window.swift
Commit message (Expand)AuthorAgeFilesLines
* cocoa-cb: add pinch to resize window gestureder richter2020-01-261-0/+6
* cocoa-cb: never set a window size smaller than the set minSizeder richter2020-01-261-0/+5
* 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-151-1/+1
* 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-061-30/+18
* cocoa-cb: migrate to swift 5 with swift 4 fallbackder richter2019-07-211-14/+14
* cocoa-cb: fix optional cases on macOS 10.12der richter2019-07-211-4/+4
* 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