aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/x11_common.h
Commit message (Expand)AuthorAge
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* Revert "x11: use xdg-screensaver suspend/resume"Gravatar Martin Herkt2017-08-20
* x11: use xdg-screensaver suspend/resumeGravatar wm42017-08-15
* x11: pseudo HiDPI scalingGravatar wm42017-01-19
* vo_opengl: x11: move RGBA visual test to x11_common.cGravatar wm42016-12-30
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* x11: do not accidentally discard event flagsGravatar wm42016-07-25
* x11: stop using vo.event_fdGravatar wm42016-07-20
* x11: skip ICC update on every window moveGravatar wm42016-07-18
* x11: move vo->input_ctx accesses to x11->input_ctxGravatar wm42016-03-15
* vo: get rid of vo_get_window_title()Gravatar wm42015-12-06
* vo_opengl: x11: silence error messages when using legacy GL contextGravatar wm42015-11-06
* x11: separate window creation and configurationGravatar wm42015-09-30
* x11: drag and drop append with modifierGravatar Kevin Mitchell2015-08-30
* x11: move GCs and background clearing to vo_xvGravatar wm42015-07-01
* x11: remove clear on mapGravatar wm42015-07-01
* x11: never forcefully terminate xdg-screensaver processGravatar wm42015-05-18
* x11: actually disable screensaverGravatar wm42015-04-15
* Update license headersGravatar Marcin Kurczewski2015-04-13
* vo_opengl, x11: implement icc-profile-autoGravatar wm42015-01-26
* x11: copy WinID optionGravatar wm42014-12-09
* vo/x11: implement VOCTRL_GET_DISPLAY_NAMES with xrandr names (e.g., "LVDS1")Gravatar Kevin Mitchell2014-11-07
* x11: rely on the Atom cacheGravatar wm42014-11-03
* command: add window-minimized property (X11 only)Gravatar wm42014-11-02
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapGravatar wm42014-09-15
* x11: remove unused functionGravatar wm42014-09-14
* x11: listen to xrandr eventsGravatar wm42014-08-17
* x11: use xrandr to retrieve display refresh rateGravatar wm42014-08-16
* x11: cleanup motif hints handlingGravatar wm42014-06-06
* x11: un-inline GNOME layer stuffGravatar wm42014-05-23
* x11: never enable DPMS if we didn't disable itGravatar wm42014-05-18
* x11: make screensaver code more compact, change DPMS handlingGravatar wm42014-05-17
* x11: replace x/y/w/h with mp_rectGravatar wm42014-05-17
* x11: remove some unused fieldsGravatar wm42014-05-17
* x11: remove vo_hint memberGravatar wm42014-05-17
* x11: remove gravity restore codeGravatar wm42014-05-17
* x11: don't cache X Atoms manuallyGravatar wm42014-05-16
* x11: replace--[x11-]fstype option with --x11-netwmGravatar wm42014-05-16
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* x11: implement window dragging by grabbingGravatar wm42014-03-18
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* x11: implement dropping files on the VO windowGravatar wm42014-01-04
* x11: mp_msg conversion for fstype help outputGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* x11: fix border togglingGravatar wm42013-10-27
* x11: remove colormap code, always request TrueColor visualsGravatar wm42013-09-30
* x11_common: mp_msg conversionGravatar wm42013-09-12
* x11: add window iconGravatar wm42013-09-01
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26