aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/x11_common.c
Commit message (Expand)AuthorAge
* options: move -name and -title to option structGravatar Clément Bœsch2010-11-04
* x11_common: add VO_EVENT_MOVEGravatar reimar2010-11-02
* spelling fixesGravatar siretart2010-11-02
* x11_common: Get window dimensions also for -wid 0Gravatar reimar2010-11-02
* x11_common.c: minor cleanupGravatar reimar2010-11-02
* x11_common.c: Some indentation fixesGravatar reimar2010-11-02
* x11_common: Do not try to grab input from -wid windowsGravatar reimar2010-11-02
* x11_common: Consistently use "None" instead of "NULL" for X resourcesGravatar reimar2010-11-02
* vo: improve fixed-vo behavior when video size changes in x11 VOsGravatar Uoti Urpala2010-07-23
* Merge svn changes up to r31291Gravatar Uoti Urpala2010-06-02
|\
| * Change code to let Window Manager chose window location by default.Gravatar reimar2010-05-30
* | Merge svn changes up to r31189Gravatar Uoti Urpala2010-05-30
|\|
| * Quit MPlayer if we receive a DestroyNotify event.Gravatar reimar2010-05-14
* | Merge svn changes up to r31104Gravatar Uoti Urpala2010-05-07
|\|
* | Merge svn changes up to r31100Gravatar Uoti Urpala2010-05-07
|\ \
| | * Move variable declaration into the block where it is actually used.Gravatar reimar2010-04-27
| |/
| * Move "screen" variable declaration below the relevant #ifdef, fixes the warning:Gravatar diego2010-04-27
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
| * Avoid duplicating mouse-movement command-generation code.Gravatar reimar2010-04-25
| * Deduplicate enable_mouse_movements declaration.Gravatar reimar2010-04-25
| * rename 'struct keymap' -> 'struct mp_keymap'Gravatar siretart2010-04-23
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30514Gravatar Uoti Urpala2010-03-09
|\ \
* \ \ Merge svn changes up to r30502Gravatar Uoti Urpala2010-03-09
|\ \ \
* \ \ \ Merge svn changes up to r30494Gravatar Uoti Urpala2010-03-09
|\ \ \ \
| | | | * Enable StructureNotifyMask before waiting for a DestroyNotify event.Gravatar reimar2010-02-27
| | | | * libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
| | | | * Fix exit_player() usage throughout the codebase.Gravatar diego2010-02-14
| | | |/
| | | * Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...Gravatar reimar2010-02-05
| | | * Create the OpenGL probe window as a hidden Window on X11.Gravatar reimar2010-02-04
| | |/
| | * Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoGravatar reimar2010-02-03
| |/
| * Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisGravatar reimar2010-02-02
* | x11_common: always free x11 context struct on exitGravatar Uoti Urpala2010-01-28
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * vo_x11_classhint name argument should be const, since we pass string constant...Gravatar reimar2009-12-27
* | cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* | vo_xv: Support yuv colorspace changes on ATI cardsGravatar Uoti Urpala2009-11-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
* | Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
| * Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
| * Remove unneeded initializationGravatar reynaldo2009-11-03
| * Slightly change behavior of "none" if fstype specification.Gravatar corey2009-10-30
| * Move some variable initializations to the beginning of vo_x11_fullscreen().Gravatar diego2009-10-24
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Do not do a unmap/map cycle on Windows given with -wid, with some windowGravatar reimar2009-09-01
| * First attempts at supporting -fs with -wid, -vo gl on X11 only so farGravatar reimar2009-08-27
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07