summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-03-02xwin: no need to free auth data if AddResource failsJulien Cristau1-14/+3
2016-03-02modesetting: avoid double free if AddResource failsJulien Cristau1-3/+1
2016-03-02dmx/glxProxy: don't free the glx pixmap twice if AddResource failsJulien Cristau1-4/+1
2016-03-02dri1: Fix unchecked AddResourceAdam Jackson1-3/+5
2016-03-01kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa4-26/+150
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa2-2/+4
2016-03-01ephyr: enable option -sw-cursor by default in multi-seat modeLaércio de Sousa1-0/+3
2016-03-01kdrive: add options to set default XKB propertiesLaércio de Sousa2-5/+61
2016-03-01kdrive: introduce input hot-plugging support for udev and hal backends (#33140)Laércio de Sousa4-22/+198
2016-03-01xwayland: fix a crash on output removalOlivier Fourdan1-0/+1
2016-02-29xwayland: add partial xvidmode extension supportOlivier Fourdan4-0/+422
2016-02-29vidmode: remove redundant DIX functionOlivier Fourdan1-7/+1
2016-02-29vidmode: remove redundant checkOlivier Fourdan1-67/+5
2016-02-29vidmode: move to a separate library of its ownOlivier Fourdan8-2239/+88
2016-02-29vidmode: rename DDX functionsOlivier Fourdan3-233/+234
2016-02-29vidmode: move display mode definitionsOlivier Fourdan1-91/+1
2016-02-29vidmode: remove mode access from public APIOlivier Fourdan3-111/+108
2016-02-29vidmode: use appropriate DisplayModePtr typeOlivier Fourdan3-70/+70
2016-02-29vidmode: remove VidModeGetMonitor()Olivier Fourdan3-41/+30
2016-02-29vidmode: use ScreenPtr instead of screen indexOlivier Fourdan3-168/+181
2016-02-29vidmode: get rid of the CloseScreen wrapperOlivier Fourdan2-18/+0
2016-02-29vidmode: use appropriate APIOlivier Fourdan1-21/+4
2016-02-29dri2: Allow many blocked clients per-drawableChris Wilson1-59/+71
2016-02-29xwin: Remove unhelpful debug about WM message queue sizeJon Turney1-38/+0
2016-02-29xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windowsJon Turney1-1/+1
2016-02-29xwin: In multiwindow mode, look up the HWND for the parent windowJon Turney1-3/+7
2016-02-29xwin: Factor out MessageName() debug helperJon Turney1-68/+61
2016-02-29xwin: Keyboard layout updatesJon Turney2-33/+45
2016-02-29xwin: Add a tentative entry for the Korean keyboard to the list of known keyb...Colin Harrison1-0/+1
2016-02-29xwin: Update to XRANDR 1.2 internal interface to ensure an output is reported...Jon Turney1-11/+81
2016-02-29xwin: Use WM_CLIPBOARDUPDATE clipboard APIJon Turney3-39/+87
2016-02-29xwin: Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
2016-02-29xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon Turney1-8/+20
2016-02-29xwin: Improve handling of no-decoration motif hintJon Turney1-1/+1
2016-02-29xwin: XGetWMNormalHints() returns non-zero on successJon Turney1-2/+1
2016-02-29xwin: Fix format warnings when ./configured --enable-debug --enable-windowswmJon Turney4-12/+12
2016-02-22kdrive/evdev: update keyboard LEDs (#22302)Laércio de Sousa1-3/+8
2016-02-22xwayland: Prefix shm tmp file names with xwaylandJonas Ådahl1-1/+1
2016-02-22dri2: add virtio-gpu pci idsMarc-Andre Lureau3-0/+10
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone13-23/+31
2016-02-11dri2: Use the work queue to manage client sleepsAdam Jackson1-12/+16
2016-02-08dri2: Unblock Clients on Drawable releaseChris Wilson1-0/+3
2016-02-08xwayland: Clear pending cursor frame callbacks on pointer enterRui Matos1-0/+10
2016-02-08dri2: Only invalidate the immediate Window upon SetWindowPixmapChris Wilson1-3/+2
2016-02-08ephyr: don't load ephyr input driver if -seat option is passedLaércio de Sousa1-17/+18
2016-02-08ephyr: ignore Xorg multiseat command line optionsLaércio de Sousa1-0/+7
2016-02-08kdrive: don't let evdev driver overwrite existing device namesLaércio de Sousa1-2/+4
2016-02-08kdrive: set "evdev" driver for input devices automatically, if available.Laércio de Sousa1-0/+25
2016-02-08kdrive: fix up NewInputDeviceRequest() implementationLaércio de Sousa1-46/+30
2016-01-29ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt1-14/+20