summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: share code for QRegion -> xcb_rectangle_t[] conversionMarc Mutz2017-12-063-14/+13
* xcb: use a more efficient unique_ptr instantiationMarc Mutz2017-12-061-6/+8
* xcb: remove redundant QT_XCB_DEBUG_XINPUT* envvarsGatis Paeglis2017-12-061-6/+0
* platform plugins: port away from QRegion::rects()Marc Mutz2017-12-061-1/+1
* macx-clang: Opt-in xcb QPA support with XQuartzGabriel de Dietrich2017-12-011-0/+2
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-301-1/+1
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
| | |\
| | | * Xinput: Avoid misdetecting certain trackballs as tabletsEirik Aavitsland2017-11-051-1/+1
* | | | xcb: Use fallbacks for Xcursor namesAlexander Volkov2017-11-231-40/+30
* | | | xcb: Speed-up image scrollingBłażej Szczygieł2017-11-232-47/+161
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-1/+3
| |\|
| | * xcb: Convert synthetic mouse enter event position to native pixelsBłażej Szczygieł2017-10-201-1/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-3/+14
| |\|
| | * XCB platform: Fix crash on X servers with BGR888 displayEirik Aavitsland2017-10-061-3/+14
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-173-4/+3
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-051-1/+0
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-1/+0
| | |\|
| | | * XCB: also test for Xinerama's presenceThiago Macieira2017-09-211-1/+0
| * | | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-052-3/+3
| |/ /
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-104-21/+39
* | | xcb: tidy up QXcbWindow::handleClientMessageEventGatis Paeglis2017-10-101-8/+12
* | | xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-076-146/+114
* | | Handle endian mismatch between X11 client and serverAllan Sandfeld Jensen2017-10-024-25/+57
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1922-89/+89
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-35/+35
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-8/+30
|\|
| * Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
| * XCB: Don't core-dump if we can't connect to the X displayNameThiago Macieira2017-08-163-8/+30
* | xcb: add support for peeking into the XCB event queueGatis Paeglis2017-08-114-4/+149
* | xcb: re-factor QXcbConnection::printXcbEventGatis Paeglis2017-08-102-55/+74
* | xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-097-114/+165
* | xcb: cleanup leftovers in QXcbScreen::updateGeometryGatis Paeglis2017-08-082-7/+6
* | xcb: tidy-up has_<extension> variable handlingGatis Paeglis2017-08-082-8/+9
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-4/+4
|\|
| * XCB GLX: request OpenGL 4.6 / OpenGL ES 3.2 if possibleGiuseppe D'Angelo2017-08-041-4/+4
* | Support all QImage formats in native pixmap conversionEirik Aavitsland2017-08-031-2/+5
* | Change EDID parsing qCWarnings to qCDebugsLaszlo Agocs2017-08-031-1/+1
* | xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-022-1/+26
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-023-12/+22
|\|
| * Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-311-1/+4
| * xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-192-11/+18
* | xcb: use default member initialization in structGatis Paeglis2017-07-222-4/+1
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-183-23/+19
* | xcb: allow to change XInput device properties at runtimeGatis Paeglis2017-07-182-146/+175
* | xcb: fix spelling error in xi2HandleHierarchyEvent()Gatis Paeglis2017-07-172-3/+3
* | xcb: don't allow isAtLeastXI2{1,2} in builds without Xinput2Gatis Paeglis2017-07-142-8/+4
* | xcb: rely on QRegion::operator| to handle empty regionsGatis Paeglis2017-07-141-5/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-7/+0
|\|