index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
video
/
out
/
cocoa_common.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_opengl: add support for in memory icc profiles
Stefano Pigozzi
2015-01-07
1
-111
/
+11
*
cocoa: fix uninitialization while in fullscreen
Stefano Pigozzi
2015-01-01
1
-2
/
+23
*
cocoa: move the gl function loader to gl_cocoa.c
Stefano Pigozzi
2014-12-28
1
-14
/
+0
*
cocoa: mark window for redraw after title change
Stefano Pigozzi
2014-12-20
1
-1
/
+3
*
cocoa: fix crash
Stefano Pigozzi
2014-12-08
1
-5
/
+0
*
cocoa: fix view leak in uninit when fullscreen
Stefano Pigozzi
2014-12-06
1
-1
/
+9
*
cocoa: use --idle when running inside bundle
Stefano Pigozzi
2014-12-06
1
-4
/
+1
*
cocoa: don't change app activation policy in libmpv
Stefano Pigozzi
2014-12-06
1
-3
/
+4
*
cocoa: don't create Dock icon for audio only files
Stefano Pigozzi
2014-12-05
1
-0
/
+21
*
cocoa: don't async redraw when waiting for VO redraw
Stefano Pigozzi
2014-12-04
1
-1
/
+3
*
vda: use implicit current GL context
Stefano Pigozzi
2014-12-03
1
-11
/
+0
*
cocoa: allow to black out other display when going fs
Stefano Pigozzi
2014-12-01
1
-0
/
+5
*
cocoa: don’t hand over view memory ownership to libmpv clients
Stefano Pigozzi
2014-11-25
1
-1
/
+1
*
cocoa: fix fullscreen delay when paused
Stefano Pigozzi
2014-11-01
1
-2
/
+2
*
build: remove bundle support from waf
Stefano Pigozzi
2014-11-01
1
-0
/
+1
*
cocoa: fix small leak
Stefano Pigozzi
2014-10-27
1
-0
/
+1
*
libmpv: cocoa: fix view leak on uninit
Stefano Pigozzi
2014-10-27
1
-4
/
+6
*
cocoa: perform VOCTRL_SET_UNFS_WINDOW_SIZE asyncronously
Stefano Pigozzi
2014-10-24
1
-3
/
+6
*
cocoa: reintroduce async resize
Stefano Pigozzi
2014-10-18
1
-7
/
+39
*
Revert "cocoa: perform init and uninit synchronously"
Stefano Pigozzi
2014-10-18
1
-1
/
+3
*
cocoa: allow mouse events to bubble up with no-input-cursor
Stefano Pigozzi
2014-10-17
1
-10
/
+13
*
cocoa: perform init and uninit synchronously
Stefano Pigozzi
2014-10-16
1
-3
/
+1
*
libmpv/cocoa: allow clients to use mpv event system
Stefano Pigozzi
2014-10-12
1
-25
/
+27
*
cocoa: post keydown and keyup events without event monitor
Stefano Pigozzi
2014-10-09
1
-0
/
+5
*
cocoa: fix 'uninitalized' access
Stefano Pigozzi
2014-10-09
1
-9
/
+7
*
cocoa: allow to embed into an arbitrary NSView
Stefano Pigozzi
2014-10-08
1
-12
/
+27
*
cocoa: try to fix sizing bugs on retina displays
Stefano Pigozzi
2014-10-06
1
-2
/
+2
*
cocoa: separate video view and events view
Stefano Pigozzi
2014-10-05
1
-7
/
+16
*
cocoa: fix fullscreen with bundle
Stefano Pigozzi
2014-10-05
1
-1
/
+1
*
cocoa: readd some function calls
Stefano Pigozzi
2014-10-05
1
-1
/
+3
*
cocoa: actually reset the event flags
Stefano Pigozzi
2014-10-05
1
-0
/
+1
*
cocoa: remove some useless flags
Stefano Pigozzi
2014-10-05
1
-19
/
+10
*
cocoa: disable some features when embedding in another window
Stefano Pigozzi
2014-10-05
1
-23
/
+25
*
cocoa: remove --fs-missioncontrol
Stefano Pigozzi
2014-10-05
1
-15
/
+2
*
cocoa: fix some pointer casts to be 32bit safe
Stefano Pigozzi
2014-10-05
1
-1
/
+1
*
cocoa/libmpv: allow to embed mpv GL view in another window
Stefano Pigozzi
2014-10-05
1
-25
/
+67
*
cocoa: simplify the config code and run it on the main thread
Stefano Pigozzi
2014-10-05
1
-9
/
+1
*
cocoa: don't reset presentation options on uninit
Stefano Pigozzi
2014-10-04
1
-1
/
+0
*
cocoa: make fullscreening look like an atomic operation
Stefano Pigozzi
2014-10-04
1
-0
/
+16
*
cocoa: make resizing wake the vo thread
Stefano Pigozzi
2014-10-04
1
-0
/
+1
*
cocoa: remove dead code
Stefano Pigozzi
2014-10-04
1
-11
/
+0
*
cocoa: move to a simpler threading model
Stefano Pigozzi
2014-10-04
1
-87
/
+33
*
video: rename VOCTRL_GET_WINDOW_SIZE
wm4
2014-09-05
1
-2
/
+2
*
cocoa: macosx_application needs cocoa-application
FRAU KOUJIRO
2014-08-06
1
-2
/
+7
*
cocoa: move handleFilesArray: to macosx_events
FRAU KOUJIRO
2014-08-06
1
-2
/
+2
*
vo: remove vo_mouse_movement() wrapper
wm4
2014-07-27
1
-1
/
+1
*
cocoa: don't send messages to uninitialized gl contexts
Stefano Pigozzi
2014-07-19
1
-1
/
+6
*
cocoa: fix regression preventing window resize
Stefano Pigozzi
2014-07-15
1
-1
/
+3
*
cocoa: move CGL context creation to gl_cocoa
Stefano Pigozzi
2014-07-08
1
-111
/
+16
*
cocoa: add fallback for automatic GPU switching
Stefano Pigozzi
2014-06-15
1
-1
/
+14
*
cocoa: allow automatic gpu switching
Stefano Pigozzi
2014-06-15
1
-0
/
+3
*
cocoa: switch to CGL APIs for GL context creation
Stefano Pigozzi
2014-06-15
1
-16
/
+23
*
cocoa: don't use VOCTRL_UPDATE_SCREENINFO
wm4
2014-05-06
1
-18
/
+23
*
options: rename video-related options/properties
Martin Herkt
2014-05-04
1
-2
/
+2
*
cocoa: refactor sync scheduling to a function
Stefano Pigozzi
2014-04-28
1
-14
/
+18
*
cocoa: move sync section assignments in vo_control
Ryan Goulden
2014-04-28
1
-4
/
+4
*
cocoa: cosmetics: use NSMakeSize
Ryan Goulden
2014-04-28
1
-1
/
+1
*
cocoa: fix native fullscreen
Ryan Goulden
2014-04-28
1
-5
/
+3
*
vo_opengl, cocoa: allow to autoselect a color profile
Stefano Pigozzi
2014-03-31
1
-0
/
+168
*
vo: merge get rid of vo.aspdat field
wm4
2014-01-22
1
-3
/
+0
*
cocoa: remove dead code
Stefano Pigozzi
2014-01-21
1
-7
/
+0
*
video/out: simplify monitor aspect handling
wm4
2014-01-11
1
-1
/
+0
*
cocoa: fix window placement on secondary screens
Stefano Pigozzi
2014-01-11
1
-3
/
+2
*
cocoa: refactor init window positioning code
Stefano Pigozzi
2014-01-10
1
-2
/
+1
*
cocoa: don't reset window size when the video size doesn't change
Stefano Pigozzi
2014-01-06
1
-15
/
+14
*
cocoa: handle files drag and drop on the player video view
Stefano Pigozzi
2014-01-04
1
-0
/
+6
*
Revert "cocoa: unlock on uninit"
Stefano Pigozzi
2013-12-26
1
-3
/
+1
*
cocoa: sanitize window title string and guard against NULL
Stefano Pigozzi
2013-12-25
1
-1
/
+6
*
Fix OSX build; remove all remaining mpvcore references
11rcombs
2013-12-17
1
-3
/
+3
*
cocoa: make borderless window resizable
agiz
2013-12-07
1
-1
/
+1
*
cocoa: unlock on uninit
Stefano Pigozzi
2013-11-26
1
-1
/
+3
*
cocoa: use window-scale to support video scaling functionality
Stefano Pigozzi
2013-11-22
1
-0
/
+7
*
cocoa: implement window-scale
Stefano Pigozzi
2013-11-22
1
-0
/
+20
*
cocoa: set and clear gl context inside of sync sections
Stefano Pigozzi
2013-10-20
1
-6
/
+6
*
cocoa: make --ontop also cover dock+menubar
Stefano Pigozzi
2013-10-12
1
-1
/
+3
*
cocoa_common: add OS X 10.7 compatibility hacks includes
Stefano Pigozzi
2013-10-05
1
-0
/
+1
*
cocoa_common: call gl_clear indirectly
Stefano Pigozzi
2013-09-28
1
-2
/
+11
*
cocoa_common: fix deadlock
Stefano Pigozzi
2013-09-28
1
-5
/
+7
*
cocoa_common: split the code, refactoring and cleanups
Stefano Pigozzi
2013-09-28
1
-503
/
+162
*
cocoa_common: signal a mouse movement when changing window size
Stefano Pigozzi
2013-09-18
1
-0
/
+8
*
cocoa_common: override core's cursor visibility state
Stefano Pigozzi
2013-09-18
1
-3
/
+5
*
cocoa_common: remove most of the special handling for cursor autohide
Stefano Pigozzi
2013-09-10
1
-17
/
+3
*
cocoa_common: remove unlocking from fullscreen function
Stefano Pigozzi
2013-09-02
1
-12
/
+0
*
cocoa_common: avoid the opengl view to leak it's state
Stefano Pigozzi
2013-09-02
1
-7
/
+13
*
cocoa_common: enable click-through on the video view
Stefano Pigozzi
2013-09-01
1
-0
/
+1
*
cocoa_common: track mouse move events when not focused
Stefano Pigozzi
2013-09-01
1
-1
/
+1
*
cocoa_common: autohide dock when autohiding menubar
Stefano Pigozzi
2013-08-26
1
-1
/
+5
*
cocoa_common: avoid locking calls when not needed
Stefano Pigozzi
2013-08-23
1
-2
/
+2
*
cocoa_common: fix window positioning with `--geometry`
Stefano Pigozzi
2013-08-22
1
-10
/
+5
*
cocoa_common: add precise scrolling support
Stefano Pigozzi
2013-08-13
1
-16
/
+11
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-3
/
+3
*
cocoa_common: use new log API
Stefano Pigozzi
2013-08-01
1
-7
/
+11
*
cocoa_common: simplify resize code
Stefano Pigozzi
2013-07-30
1
-51
/
+16
*
cocoa_common: fix regression in draggable state computation
Stefano Pigozzi
2013-07-21
1
-0
/
+1
*
cocoa_common: fix style
Stefano Pigozzi
2013-07-21
1
-2
/
+2
*
cocoa_common: move tracking area setup to updateTrackingAreas
Stefano Pigozzi
2013-07-21
1
-14
/
+13
*
cocoa_common: handle keyboard modifiers for mouse events
Stefano Pigozzi
2013-07-21
1
-47
/
+51
*
cocoa_common: make the fullscreen transition only when necessary
Stefano Pigozzi
2013-07-20
1
-5
/
+16
*
cocoa_common: use a tracking area to handle mouse events
Stefano Pigozzi
2013-07-20
1
-33
/
+52
*
cocoa_common: fix typo in comment
Stefano Pigozzi
2013-07-20
1
-1
/
+1
*
cocoa_common: implement MP_MOUSE_LEAVE notifications
Stefano Pigozzi
2013-07-20
1
-0
/
+2
*
cocoa_common: implement conditional video dragging
Stefano Pigozzi
2013-07-20
1
-14
/
+30
*
video: remove fullscreen flags chaos
wm4
2013-07-18
1
-15
/
+10
*
cocoa_common: change video size when changing screen DPI
Stefano Pigozzi
2013-07-10
1
-0
/
+8
*
core: remove mp_fifo leftovers
wm4
2013-07-04
1
-1
/
+0
*
input: require VOs to send key up events, redo input key lookup
wm4
2013-07-02
1
-2
/
+2
*
cocoa_common: uninit fs window properly
Stefano Pigozzi
2013-06-29
1
-0
/
+3
*
cocoa_common: schedule a redraw frame after a non live resize
Stefano Pigozzi
2013-06-25
1
-3
/
+18
*
OSX: fix compilation with 10.7 SDK
Stefano Pigozzi
2013-06-19
1
-0
/
+1
*
cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLE
Stefano Pigozzi
2013-06-16
1
-2
/
+11
*
cocoa_common: remove play/pause VOCTRL functions
Stefano Pigozzi
2013-06-14
1
-12
/
+2
*
core: introduce separate VOCTRLs for screensaver stop/resume
wm4
2013-06-14
1
-3
/
+2
*
cocoa_common: fix ontop switching when fullscreen
Stefano Pigozzi
2013-06-11
1
-2
/
+2
*
cocoa_common: fix window level when going fullscreen
Stefano Pigozzi
2013-06-10
1
-1
/
+1
*
osx: cocoa_common: use default wakeup period
Stefano Pigozzi
2013-06-03
1
-1
/
+0
*
osx: create macosx_events to deal with keyDown events
Stefano Pigozzi
2013-06-03
1
-106
/
+9
*
cocoa_common: autohide dock/menubar on fs only if on same screen
Stefano Pigozzi
2013-06-01
1
-7
/
+37
*
cocoa_common: don't autohide mouse on mousedown
Stefano Pigozzi
2013-06-01
1
-2
/
+10
*
cocoa_common: avoid window creation with VOFLAG_HIDDEN
Stefano Pigozzi
2013-06-01
1
-76
/
+92
*
cocoa_common: dehack mouse autohide by clipping view bounds to visible screen
Stefano Pigozzi
2013-06-01
1
-17
/
+19
*
cocoa_common: fix mouse autohide on MenuBar/Dock interaction
Stefano Pigozzi
2013-05-31
1
-1
/
+7
*
cocoa_common: fix empty window when going fs on different screen
Stefano Pigozzi
2013-05-31
1
-0
/
+9
*
cocoa_common: fix mouse hiding outside of player view
Stefano Pigozzi
2013-05-30
1
-9
/
+21
*
cocoa_common: refactor fullscreen code for readability
Stefano Pigozzi
2013-05-30
1
-31
/
+53
*
cocoa_common: fix native-fs state saving
Stefano Pigozzi
2013-05-30
1
-1
/
+2
*
cocoa_common: fix a bug in window initialization error
Stefano Pigozzi
2013-05-30
1
-1
/
+3
*
cocoa_common: use cocoa APIs to go fullscreen
Stefano Pigozzi
2013-05-30
1
-217
/
+165
*
cocoa_common: use better power management activity description
Stefano Pigozzi
2013-05-30
1
-1
/
+1
*
osx: remove compatibility conditionals for 10.6
Stefano Pigozzi
2013-05-30
1
-61
/
+13
*
cocoa_common: send mouse moved events to core when dragging
Stefano Pigozzi
2013-05-26
1
-2
/
+7
*
cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITY
Stefano Pigozzi
2013-05-26
1
-39
/
+20
*
cocoa_common: implement mouse movement notifications
Stefano Pigozzi
2013-05-26
1
-0
/
+10
*
video/out: introduce vo_control for gl_common based VOs
wm4
2013-05-26
1
-0
/
+26
*
cocoa_common: authohide menu/dock in fullscreen
Stefano Pigozzi
2013-05-26
1
-2
/
+3
*
cocoa_common: vo_corevideo: fix window initialization
Stefano Pigozzi
2013-05-16
1
-5
/
+5
*
cocoa_common: order front window only when invisible [2]
Stefano Pigozzi
2013-05-14
1
-1
/
+5
*
cocoa_common: order front window only when invisible
Stefano Pigozzi
2013-05-13
1
-1
/
+1
*
cocoa_common: don't use recursive locking
Stefano Pigozzi
2013-05-13
1
-2
/
+2
*
cocoa_common: remove pointless locking when using -fs
Stefano Pigozzi
2013-05-13
1
-5
/
+10
*
cocoa_common: fix a bug in window dragging state
Stefano Pigozzi
2013-05-13
1
-13
/
+9
*
cocoa_common: fix deadlock when calling resize_redraw
Stefano Pigozzi
2013-05-12
1
-4
/
+9
*
cocoa_common: add native OSX fullscreen support
Stefano Pigozzi
2013-05-12
1
-20
/
+39
*
OSX: run native event loop in a separate thread
Stefano Pigozzi
2013-05-12
1
-103
/
+221
*
OSX: use native Cocoa's event loop
Stefano Pigozzi
2013-05-12
1
-139
/
+14
*
cocoa_common: fix window sizing
Stefano Pigozzi
2013-04-28
1
-2
/
+2
*
cocoa_common: keep aspect ratio when clipping window
Stefano Pigozzi
2013-04-17
1
-7
/
+35
*
change reverse DNS strings to io.mpv.*
Stefano Pigozzi
2013-04-16
1
-1
/
+1
*
cocoa_common: refactor centered resize
Stefano Pigozzi
2013-04-16
1
-24
/
+21
*
cocoa_common: fix regression when changing videos in fullscreen
Stefano Pigozzi
2013-03-15
1
-3
/
+4
*
cocoa_common: fix window position when bigger than display
Stefano Pigozzi
2013-03-10
1
-4
/
+4
*
vo: Separate vo options from MPOpts
Alexander Preisinger
2013-03-04
1
-25
/
+25
*
cocoa_common: fix crash
Stefano Pigozzi
2013-03-04
1
-1
/
+5
*
cocoa_common: fix compilation
Stefano Pigozzi
2013-03-04
1
-7
/
+7
*
vo: remove and cleanup globals
Alexander Preisinger
2013-03-04
1
-25
/
+26
*
cocoa_common: make windows appear again
Stefano Pigozzi
2013-03-03
1
-17
/
+23