summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbeventqueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Avoid repaint lags with DnDAlexander Volkov2019-01-251-0/+9
* xcb: Fix leaking events on destroyKirill Burtsev2018-11-281-1/+4
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-1/+1
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-0/+29
* xcb: rework connection error handlingGatis Paeglis2018-10-161-9/+18
* xcb: utilize thread-safety of QAbstractEventDispatcher::wakeUpGatis Paeglis2018-10-151-6/+21
* xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-151-3/+1
* xcb: lock-free event processingGatis Paeglis2018-10-141-0/+332