summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-1114-188/+268
|\
| * 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
* | | XCB: Undef KeyPress and KeyRelease also when not using xinput2Ulf Hermann2018-01-081-0/+2
* | | Send NET_WM_SYNC on swapBuffers when using EGLDavid Edmundson2018-01-071-0/+8
* | | Support legacy X11 keymapsFrank Richter2018-01-042-3/+321
* | | xcb: fix and optimize QXcbConnection::xi2SetMouseGrabEnabledGatis Paeglis2018-01-033-54/+54
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-026-28/+62
|\| |
| * | 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
* | | Chop a possible trailing \0 from retrieved textLars Knoll2017-12-291-2/+9
* | | Refactor QXcbKeyboard::updateModifiers()Frank Richter2017-12-192-26/+92
* | | Cleanup: Use QThread::msleep to sleep instead of selectMilian Wolff2017-12-191-4/+1
* | | xcb: port away from last QRegion::rects()Marc Mutz2017-12-061-5/+4
* | | 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