summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-1/+5
* 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
|\
| * XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
| * 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
* | Fix build with Clang 3.8Thiago Macieira2018-12-191-0/+4
|/
* 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
* Remove need for glXGetProcAddressARBMichal Klocek2018-11-221-42/+1
* 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
* | xcb: qxcbconnection_basicGatis Paeglis2018-10-1714-1027/+1317
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+4
|\|
| * Only use a translucent background if there is support for alphaAndy Shaw2018-10-121-2/+4
* | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-166-11/+90
* | xcb: rework connection error handlingGatis Paeglis2018-10-162-9/+19
* | xcb: cleanup WM_HINTS handlingGatis Paeglis2018-10-151-23/+13
* | xcb: utilize thread-safety of QAbstractEventDispatcher::wakeUpGatis Paeglis2018-10-153-14/+22
* | xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-157-11/+289
* | xcb: localize handling of Qt::AA_Compress* flagsGatis Paeglis2018-10-141-2/+4
* | xcb: lock-free event processingGatis Paeglis2018-10-1412-359/+589
* | Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-145-73/+41
* | xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-123-56/+7