| Commit message (Expand) | Author | Age |
* | cosmetics: spelling fixes | diego | 2009-03-07 |
* | cosmetics: Reformat file header. | diego | 2009-03-07 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 |
* | Fix deinit problem due to r28215 | gpoirier | 2009-01-03 |
* | Add an option to vo_macosx to set a custom buffer_name. | gpoirier | 2008-12-30 |
* | Replace vo_macosx's custom options parsing with a subopt_parse()-based one | gpoirier | 2008-12-19 |
* | Add missing unistd.h #include, fixes the warning: | diego | 2008-12-08 |
* | Remove unused variable, fixes the warning: | diego | 2008-12-08 |
* | #include appropriate headers instead of locally declaring function prototypes. | diego | 2008-12-08 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch> | nplourde | 2008-11-30 |
* | factorize mouse hiding and screensaver disabling code | gpoirier | 2008-11-27 |
* | typo fix + readability improvement | gpoirier | 2008-11-25 |
* | Allow vo_macosx to be compiled in 64-bits mode: | gpoirier | 2008-11-24 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
* | Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER. | diego | 2008-08-07 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | Do not send mouse movements events in root win mode. | ulion | 2007-12-22 |
* | Support send mouse movements commands to mplayer. | ulion | 2007-12-20 |
* | Use NSMakeRect and NSRect in correct way: | ulion | 2007-12-18 |
* | Fix wrong code in last commit. | ulion | 2007-12-18 |
* | Fix mouse button mapping: | ulion | 2007-12-18 |
* | Record screen size and display size in vo_ variables. | ulion | 2007-12-17 |
* | screen_frame is only used for fullscreen mode. | ulion | 2007-12-17 |
* | Support double buffering, fix osd flicker. | ulion | 2007-11-30 |
* | Fix play window not get actived problem on Leopard. | ulion | 2007-11-30 |
* | Ignore empty event. | ulion | 2007-11-29 |
* | Set protocol for the vo proxy used in shared-buffer mode. | ulion | 2007-11-28 |
* | Fix warning on Leopard, tested ok on Tiger: | ulion | 2007-11-26 |
* | Fix warning: | ulion | 2007-11-26 |
* | Fix memory leak of image_data. | ulion | 2007-11-23 |
* | Fix a memory leak when working in shared_buffer mode. | ulion | 2007-11-23 |
* | Move the setCurrentTexture call into flip_page(), fix osd flicker problem. | ulion | 2007-11-23 |
* | Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView. | ulion | 2007-11-19 |
* | Enable ontop command from mplayer to be sent to mplayer osx. | ulion | 2007-11-09 |
* | Fix the prevent system idle code. Original code also works, but not as expected. | ulion | 2007-11-06 |
* | Fix deallocate bug which sometimes causes a crash when reinitializing. | nplourde | 2007-10-13 |
* | enable fullscreen command from mplayer to be sent to mplayer osx | nplourde | 2007-10-07 |
* | 100l typo: ENTER --> KPENTER | diego | 2007-08-23 |
* | Fix KPENTER keycode value on Mac OS X. | diego | 2007-08-23 |
* | added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com> | nplourde | 2007-08-18 |
* | Functions that do not return a value must be void | reimar | 2007-08-18 |
* | Remove duplicate extern declaration | reimar | 2007-08-18 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | vo_macosx, fix crash when closing window | nplourde | 2006-12-10 |
* | vo_macosx.m disable window animation when going to fullscreen | nplourde | 2006-12-09 |
* | Fix declarations vs statements warning. | diego | 2006-12-01 |