summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
Commit message (Expand)AuthorAgeFilesLines
* x11_common: fix some problems with window draggingwm42014-03-221-1/+2
* x11: implement window dragging by grabbingwm42014-03-181-1/+33
* x11: fix initial VO sizewm42014-02-021-6/+7
* x11: remove apparently useless codewm42014-02-021-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-021-1/+10
* options: remove --screenw and --screenhwm42014-01-111-7/+2
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-111-1/+3
* video/out: simplify monitor aspect handlingwm42014-01-111-1/+0
* video/out: remove some code duplication between X11 and waylandwm42014-01-041-20/+2
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-041-1/+2
* x11: implement dropping files on the VO windowwm42014-01-041-6/+175
* vo/x11_common: do not select motion events when --no-mouse-movements is setahodesuka2013-12-281-1/+1
* Revert "x11: don't set global error handler"wm42013-12-271-0/+28
* x11: mp_msg conversion for fstype help outputwm42013-12-211-9/+6
* x11: don't set global error handlerwm42013-12-211-22/+0
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-3/+3
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-1/+1
* switch the build system to wafStefano Pigozzi2013-11-211-3/+3
* fix weird DPMS->EXT replacementwm42013-11-041-3/+3
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-13/+13
* x11: make window-scale use windowed size in fullscreen modewm42013-11-021-2/+2
* command: add property to scale window sizewm42013-10-311-0/+13
* x11: factor out normal window resize codewm42013-10-311-23/+31
* x11: restore support for --wid=0wm42013-10-301-2/+4
* x11: remove ancient metacity hackwm42013-10-301-14/+1
* x11: minor cosmeticswm42013-10-301-16/+11
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* x11: fix border togglingwm42013-10-271-2/+3
* x11_common: reduce screensaver heartbeat from 30 to 10 secondswm42013-10-251-1/+1
* x11_common: don't handle mouse enter eventswm42013-10-151-5/+1
* x11: remove colormap code, always request TrueColor visualswm42013-09-301-145/+5
* vo/x11_common: don't require a working input methodwm42013-09-201-14/+9
* vo/x11_common: remove superfluous msg prefixesMartin Herkt2013-09-201-2/+2
* vo/x11_common: Fail init with no valid XIMMartin Herkt2013-09-191-0/+9
* gl_common: signal to GL backend whether we are probingwm42013-09-161-1/+3
* x11_common: mp_msg conversionwm42013-09-121-40/+37
* options: remove --(no-)mouseinput optionwm42013-09-081-1/+1
* x11_common: don't allocate more than needed for iconwm42013-09-041-3/+4
* x11: add window iconwm42013-09-011-0/+104
* input: deal with spurious X11 LeaveNotify eventswm42013-09-011-1/+5
* input: add some more X11 multimedia/internet keyswm42013-09-011-0/+3
* x11: fix --ontopwm42013-08-141-3/+3
* x11_common: get hack for Motif Window Manager out of the waywm42013-08-111-1/+11
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-6/+6
* x11: add key modifiers to mouse button eventswm42013-07-211-13/+19
* video: remove fullscreen flags chaoswm42013-07-181-16/+14
* core: cleanup more mp_fifo leftoverswm42013-07-021-15/+15
* input: require VOs to send key up events, redo input key lookupwm42013-07-021-1/+2
* input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-291-2/+5
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-151-1/+8
* x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-3/+7
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-2/+2
* x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-46/+32
* x11: use vo_x11_control() for all VOswm42013-05-261-4/+5
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-0/+24
* Silence some compiler warningswm42013-05-211-1/+1
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-241-2/+23
* x11_common: minor simplificationwm42013-04-211-13/+6
* x11_common: remove assumption that video is always centeredwm42013-03-171-22/+20
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-77/+77
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-83/+85
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-20/+22
* x11_common: fix window mapping, refactor window creation/resize handlingwm42013-03-031-127/+136
* x11_common: use private variables for window statewm42013-03-031-46/+48
* core: move X11 specific code to x11_common.cwm42013-03-011-1/+4
* video/out: remove video mode switching (--vm)wm42013-02-261-128/+2
* x11_common: always create a window, even with --widwm42013-02-261-37/+31
* video/out: rename create_window to config_windowwm42013-02-261-1/+1
* Remove --rootwin option and rootwin propertywm42013-02-241-3/+0
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-211-26/+39
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-211-3/+3
* x11_common: uncrustifywm42013-02-211-387/+324
* Prefix keycode defines with MP_wm42013-02-121-33/+39
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-271-45/+59
* x11: fix some obvious video mode switching bugswm42013-01-271-20/+30
* x11: reduce VO mode switching code duplicationwm42013-01-271-3/+33
* x11_common: do not set custom error handler when calling XSelectInputwm42013-01-271-47/+21
* x11: cleanup, refactorwm42013-01-271-857/+251
* options: move -geometry parsing to m_option.cwm42013-01-231-3/+3
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-131-0/+5
* options: remove --displaywm42012-11-161-9/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+2404