summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-1113-182/+260
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-6/+8
|\
| * Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-6/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-4/+6
|\|
| * xcb: update libXi version requirement in the README fileGatis Paeglis2017-12-132-4/+4
| * xcb_qpa_lib: Fix "undefined reference to `dlsym'" errorDongmei Wang2017-12-051-0/+2
* | xcb: verify if xrandr present before using xcb_randr* APIsGatis Paeglis2017-12-071-12/+23
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-052-0/+15
|\|
| * xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-292-0/+15
* | xcb: fix regression with missing XI_PropertyEventGatis Paeglis2017-12-041-12/+18
* | 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
* | 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 "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
|/ /
* | 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