aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_macosx.m
Commit message (Expand)AuthorAge
* 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
* do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec...Gravatar nplourde2006-01-11
* mplayer osx shared video bufferGravatar nplourde2005-09-04
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* exit kiosk mode and show mouse cursor in uninitGravatar nplourde2005-07-28
* properly release windowGravatar nplourde2005-07-28
* restore window shadow when quitting fullscreen modeGravatar nplourde2005-07-24
* resize video after keep aspect menu item toggleGravatar nplourde2005-07-03
* fix various window resizing bug with menu optionGravatar nplourde2005-07-03
* fix fullscreen menubar item behaviourGravatar nplourde2005-07-01
* keep window size when changing aspectGravatar nplourde2005-06-29
* crash on autorelease, do not add to poolGravatar nplourde2005-06-29
* osx 10.3 dont like to have a window init with no sizeGravatar nplourde2005-06-17
* set nsapp and setup cocoa with NSApplicationLoadGravatar nplourde2005-06-16
* proper init of NSAppGravatar nplourde2005-06-16
* set window alphaGravatar nplourde2005-06-16