aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_macosx.m
Commit message (Expand)AuthorAge
* 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
* new texture frameGravatar nplourde2005-06-15
* device_id flag force fullscreen deviceGravatar nplourde2005-06-15
* fix gcc warningGravatar nplourde2005-06-15
* do not realloc window while playing playlistGravatar nplourde2005-06-15
* show window only after texture creation (look better).Gravatar nplourde2005-06-05
* Pure cosmeticGravatar nplourde2005-06-05
* Moved event update inside cocoa openglview classGravatar nplourde2005-06-02
* Function name cleanupGravatar nplourde2005-06-02
* Sync swap with VBL.Gravatar nplourde2005-06-02
* Fix pan-scan in fullscreen modeGravatar nplourde2005-05-26
* fix signess warningGravatar nplourde2005-05-25
* create menuGravatar nplourde2005-05-25
* draw resize boxGravatar nplourde2005-05-04
* enable panscanGravatar nplourde2005-05-02
* enable rootwinGravatar nplourde2005-05-02
* close button exit mplayer with esc keyGravatar nplourde2005-05-02
* add ontopGravatar nplourde2005-05-02
* macosx core video moduleGravatar nplourde2005-04-29