summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-6/+8
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* Fix typoOliver Eftevaag2022-03-141-1/+1
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-3/+0
* Fix build when xcb_glx_plugin config is disabledEirik Aavitsland2021-04-201-0/+2
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-2/+2
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-2/+0
* Fix no-EGL buildTor Arne Vestbø2020-07-071-0/+2
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-061-1/+1
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-1/+20
* xcb: Remove need for QXCBScreen to resolve QXcbGlIntegrationTor Arne Vestbø2020-06-211-2/+1
* xcb: remove multi-connection code pathGatis Paeglis2020-06-211-34/+21
* Move UNIX services into QtGuiFriedemann Kleint2020-06-181-1/+1
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-151-1/+1
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-3/+0
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-281-1/+1
* Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-031-7/+17
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* xcb: Simplify code by using helper QXcbIntegration::defaultConnection()Alexander Volkov2019-11-201-2/+1
* xcb: make beep workKarim Pinter2019-05-061-0/+1
* platforminputcontexts: use libxkbcommon compose key APIGatis Paeglis2019-03-011-0/+2
* Restore "Do not create instance of QPlatformIntegration for invalid displays"Gatis Paeglis2018-10-181-9/+7
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-0/+2
* xcb: utilize thread-safety of QAbstractEventDispatcher::wakeUpGatis Paeglis2018-10-151-4/+1
* xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-151-2/+2
* xcb: lock-free event processingGatis Paeglis2018-10-141-1/+2
* Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-141-8/+18
* xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-121-2/+1
* xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-291-2/+2
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-291-2/+2
* XCB: Do not create instance of QPlatformIntegration for invalid displaysFriedemann Kleint2018-08-201-18/+8
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-0/+2
|\
| * XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-111-0/+2
* | xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-101-2/+7
* | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-251-0/+9
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-1/+3
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-1/+3
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-4/+1
* | xcb: minor cleanups around QT_CONFIG(xcb_xlib)Gatis Paeglis2018-04-091-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+3
|\
| * XCB: Replace qDebug with qCDebugOrgad Shaneh2018-01-151-3/+3
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-2/+15
|\
| * XCB: Don't core-dump if we can't connect to the X displayNameThiago Macieira2017-08-161-2/+15
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+4
|\|
| * Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-311-1/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-1/+1
|\|
| * xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-031-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-2/+2
|\|