aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_macosx.m
Commit message (Expand)AuthorAge
* Fix deinit problem due to r28215Gravatar gpoirier2009-01-03
* Add an option to vo_macosx to set a custom buffer_name.Gravatar gpoirier2008-12-30
* Replace vo_macosx's custom options parsing with a subopt_parse()-based oneGravatar gpoirier2008-12-19
* Add missing unistd.h #include, fixes the warning:Gravatar diego2008-12-08
* Remove unused variable, fixes the warning:Gravatar diego2008-12-08
* #include appropriate headers instead of locally declaring function prototypes.Gravatar diego2008-12-08
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>Gravatar nplourde2008-11-30
* factorize mouse hiding and screensaver disabling codeGravatar gpoirier2008-11-27
* typo fix + readability improvementGravatar gpoirier2008-11-25
* Allow vo_macosx to be compiled in 64-bits mode:Gravatar gpoirier2008-11-24
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.Gravatar diego2008-08-07
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Do not send mouse movements events in root win mode.Gravatar ulion2007-12-22
* Support send mouse movements commands to mplayer.Gravatar ulion2007-12-20
* Use NSMakeRect and NSRect in correct way:Gravatar ulion2007-12-18
* Fix wrong code in last commit.Gravatar ulion2007-12-18
* Fix mouse button mapping:Gravatar ulion2007-12-18
* Record screen size and display size in vo_ variables.Gravatar ulion2007-12-17
* screen_frame is only used for fullscreen mode.Gravatar ulion2007-12-17
* Support double buffering, fix osd flicker.Gravatar ulion2007-11-30
* Fix play window not get actived problem on Leopard.Gravatar ulion2007-11-30
* Ignore empty event.Gravatar ulion2007-11-29
* Set protocol for the vo proxy used in shared-buffer mode.Gravatar ulion2007-11-28
* Fix warning on Leopard, tested ok on Tiger:Gravatar ulion2007-11-26
* Fix warning:Gravatar ulion2007-11-26
* Fix memory leak of image_data.Gravatar ulion2007-11-23
* Fix a memory leak when working in shared_buffer mode.Gravatar ulion2007-11-23
* Move the setCurrentTexture call into flip_page(), fix osd flicker problem.Gravatar ulion2007-11-23
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.Gravatar ulion2007-11-19
* Enable ontop command from mplayer to be sent to mplayer osx.Gravatar ulion2007-11-09
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Fix deallocate bug which sometimes causes a crash when reinitializing.Gravatar nplourde2007-10-13
* enable fullscreen command from mplayer to be sent to mplayer osxGravatar nplourde2007-10-07
* 100l typo: ENTER --> KPENTERGravatar diego2007-08-23
* Fix KPENTER keycode value on Mac OS X.Gravatar diego2007-08-23
* added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>Gravatar nplourde2007-08-18
* Functions that do not return a value must be voidGravatar reimar2007-08-18
* Remove duplicate extern declarationGravatar reimar2007-08-18
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* vo_macosx, fix crash when closing windowGravatar nplourde2006-12-10
* vo_macosx.m disable window animation when going to fullscreenGravatar nplourde2006-12-09
* Fix declarations vs statements warning.Gravatar diego2006-12-01
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* Replace deprecated functionGravatar nplourde2006-04-08
* update activity every 30 secGravatar nplourde2006-03-04
* let osx sleep if video is pausedGravatar nplourde2006-02-07