summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * xcb: cleanup gl_integrations_plugin_base.priGatis Paeglis2017-07-071-7/+0
* | xcb: fix logic in QXcbConnection::initializeXInput2()Gatis Paeglis2017-07-133-21/+30
* | xcb: cleanup updating of scrolling device valuatorsGatis Paeglis2017-07-133-57/+47
* | xcb: don't keep objects for disconnected touch devicesGatis Paeglis2017-07-133-190/+176
* | Fix deprecation warningsAllan Sandfeld Jensen2017-07-111-2/+2
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-4/+0
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-4/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-068-66/+43
|\|
| * xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-038-66/+43
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0418-94/+70
|\|
| * xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-296-33/+19
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-283-19/+19
| * xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-2815-42/+32
| * xcb: rename arg in QXcbBackingStore ctorGatis Paeglis2017-06-281-1/+1
| * xcb: Increment iterator inside bgr888 region loopBłażej Szczygieł2017-06-281-1/+1