aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourGravatar reimar2007-12-22
* Add missing X11/extensions/scrnsaver.h includeGravatar reimar2007-12-22
* Do not send mouse movements events in root win mode.Gravatar ulion2007-12-22
* Add support for XScreenSaverSuspendGravatar reimar2007-12-22
* Move more variables into the block where they are usedGravatar reimar2007-12-20
* Move a variable to where it is usedGravatar reimar2007-12-20
* Support send mouse movements commands to mplayer.Gravatar ulion2007-12-20
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...Gravatar rik2007-12-18
* Use NSMakeRect and NSRect in correct way:Gravatar ulion2007-12-18
* Fix wrong code in last commit.Gravatar ulion2007-12-18
* Fix mouse button mapping:Gravatar ulion2007-12-18
* Record screen size and display size in vo_ variables.Gravatar ulion2007-12-17
* screen_frame is only used for fullscreen mode.Gravatar ulion2007-12-17
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.Gravatar diego2007-12-16
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* SYS_AMIGAOS4 --> __AMIGAOS4__Gravatar diego2007-12-11
* Format mapping table should be constGravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* Make osd font constGravatar reimar2007-12-02
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove last remains of long-gone VOCTRL_SCREENSHOTGravatar reimar2007-12-02
* Remove video_out_png extern in vo_vesa (remains of ill-advisedGravatar reimar2007-12-02
* Remove casts that are (no longer) necessaryGravatar reimar2007-12-02
* Use proper type for vidix_preinit parameter instead of void *Gravatar reimar2007-12-02
* Support double buffering, fix osd flicker.Gravatar ulion2007-11-30
* Fix play window not get actived problem on Leopard.Gravatar ulion2007-11-30
* Ignore empty event.Gravatar ulion2007-11-29
* Proper license header.Gravatar ivo2007-11-29
* Remove redundant changelog from commentsGravatar ivo2007-11-29
* Proper license header.Gravatar ivo2007-11-29
* Remove redundant changelog comments. There's always svn log.Gravatar ivo2007-11-29
* Set protocol for the vo proxy used in shared-buffer mode.Gravatar ulion2007-11-28
* Fix warning on Leopard, tested ok on Tiger:Gravatar ulion2007-11-26
* Fix warning:Gravatar ulion2007-11-26
* Fix memory leak of image_data.Gravatar ulion2007-11-23
* Fix a memory leak when working in shared_buffer mode.Gravatar ulion2007-11-23
* Move the setCurrentTexture call into flip_page(), fix osd flicker problem.Gravatar ulion2007-11-23
* main() --> main(void)Gravatar diego2007-11-21
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.Gravatar ulion2007-11-19
* Enable ontop command from mplayer to be sent to mplayer osx.Gravatar ulion2007-11-09
* Handle mouse up event to get double click support from mp_fifo.Gravatar ulion2007-11-07
* Fix mouse right button and middle button incorrect identifications.Gravatar ulion2007-11-06
* Fix KPENTER keycode value.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Warning fixes:Gravatar ulion2007-11-06
* cosmetics: output grammar/spelling fixesGravatar diego2007-11-06
* cosmetics: Comment grammar and spelling fixes.Gravatar diego2007-11-06