summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dix: ensure work queues are cleared on resetxephyr-crashRay Strode2018-11-193-0/+17
* dix: do not send focus event when grab actually does not changeSamuel Thibault2018-11-191-2/+6
* config/udev: Include header <sys/sysmacros.h> to use major/minorManoj Gupta2018-11-142-0/+7
* dix/window: Use ConfigureWindow instead of MoveWindowMichal Srb2018-11-131-8/+6
* os: Establish new connections synchronously not on the work queueAdam Jackson2018-11-131-18/+11
* xkb: Write the _XKB_RULES_NAMES window property synchronouslyAdam Jackson2018-11-131-2/+2
* xwayland: Move command line fd initialization to InitOutputAdam Jackson2018-11-131-9/+9
* xwayland: Move wm_fd and listen_fds out of xwl_screenAdam Jackson2018-11-132-31/+25
* dix/events: reuse grab pointer valueMarco Trevisan (Treviño)2018-11-121-1/+1
* Xi: Use current device active grab to deliver touch events if anyMarco Trevisan (Treviño)2018-11-121-13/+8
* Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith2018-11-102-82/+82
* Revert "dix: Work around non-premultiplied ARGB cursor data harder"Michel Dänzer2018-11-061-4/+3
* modesetting: Hush an unimportant log messageAdam Jackson2018-10-311-3/+3
* dix: De-ugly the prototype for Add{GPU,}ScreenAdam Jackson2018-10-301-14/+3
* Fix segfault on probing a non-PCI platform device on a system with PCI.Eric Anholt2018-10-291-1/+1
* include: Remove ___CLIENTSIGNALALL_DEFINED___ copypastaAdam Jackson2018-10-251-3/+0
* include: Stop including <X11/fonts/fontproto.h>Adam Jackson2018-10-251-1/+0
* xwayland: Complete "synchronous" Present flips from xwl_present_msc_bumpMichel Dänzer2018-10-252-7/+45
* xwayland: Rename xwl_present_events_notify to xwl_present_msc_bumpMichel Dänzer2018-10-251-9/+6
* xwayland: Use xwl_present_reset_timer in xwl_present_timer_callbackMichel Dänzer2018-10-251-11/+2
* xwayland: do not crash if `gbm_bo_create()` failsOlivier Fourdan2018-10-251-0/+6
* present: Remove `present_event_abandon()`Olivier Fourdan2018-10-251-5/+0
* present/wnmd: Fix use after free on CRTC removalOlivier Fourdan2018-10-251-1/+1
* os: Factor out CHECK_FOR_REQUIRED_ARGUMENTSAdam Jackson2018-10-253-27/+20
* dix: Work around non-premultiplied ARGB cursor data harderMichel Dänzer2018-10-251-3/+4
* LogFilePrep: add a comment to the unsafe format string.Matthieu Herrb2018-10-251-0/+2
* Disable -logfile and -modulepath when running with elevated privilegesMatthieu Herrb2018-10-251-2/+6
* os/xdmcp: Fix binding of ipv6 source addressAndreas Fett2018-10-241-2/+13
* xfree86: bump video ABI version to 25.0Adam Jackson2018-10-241-1/+1
* xwayland: Plug leaks in xwl_present_sync_callbackMichel Dänzer2018-10-241-1/+6
* dix: Remove the magic WhenMapped backing store hackAdam Jackson2018-10-235-34/+2
* glamor: Add support for exporting depth 15/8 pixmapsMichel Dänzer2018-10-231-0/+6
* xwayland: keep `xwl_present_timer_callback()` privateOlivier Fourdan2018-10-181-1/+1
* linux: Make platform device probe less fragileAdam Jackson2018-10-182-23/+14
* xfree86: ensure the readlink buffer is null-terminatedrpm-build2018-10-171-2/+2
* xfree86: Only switch to original VT if it is active.Michal Srb2018-10-161-3/+13
* xwayland: fix a realloc OOM error casePeter Hutterer2018-10-161-2/+6
* xfree86: fix readlink callPeter Hutterer2018-10-161-1/+1
* xwayland: make a if noop clearer to the compiler/coverityPeter Hutterer2018-10-161-3/+6
* fbdevhw: Refuse to touch PCI devices on the fallback probe pathAdam Jackson2018-10-121-0/+16
* glamor/egl: Avoid crashing on broken configurationsAdam Jackson2018-10-052-1/+12
* os/xdmcp: Don't create a new socket in XdmcpReset()Alexander Volkov2018-10-031-3/+9
* Switch automatic composite update to WorkQueuePierre Ossman2018-10-033-20/+15
* modesetting: Don't free(dst) in drmmode_prop_info_copyAdam Jackson2018-10-011-1/+0
* xwayland: search for a render node to useOlivier Fourdan2018-10-011-1/+83
* dix: Remove LegalModifier()Adam Jackson2018-09-2812-101/+4
* dix: Merge AbortDDX into ddxGiveUpAdam Jackson2018-09-2813-121/+38
* mi: Factor out miSaveScreenAdam Jackson2018-09-285-55/+9
* glamor_egl: Don't initialize on llvmpipeAdam Jackson2018-09-282-1/+15
* test: Initialize the pixmap in damage testJon Turney2018-09-281-0/+12