summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-1/+4
* 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
* 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
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-4/+6
* xcb: prevent crash with pixmap cursors on XRender-less X serversGatis Paeglis2018-04-141-3/+8
* xcb: simplify handling of keymap updatesGatis Paeglis2018-02-251-2/+2
* xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-221-0/+1
* xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-151-0/+9
* xcb: Enhance SHM management codeAlexander Volkov2018-02-151-5/+23
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-2/+8
* xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-071-1/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-6/+14
|\
| * XCB: Don't core-dump if we can't connect to the X displayNameThiago Macieira2017-08-161-6/+14
* | xcb: add support for peeking into the XCB event queueGatis Paeglis2017-08-111-0/+93
* | xcb: re-factor QXcbConnection::printXcbEventGatis Paeglis2017-08-101-55/+71
* | xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-7/+6
* | xcb: tidy-up has_<extension> variable handlingGatis Paeglis2017-08-081-6/+6
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-181-10/+0
* | xcb: don't keep objects for disconnected touch devicesGatis Paeglis2017-07-131-5/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-4/+4
|\|
| * xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-031-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-16/+16
|\|
| * xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-291-10/+10
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+2
| * xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-281-6/+6
* | xcb: remove DISPLAY_FROM_XCB macroGatis Paeglis2017-06-271-1/+2
* | xcb: rename QXcbConnection::{setButton,buttons,m_buttons}Gatis Paeglis2017-05-161-8/+8
* | Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-011-1/+2
* | xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-211-2/+16
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-2/+2
| |\
| | * xcb: prevent dangling pointer when window focus changesGatis Paeglis2017-04-031-2/+2
| * | Fix warning for -no-feature-draganddrop -no-feature-clipboardStephan Binner2017-04-041-0/+2
* | | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-93/+50
* | | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-128/+56
* | | xcb: Move QXcbConnection::xi2*() methods() to qxcbconnection_xi2.cppAlexander Volkov2017-02-221-46/+0
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+2
|\|
| * xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-161-1/+2
* | XCB: Use member initializationFriedemann Kleint2017-01-271-27/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
|\|
| * Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-2/+1
|\|
| * Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-121-2/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-0/+2
| | |\