summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-0/+2
|\
| * xcb: reduce focus-in delayGatis Paeglis2019-07-051-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-2/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+1
| |\
| | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+1
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+8
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+2
|\|
| * XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
* | xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-041-20/+6
|/
* xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-311-8/+5
* xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-251-0/+3
* xcb: qxcbconnection_screensGatis Paeglis2018-10-171-372/+0
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-650/+61
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-7/+47
* xcb: localize handling of Qt::AA_Compress* flagsGatis Paeglis2018-10-141-2/+4
* xcb: lock-free event processingGatis Paeglis2018-10-141-243/+47
* Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-141-43/+15
* xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-121-49/+6
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-291-28/+36
* Merge dev into 5.12Oswald Buddenhagen2018-08-211-221/+193
|\
| * xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-171-0/+4
| * xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-190/+177
| * xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-31/+12
* | XCB: Do not create instance of QPlatformIntegration for invalid displaysFriedemann Kleint2018-08-201-15/+43
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-3/+1
|\
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-011-2/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+5
|\|
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-4/+5
|\|
| * XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-111-0/+2
| * xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-091-4/+3
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-16/+0
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-091-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-10/+26
|\|
| * xcb: add QT_XCB_NO_MITSHM envvar for disabling MIT-SHM extensionGatis Paeglis2018-06-151-1/+2
| * xcb: fix regression with remote X11 clientsGatis Paeglis2018-06-111-8/+23
| * xcb: fix mouse event compression with certain configurationsGatis Paeglis2018-06-091-2/+4
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-0/+10
* | xcb: add static overload for setting window nameGatis Paeglis2018-06-221-11/+8
* | xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-221-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-4/+6
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-4/+6
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-0/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-3/+8
|\|
| * xcb: prevent crash with pixmap cursors on XRender-less X serversGatis Paeglis2018-04-141-3/+8
* | xcb: minor cleanups around QT_CONFIG(xcb_xlib)Gatis Paeglis2018-04-091-23/+0
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-25/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-261-2/+2
|\|
| * xcb: simplify handling of keymap updatesGatis Paeglis2018-02-251-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-0/+1
|\|