aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAge
...
* Slightly reduce unnecessary verbosity.Gravatar diego2005-08-24
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.Gravatar reimar2005-06-27
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* helper functions for comparing strarg_t "strings".Gravatar reimar2005-06-16
* - fix black screen problem on reinitGravatar al2005-04-16
* fix vo_xv_draw_colorkey to a workable stateGravatar iive2005-04-10
* We should not crash, only because we couldn't hide the cursor.Gravatar al2005-02-20
* Unified colorkey code for vo xv and vo xvmc.Gravatar al2005-02-20
* Separate XF86 video mode extension check from XF86 keysym check asGravatar diego2005-02-02
* Fix ontop for some WMs that lose ontop state after fullscreen event.Gravatar al2004-12-27
* added -wid support for vo_directx.Gravatar joey2004-12-21
* The GUI shouldn't handle key events at two places.Gravatar al2004-11-21
* 3 memory leaks fixedGravatar iive2004-11-15
* Reduce excessive verbosity.Gravatar diego2004-11-15
* keep screensaver off when playing multiple files.Gravatar reimar2004-11-14
* more fullscreen fixes and gl2 uses setGlWindow.Gravatar reimar2004-11-04
* fullscreen fixes and GUI support for vo_glGravatar reimar2004-11-01
* Fix erroneus extern declarations, fix wrong signedness of some varsGravatar atmos42004-10-31
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* now use vo_rootwin var to check for -rootwin switchGravatar nplourde2004-08-08
* Indentation fix from previous patch, as discussed on IRC.Gravatar rtognimp2004-07-11
* This fixes the problems that originated from my ewmhGravatar rtognimp2004-07-11
* major reindentation of x11 code try #2Gravatar attila2004-06-14
* Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,Gravatar diego2004-06-02
* keepaspect and nokeepaspect are now useable by all vosGravatar faust32004-05-01
* full screen flipping synchronization corrections (by Adam Tla/lka)Gravatar rathann2004-04-05
* Unmap window before change in decor and size while flipping full screen mode ...Gravatar rathann2004-04-05
* move window decor changes after setting Withdrawn state so we have no additio...Gravatar rathann2004-04-03
* - win_gravity memorizing and restoring while switching fullscreen mode (by Ad...Gravatar rathann2004-04-03
* ALSA syc is not so good as OSS - small correctionsGravatar atlka2004-04-01
* Don't mess with the window position in xinerama when -geometry changes it.Gravatar diego2004-03-16
* Use system clock for xscreensaver pings (Tobias Diedrich).Gravatar diego2004-03-16
* set min width/heightGravatar attila2004-02-24
* Support binding F11 and F12 keys to commands.Gravatar diego2004-01-16
* prevent possible segfault when vidmodes is freed and config() calls vo_vm_switchGravatar attila2003-12-08
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* Get more keys from X window (punctuation, etc.) Hopefully, all alnum keysGravatar lumag2003-09-24
* prevent crashes with vo_sdlGravatar henry2003-09-21
* dont fix things at the wrong placeGravatar attila2003-09-21
* fix aspect for gl2 fullscreenGravatar attila2003-09-20
* Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>Gravatar mosu2003-09-02
* -nomouseinput support for vo_sdlGravatar alex2003-09-01
* 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common....Gravatar alex2003-08-31
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...Gravatar mosu2003-08-31
* Recieving of mouse events can be switched off. Patch by Markus Rechberger <mr...Gravatar alex2003-08-31
* Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.Gravatar attila2003-08-25
* moved lot of global variables into static ones (and some minor spelling fixes)Gravatar alex2003-08-12
* 10l (and fixes some wmaker issues)Gravatar alex2003-08-11
* move xv_set_eq to x11_commonGravatar iive2003-07-01