Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 10:57:40 +0000 |
diego |
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Fri, 16 May 2008 08:33:27 +0000 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
Sat, 22 Dec 2007 14:55:26 +0000 |
ulion |
Do not send mouse movements events in root win mode.
|
Thu, 20 Dec 2007 12:00:44 +0000 |
ulion |
Support send mouse movements commands to mplayer.
|
Tue, 18 Dec 2007 16:37:36 +0000 |
ulion |
Use NSMakeRect and NSRect in correct way:
|
Tue, 18 Dec 2007 14:58:14 +0000 |
ulion |
Fix wrong code in last commit.
|
Tue, 18 Dec 2007 14:48:30 +0000 |
ulion |
Fix mouse button mapping:
|
Mon, 17 Dec 2007 15:49:54 +0000 |
ulion |
Record screen size and display size in vo_ variables.
|
Mon, 17 Dec 2007 15:45:37 +0000 |
ulion |
screen_frame is only used for fullscreen mode.
|
Fri, 30 Nov 2007 04:20:38 +0000 |
ulion |
Support double buffering, fix osd flicker.
|
Fri, 30 Nov 2007 00:03:01 +0000 |
ulion |
Fix play window not get actived problem on Leopard.
|
Thu, 29 Nov 2007 23:32:08 +0000 |
ulion |
Ignore empty event.
|
Wed, 28 Nov 2007 00:01:35 +0000 |
ulion |
Set protocol for the vo proxy used in shared-buffer mode.
|
Mon, 26 Nov 2007 03:06:16 +0000 |
ulion |
Fix warning on Leopard, tested ok on Tiger:
|
Mon, 26 Nov 2007 02:57:02 +0000 |
ulion |
Fix warning:
|
Fri, 23 Nov 2007 13:46:38 +0000 |
ulion |
Fix memory leak of image_data.
|
Fri, 23 Nov 2007 13:22:21 +0000 |
ulion |
Fix a memory leak when working in shared_buffer mode.
|
Fri, 23 Nov 2007 04:49:10 +0000 |
ulion |
Move the setCurrentTexture call into flip_page(), fix osd flicker problem.
|
Mon, 19 Nov 2007 12:01:30 +0000 |
ulion |
Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
|
Fri, 09 Nov 2007 03:49:32 +0000 |
ulion |
Enable ontop command from mplayer to be sent to mplayer osx.
|
Tue, 06 Nov 2007 12:40:04 +0000 |
ulion |
Fix the prevent system idle code. Original code also works, but not as expected.
|
Sat, 13 Oct 2007 12:17:37 +0000 |
nplourde |
Fix deallocate bug which sometimes causes a crash when reinitializing.
|
Sun, 07 Oct 2007 12:15:24 +0000 |
nplourde |
enable fullscreen command from mplayer to be sent to mplayer osx
|
Thu, 23 Aug 2007 17:45:54 +0000 |
diego |
100l typo: ENTER --> KPENTER
|
Thu, 23 Aug 2007 17:16:48 +0000 |
diego |
Fix KPENTER keycode value on Mac OS X.
|
Sat, 18 Aug 2007 22:46:29 +0000 |
nplourde |
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
|
Sat, 18 Aug 2007 10:30:15 +0000 |
reimar |
Functions that do not return a value must be void
|
Sat, 18 Aug 2007 10:23:40 +0000 |
reimar |
Remove duplicate extern declaration
|