| Commit message (Expand) | Author | Age |
... | |
* | Remove unused variables, fixes the warnings: | diego | 2007-12-30 |
* | Disable unused code, fixes the warning: | diego | 2007-12-30 |
* | Add missing #include for vo_draw_text. | diego | 2007-12-30 |
* | Do not duplicate MJpegContext struct, #include the proper header instead. | diego | 2007-12-30 |
* | Add missing #include, fixes the warning: | diego | 2007-12-30 |
* | Use proper length specifiers in mp_msg calls, fixes the warnings: | diego | 2007-12-28 |
* | Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour | reimar | 2007-12-22 |
* | Add missing X11/extensions/scrnsaver.h include | reimar | 2007-12-22 |
* | Do not send mouse movements events in root win mode. | ulion | 2007-12-22 |
* | Add support for XScreenSaverSuspend | reimar | 2007-12-22 |
* | Move more variables into the block where they are used | reimar | 2007-12-20 |
* | Move a variable to where it is used | reimar | 2007-12-20 |
* | Support send mouse movements commands to mplayer. | ulion | 2007-12-20 |
* | change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ... | rik | 2007-12-18 |
* | 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 |
* | Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__. | diego | 2007-12-16 |
* | Fix libass to support -nofontconfig. | ulion | 2007-12-12 |
* | SYS_AMIGAOS4 --> __AMIGAOS4__ | diego | 2007-12-11 |
* | Format mapping table should be const | reimar | 2007-12-02 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 |
* | Make osd font const | reimar | 2007-12-02 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Remove last remains of long-gone VOCTRL_SCREENSHOT | reimar | 2007-12-02 |
* | Remove video_out_png extern in vo_vesa (remains of ill-advised | reimar | 2007-12-02 |
* | Remove casts that are (no longer) necessary | reimar | 2007-12-02 |
* | Use proper type for vidix_preinit parameter instead of void * | reimar | 2007-12-02 |
* | 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 |
* | Proper license header. | ivo | 2007-11-29 |
* | Remove redundant changelog from comments | ivo | 2007-11-29 |
* | Proper license header. | ivo | 2007-11-29 |
* | Remove redundant changelog comments. There's always svn log. | ivo | 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 |
* | main() --> main(void) | diego | 2007-11-21 |
* | 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 |
* | Handle mouse up event to get double click support from mp_fifo. | ulion | 2007-11-07 |
* | Fix mouse right button and middle button incorrect identifications. | ulion | 2007-11-06 |