aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
* vo_xv: avoid clearing too much on resizeGravatar Uoti Urpala2011-07-06
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
| * | VO: Don't reset pause status in VO config() functionsGravatar Uoti Urpala2009-04-02
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\ \ \ | |/ / |/| / | |/
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28204Gravatar Uoti Urpala2008-12-27
|\|
| * Remove pointless forward declaration.Gravatar diego2008-12-23
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * Clear the whole window on resize in vo_x11 since we do notGravatar reimar2008-11-23
| * Simplify vo_x11 check_events functionGravatar reimar2008-11-23
| * Do not draw in window if our image has not yet been adjusted to the new windo...Gravatar reimar2008-11-23
| * Remove unnecessary xf86vmode.h include.Gravatar reimar2008-11-23
| * Remove some usnused variables and commented-out code.Gravatar reimar2008-11-23
| * Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.Gravatar reimar2008-11-23
* | Merge svn changes up to r27979Gravatar Uoti Urpala2008-11-22
|\|
| * Simplify handling of "flags" parameterGravatar reimar2008-11-21
| * Add forgotten initialization if Flip_Flag to 0.Gravatar reimar2008-11-21
| * Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
| * Remove a duplicated vo_x11_selectinput_witherrGravatar reimar2008-11-15
| * respect -vf dsize etc. also for -rootwin, just like vo_xv does.Gravatar reimar2008-11-15
| * Remove now unused variables.Gravatar reimar2008-11-15
| * Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.Gravatar reimar2008-11-15
| * Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
| * Set modified window position and monitor aspect in vo_vm_switch instead of inGravatar reimar2008-11-15
| * Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15
| * Remove code from unused and since ages deprecated draw_frame function.Gravatar reimar2008-11-15
| * vo_x11: do not replace the vo_gc created by the Gui.Gravatar reimar2008-11-15
| * Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.Gravatar reimar2008-11-15
| * Cosmetics for vo_x11 control() to make it more similar to vo_xv.cGravatar reimar2008-11-15
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * fixed image format detection for 15 bit color depthsGravatar faust32008-10-17
* | Merge svn changes up to r27458Gravatar Uoti Urpala2008-08-12
|\|
| * Remove duplicated prototype for XShmGetEventBase(), becauseGravatar diego2008-08-09
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|