index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
vo_macosx.m
Commit message (
Expand
)
Author
Age
*
cosmetics: Remove useless parentheses from from return statements.
diego
2008-05-16
*
Do not send mouse movements events in root win mode.
ulion
2007-12-22
*
Support send mouse movements commands to mplayer.
ulion
2007-12-20
*
Use NSMakeRect and NSRect in correct way:
ulion
2007-12-18
*
Fix wrong code in last commit.
ulion
2007-12-18
*
Fix mouse button mapping:
ulion
2007-12-18
*
Record screen size and display size in vo_ variables.
ulion
2007-12-17
*
screen_frame is only used for fullscreen mode.
ulion
2007-12-17
*
Support double buffering, fix osd flicker.
ulion
2007-11-30
*
Fix play window not get actived problem on Leopard.
ulion
2007-11-30
*
Ignore empty event.
ulion
2007-11-29
*
Set protocol for the vo proxy used in shared-buffer mode.
ulion
2007-11-28
*
Fix warning on Leopard, tested ok on Tiger:
ulion
2007-11-26
*
Fix warning:
ulion
2007-11-26
*
Fix memory leak of image_data.
ulion
2007-11-23
*
Fix a memory leak when working in shared_buffer mode.
ulion
2007-11-23
*
Move the setCurrentTexture call into flip_page(), fix osd flicker problem.
ulion
2007-11-23
*
Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
ulion
2007-11-19
*
Enable ontop command from mplayer to be sent to mplayer osx.
ulion
2007-11-09
*
Fix the prevent system idle code. Original code also works, but not as expected.
ulion
2007-11-06
*
Fix deallocate bug which sometimes causes a crash when reinitializing.
nplourde
2007-10-13
*
enable fullscreen command from mplayer to be sent to mplayer osx
nplourde
2007-10-07
*
100l typo: ENTER --> KPENTER
diego
2007-08-23
*
Fix KPENTER keycode value on Mac OS X.
diego
2007-08-23
*
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
nplourde
2007-08-18
*
Functions that do not return a value must be void
reimar
2007-08-18
*
Remove duplicate extern declaration
reimar
2007-08-18
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Remove some unused variables, patch by timwoj ieee org.
diego
2007-05-28
*
vo_macosx, fix crash when closing window
nplourde
2006-12-10
*
vo_macosx.m disable window animation when going to fullscreen
nplourde
2006-12-09
*
Fix declarations vs statements warning.
diego
2006-12-01
*
rm unnecesary casts from void* - part 2
reynaldo
2006-07-02
*
Replace deprecated function
nplourde
2006-04-08
*
update activity every 30 sec
nplourde
2006-03-04
*
let osx sleep if video is paused
nplourde
2006-02-07
*
do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec...
nplourde
2006-01-11
*
mplayer osx shared video buffer
nplourde
2005-09-04
*
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
ivo
2005-08-05
*
exit kiosk mode and show mouse cursor in uninit
nplourde
2005-07-28
*
properly release window
nplourde
2005-07-28
*
restore window shadow when quitting fullscreen mode
nplourde
2005-07-24
*
resize video after keep aspect menu item toggle
nplourde
2005-07-03
*
fix various window resizing bug with menu option
nplourde
2005-07-03
*
fix fullscreen menubar item behaviour
nplourde
2005-07-01
*
keep window size when changing aspect
nplourde
2005-06-29
*
crash on autorelease, do not add to pool
nplourde
2005-06-29
*
osx 10.3 dont like to have a window init with no size
nplourde
2005-06-17
*
set nsapp and setup cocoa with NSApplicationLoad
nplourde
2005-06-16
*
proper init of NSApp
nplourde
2005-06-16
[next]