summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.m
Commit message (Expand)AuthorAgeFilesLines
* Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-1/+1
* Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.diego2008-08-071-1/+1
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-2/+2
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-2/+2
* Do not send mouse movements events in root win mode.ulion2007-12-221-1/+1
* Support send mouse movements commands to mplayer.ulion2007-12-201-2/+13
* Use NSMakeRect and NSRect in correct way:ulion2007-12-181-5/+5
* Fix wrong code in last commit.ulion2007-12-181-2/+2
* Fix mouse button mapping:ulion2007-12-181-2/+8
* Record screen size and display size in vo_ variables.ulion2007-12-171-1/+8
* screen_frame is only used for fullscreen mode.ulion2007-12-171-5/+5
* Support double buffering, fix osd flicker.ulion2007-11-301-4/+25
* Fix play window not get actived problem on Leopard.ulion2007-11-301-0/+13
* Ignore empty event.ulion2007-11-291-0/+2
* Set protocol for the vo proxy used in shared-buffer mode.ulion2007-11-281-6/+19
* Fix warning on Leopard, tested ok on Tiger:ulion2007-11-261-1/+1
* Fix warning:ulion2007-11-261-1/+2
* Fix memory leak of image_data.ulion2007-11-231-0/+5
* Fix a memory leak when working in shared_buffer mode.ulion2007-11-231-1/+2
* Move the setCurrentTexture call into flip_page(), fix osd flicker problem.ulion2007-11-231-5/+3
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.ulion2007-11-191-0/+3
* Enable ontop command from mplayer to be sent to mplayer osx.ulion2007-11-091-1/+1
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-2/+1
* Fix deallocate bug which sometimes causes a crash when reinitializing.nplourde2007-10-131-0/+1
* enable fullscreen command from mplayer to be sent to mplayer osxnplourde2007-10-071-1/+1
* 100l typo: ENTER --> KPENTERdiego2007-08-231-1/+1
* Fix KPENTER keycode value on Mac OS X.diego2007-08-231-1/+1
* added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>nplourde2007-08-181-5/+30
* Functions that do not return a value must be voidreimar2007-08-181-2/+2
* Remove duplicate extern declarationreimar2007-08-181-5/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+0
* vo_macosx, fix crash when closing windownplourde2006-12-101-4/+8
* vo_macosx.m disable window animation when going to fullscreennplourde2006-12-091-5/+5
* Fix declarations vs statements warning.diego2006-12-011-4/+6
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* Replace deprecated functionnplourde2006-04-081-20/+12
* update activity every 30 secnplourde2006-03-041-2/+2
* let osx sleep if video is pausednplourde2006-02-071-15/+15
* do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec...nplourde2006-01-111-20/+20
* mplayer osx shared video buffernplourde2005-09-041-30/+88
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* exit kiosk mode and show mouse cursor in uninitnplourde2005-07-281-0/+3
* properly release windownplourde2005-07-281-2/+9
* restore window shadow when quitting fullscreen modenplourde2005-07-241-1/+1
* resize video after keep aspect menu item togglenplourde2005-07-031-2/+4
* fix various window resizing bug with menu optionnplourde2005-07-031-5/+15
* fix fullscreen menubar item behaviournplourde2005-07-011-14/+28
* keep window size when changing aspectnplourde2005-06-291-11/+15
* crash on autorelease, do not add to poolnplourde2005-06-291-2/+0
* osx 10.3 dont like to have a window init with no sizenplourde2005-06-171-1/+1
* set nsapp and setup cocoa with NSApplicationLoadnplourde2005-06-161-1/+2
* proper init of NSAppnplourde2005-06-161-1/+1
* set window alphanplourde2005-06-161-2/+20
* new texture framenplourde2005-06-151-15/+8
* device_id flag force fullscreen devicenplourde2005-06-151-48/+50
* fix gcc warningnplourde2005-06-151-2/+2
* do not realloc window while playing playlistnplourde2005-06-151-32/+47
* show window only after texture creation (look better).nplourde2005-06-051-3/+4
* Pure cosmeticnplourde2005-06-051-12/+4
* Moved event update inside cocoa openglview classnplourde2005-06-021-15/+15
* Function name cleanupnplourde2005-06-021-16/+16
* Sync swap with VBL.nplourde2005-06-021-0/+2
* Fix pan-scan in fullscreen modenplourde2005-05-261-1/+2
* fix signess warningnplourde2005-05-251-2/+2
* create menunplourde2005-05-251-0/+163
* draw resize boxnplourde2005-05-041-1/+25
* enable panscannplourde2005-05-021-4/+5
* enable rootwinnplourde2005-05-021-7/+33
* close button exit mplayer with esc keynplourde2005-05-021-1/+7
* add ontopnplourde2005-05-021-0/+11
* macosx core video modulenplourde2005-04-291-0/+657