summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
Commit message (Expand)AuthorAgeFilesLines
...
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-0/+7
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-2/+0
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-091-0/+1
* | xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-051-9/+2
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-0/+3
* | xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-221-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-1/+9
|\|
| * xcb: prevent crash with pixmap cursors on XRender-less X serversGatis Paeglis2018-04-141-1/+9
* | xcb: minor cleanups around QT_CONFIG(xcb_xlib)Gatis Paeglis2018-04-091-2/+1
* | xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-221-27/+9
* | 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-0/+6
|\|
| * xcb: Fix access to shm for X server running from another userAlexander Volkov2018-02-151-0/+2
| * xcb: Enhance SHM management codeAlexander Volkov2018-02-151-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-111-4/+4
|\|
| * QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-041-4/+4
* | xcb: Drop _QT_SETTINGS_TIMESTAMP_ atomAlexander Volkov2018-02-081-3/+0
|/
* xcb: fix and optimize QXcbConnection::xi2SetMouseGrabEnabledGatis Paeglis2018-01-031-0/+1
* xcb: use a more efficient unique_ptr instantiationMarc Mutz2017-12-061-6/+8
* qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-1/+3
* Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-021-0/+9
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+1
|\
| * XCB: Don't core-dump if we can't connect to the X displayNameThiago Macieira2017-08-161-0/+1
* | xcb: add support for peeking into the XCB event queueGatis Paeglis2017-08-111-0/+15
* | xcb: re-factor QXcbConnection::printXcbEventGatis Paeglis2017-08-101-0/+3
* | xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-18/+16
* | xcb: tidy-up has_<extension> variable handlingGatis Paeglis2017-08-081-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+1
|\|
| * xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-191-0/+1
* | xcb: use default member initialization in structGatis Paeglis2017-07-221-1/+1
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-181-7/+5
* | xcb: allow to change XInput device properties at runtimeGatis Paeglis2017-07-181-0/+1
* | xcb: fix spelling error in xi2HandleHierarchyEvent()Gatis Paeglis2017-07-171-1/+1
* | xcb: don't allow isAtLeastXI2{1,2} in builds without Xinput2Gatis Paeglis2017-07-141-8/+0
* | xcb: fix logic in QXcbConnection::initializeXInput2()Gatis Paeglis2017-07-131-1/+1
* | xcb: cleanup updating of scrolling device valuatorsGatis Paeglis2017-07-131-3/+6
* | xcb: don't keep objects for disconnected touch devicesGatis Paeglis2017-07-131-5/+23
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-12/+12
|\|
| * xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-291-6/+6
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-4/+4
| * xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-281-2/+2
* | xcb: remove DISPLAY_FROM_XCB macroGatis Paeglis2017-06-271-2/+0
* | XCB platform plugin: add missing includeMarcel Krems2017-06-021-0/+1
* | xcb: remove CREATE_VISUALINFO_FROM_DEFAULT_VISUALID macroGatis Paeglis2017-06-021-1/+0
* | xcb: remove duplicate QXcbConnection::supportsThreadedRendering()Gatis Paeglis2017-06-021-1/+0
* | xcb: rename QXcbConnection::{setButton,buttons,m_buttons}Gatis Paeglis2017-05-161-3/+3