summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-265-6/+27
|\
| * xcb: Avoid repaint lags with DnDAlexander Volkov2019-01-253-2/+19
| * xcb: fix initialization of XRandr and XRenderAndreas2019-01-131-4/+4
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-088-54/+13
| |\
| * | Fix build with Clang 3.8Thiago Macieira2018-12-191-0/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+2
|\ \ \ | | |/ | |/|
| * | XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
* | | xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-043-54/+15
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-047-53/+11
|\| |
| * | configure: add XCB GL integration featuresGatis Paeglis2019-01-031-2/+2
| * | configure: make xcb-render a hard dependency for xcb pluginGatis Paeglis2019-01-036-38/+7
| * | configure: properly atomize render vs. renderutilGatis Paeglis2019-01-033-13/+1
| * | configure: properly atomize xcb-syslibsOswald Buddenhagen2018-12-171-2/+3
| |/
* | XCB plugin: replace deprecated QList::swap()Christian Ehrlicher2018-12-171-1/+1
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-3/+1
* | Fix a couple of unused QStringsSergio Martins2018-12-101-1/+1
* | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-046-70/+45
|\|
| * xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-301-54/+29
| * xcb: fix issue with dialogs hidden by other windowsGatis Paeglis2018-11-301-0/+2
| * src/3rdparty: remove xkbcommonGatis Paeglis2018-11-301-10/+4
| * xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-292-2/+2
| * xcb: free leaking clipboard eventsKirill Burtsev2018-11-281-3/+4
| * xcb: Fix leaking events on destroyKirill Burtsev2018-11-281-1/+4
* | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-42/+1
|\|
| * Remove need for glXGetProcAddressARBMichal Klocek2018-11-221-42/+1
* | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-3/+3
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-2/+0
|\
| * Purge some unused code for the OpenGL library nameEdward Welbourne2018-11-121-2/+0
* | Fix image grab when XCB is rgb-swappingAllan Sandfeld Jensen2018-11-111-0/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
|\|
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+1
* | xcb: fix regression with open/close hand cursorsGatis Paeglis2018-11-071-1/+2
* | White-list more recent Mesa version for multi-threadingAllan Sandfeld Jensen2018-11-061-35/+25
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-053-8/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-052-8/+1
| |\|
| | * xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-292-8/+1
| * | Merge 5.12 into 5.12.0Oswald Buddenhagen2018-10-304-7/+8
| |\ \
| * | | Fix out of bounds memory access when setting motif window hint propertiesSimon Hausmann2018-10-251-0/+2
* | | | Remove unused variableLars Knoll2018-11-021-3/+0
* | | | xcb: cleanup _NET_WM_STATE handlingGatis Paeglis2018-11-012-93/+100
* | | | xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-314-127/+118
* | | | xcb: remove leftover functionGatis Paeglis2018-10-311-1/+0
| |/ / |/| |
* | | xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-254-7/+8
|/ /
* | Restore "Do not create instance of QPlatformIntegration for invalid displays"Gatis Paeglis2018-10-183-12/+17
* | xcb: use 128 as a reference DPI for small screensMathieu Velten2018-10-171-1/+5
* | xcb: cleanup _MOTIF_WM_HINTS handlingGatis Paeglis2018-10-174-139/+18
* | xcb: qxcbconnection_screensGatis Paeglis2018-10-174-382/+426