aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAge
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* x11: make window-scale use windowed size in fullscreen modeGravatar wm42013-11-02
* command: add property to scale window sizeGravatar wm42013-10-31
* x11: factor out normal window resize codeGravatar wm42013-10-31
* x11: restore support for --wid=0Gravatar wm42013-10-30
* x11: remove ancient metacity hackGravatar wm42013-10-30
* x11: minor cosmeticsGravatar wm42013-10-30
* x11_common: refactor of fstype codeGravatar wm42013-10-28
* x11: fix border togglingGravatar wm42013-10-27
* x11_common: reduce screensaver heartbeat from 30 to 10 secondsGravatar wm42013-10-25
* x11_common: don't handle mouse enter eventsGravatar wm42013-10-15
* x11: remove colormap code, always request TrueColor visualsGravatar wm42013-09-30
* vo/x11_common: don't require a working input methodGravatar wm42013-09-20
* vo/x11_common: remove superfluous msg prefixesGravatar Martin Herkt2013-09-20
* vo/x11_common: Fail init with no valid XIMGravatar Martin Herkt2013-09-19
* gl_common: signal to GL backend whether we are probingGravatar wm42013-09-16
* x11_common: mp_msg conversionGravatar wm42013-09-12
* options: remove --(no-)mouseinput optionGravatar wm42013-09-08
* x11_common: don't allocate more than needed for iconGravatar wm42013-09-04
* x11: add window iconGravatar wm42013-09-01
* input: deal with spurious X11 LeaveNotify eventsGravatar wm42013-09-01
* input: add some more X11 multimedia/internet keysGravatar wm42013-09-01
* x11: fix --ontopGravatar wm42013-08-14
* x11_common: get hack for Motif Window Manager out of the wayGravatar wm42013-08-11
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* x11: add key modifiers to mouse button eventsGravatar wm42013-07-21
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* input: require VOs to send key up events, redo input key lookupGravatar wm42013-07-02
* input: trigger mouse_leave key bindings if mouse leaves mouse areaGravatar wm42013-06-29
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* x11: enable screensaver when paused, rename/change --stop-xscreensaverGravatar wm42013-06-14
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYGravatar wm42013-05-26
* x11: use vo_x11_control() for all VOsGravatar wm42013-05-26
* video/out: introduce vo_control for gl_common based VOsGravatar wm42013-05-26
* Silence some compiler warningsGravatar wm42013-05-21
* x11: use mpv internal key auto-repeat handling if possibleGravatar wm42013-04-24
* x11_common: minor simplificationGravatar wm42013-04-21
* x11_common: remove assumption that video is always centeredGravatar wm42013-03-17
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* x11_common: fix --cursor-autohide when pausedGravatar wm42013-03-03
* x11_common: fix window mapping, refactor window creation/resize handlingGravatar wm42013-03-03
* x11_common: use private variables for window stateGravatar wm42013-03-03
* core: move X11 specific code to x11_common.cGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* x11_common: always create a window, even with --widGravatar wm42013-02-26
* video/out: rename create_window to config_windowGravatar wm42013-02-26
* Remove --rootwin option and rootwin propertyGravatar wm42013-02-24