| Commit message (Expand) | Author | Age |
* | vo_xv: avoid clearing too much on resize | Uoti Urpala | 2011-07-06 |
* | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 |
* | x11_common: fix for reconfig with pos/xineramascreen set | Uoti Urpala | 2011-02-03 |
* | input: support bindings with modifier keys for X input | Uoti Urpala | 2010-12-20 |
* | x11_common.h: remove some unused declarations | Uoti Urpala | 2010-11-02 |
* | vo: improve fixed-vo behavior when video size changes in x11 VOs | Uoti Urpala | 2010-07-23 |
* | Merge svn changes up to r30514 | Uoti Urpala | 2010-03-09 |
|\ |
|
* | | Merge svn changes up to r30216 | Uoti Urpala | 2010-01-08 |
|\| |
|
| * | Add missing header #includes to fix 'make checkheaders'. | diego | 2010-01-04 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 |
|\| |
|
| * | vo_x11_classhint name argument should be const, since we pass string constant... | reimar | 2009-12-27 |
* | | Implement vsync-aware frame timing for VDPAU | Uoti Urpala | 2009-11-15 |
* | | x11_common.h: Remove declarations of some nonexistent variables | Uoti Urpala | 2009-05-04 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 |
|\| |
|
* | | Merge svn changes up to r28549 | Uoti Urpala | 2009-02-13 |
|\| |
|
| * | Remove now unused vo_calc_drwXY function. | reimar | 2009-02-12 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 |
|\| |
|
| * | Factor calc_drwXY out of vo_xv and vo_xvmc. | cehoyos | 2009-01-09 |
* | | Remove old VO vo_mouse_autohide compatibility #define | Uoti Urpala | 2008-11-22 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 |
|\| |
|
| * | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 |
| * | Cosmetics: remove useless "extern" | reimar | 2008-11-15 |
| * | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 |
|\| |
|
| * | Move X11_FULLSCREEN definition to x11_common.h where it belongs. | diego | 2008-10-16 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 |
|\| |
|
* | | Move some declarations from mplayer.c to proper headers | Uoti Urpala | 2008-08-12 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 |
|\| |
|
| * | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 |
* | | Merge svn changes up to r27347 | Uoti Urpala | 2008-07-25 |
|\| |
|
| * | Enable runtime border/window decorations-toggling for Linux gl and gl2 vos. | reimar | 2008-07-22 |
* | | Move allocation/free of x11 struct to x11_common.c | Uoti Urpala | 2008-04-29 |
* | | Add a context for mp_fifo | Uoti Urpala | 2008-04-29 |
* | | Move mRootWin,mScreen,mLocalDisplay to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 struct | Uoti Urpala | 2008-04-23 |
* | | x11_common: Move vo_old_[x|y|width|height| to x11 struct | Uoti Urpala | 2008-04-23 |
* | | x11_common.c: Move orig_layer and old_gravity to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move static mouse hide timers to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_gc,f_gc,vo_hints to x11 struct | Uoti Urpala | 2008-04-23 |
* | | x11_common.c: Move function-static variables to struct | Uoti Urpala | 2008-04-23 |
* | | Move xv_port,xv_colorkey,xv_ck_info to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_window to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move static X11 atoms to struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_screenwidth,vo_screenheight to options struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_depthonscreen to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo struct | Uoti Urpala | 2008-04-23 |
* | | Move global mDisplay to x11 state struct | Uoti Urpala | 2008-04-23 |
* | | Create a struct for X11 state | Uoti Urpala | 2008-04-23 |