summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-02xfixes: avoid double free if AddResource failsaddresourcesJulien Cristau1-3/+1
2016-03-02render: free already allocated formats in PictureInit failure caseJulien Cristau1-0/+3
2016-03-02record: don't call RecordDeleteContext when AddResource failsJulien Cristau1-1/+0
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-02glx: don't call pGlxDraw->destroy() if AddResource failsJulien Cristau1-7/+2
2016-03-02dri3: return an error if AddResource failsJulien Cristau1-2/+2
2016-03-02xvmc: Fix unchecked AddResourceJulien Cristau1-3/+14
2016-03-02xv: fix double free in AddResource failure caseJulien Cristau1-3/+2
2016-03-02dri1: Fix unchecked AddResourceAdam Jackson1-3/+5
2016-03-02xv: Fix unchecked AddResourceAdam Jackson1-2/+4
2016-03-01vidmode: build without xf86vidmodeprotoOlivier Fourdan2-0/+6
2016-03-01kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa5-27/+151
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa6-4/+11
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-03-01present: Call present_restore_screen_pixmap from present_set_abort_flipMichel Dänzer1-14/+14
2016-03-01present: Factor code for restoring screen pixmap out of present_unflip (v2)Michel Dänzer1-16/+23
2016-03-01present: Only update screen pixmap from flip pixmap once per unflipMichel Dänzer1-7/+9
2016-03-01dri3: Refuse to work for remote clients (v2)Michel Dänzer1-0/+4
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 Fourdan12-450/+592
2016-02-29vidmode: rename DDX functionsOlivier Fourdan3-233/+234
2016-02-29vidmode: move display mode definitionsOlivier Fourdan3-91/+104
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-29dix: Add ClientSignalAll()Chris Wilson2-0/+30
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