summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-281-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-17/+1
|\|
| * xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-071-17/+1
* | xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-211-0/+37
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-1/+1
|\|
| * Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
* | Basic Vulkan enablersLaszlo Agocs2017-03-171-3/+23
|/
* QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-0/+21
* Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-3/+0
* Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-121-6/+2
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-4/+4
* remove apparently useless egl includeOswald Buddenhagen2016-10-041-5/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+6
|\
| * Disable switchable widget compositing when using XCB in Parallels VMAndy Nichols2016-08-171-1/+2
| * Revert "egl: Reshuffle headers to help less fortunate systems with X11"Liang Qi2016-05-041-1/+1
| * egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-031-1/+1
* | Add X11 support for the DRIVE CXLaszlo Agocs2016-08-101-1/+1
* | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-151-0/+1