summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * xcb: remove fragile and unnecessary missing-latin-keymap workaroundGatis Paeglis2018-02-221-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-5/+32
|\|
| * 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
* | xcb: Drop _QT_SETTINGS_TIMESTAMP_ atomAlexander Volkov2018-02-081-4/+1
|/
* 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