summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-202-0/+25
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-203-22/+36
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+5
* Use SPDX license identifiersLucie Gérard2022-05-1690-3422/+182
* XCB: fix leaked QXcbScrollingDevicePrivateLiang Qi2022-05-132-3/+11
* Revert "xcb: stablilize xkb state when keymap updated"Liang Qi2022-05-063-22/+5
* xcb: Remove unused codesJiDe Zhang2022-05-061-1/+0
* includemocs (updated script)Marc Mutz2022-05-059-0/+17
* QXcbNativeInterface: remove unused field m_sysTraySelectionAtomMarc Mutz2022-05-051-2/+0
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-043-6/+6
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0410-49/+68
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-025-9/+8
* Ignore window icon in XCB when its size exceeds maximum request lengthAxel Spoerl2022-04-291-0/+6
* XCB: fix GCC 12 warning about uninitialized variable useThiago Macieira2022-04-251-1/+1
* xcb: recreate xcb window under some conditionsLiang Qi2022-04-192-0/+23
* Revert "xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handling"Liang Qi2022-04-192-119/+12
* xcb: get geometry correctly for rotation with RAndR 1.5Liang Qi2022-04-081-3/+0
* xcb: compare with screen name instead of old monitor infoLiang Qi2022-04-081-3/+2
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-071-2/+2
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-042-10/+30
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-2/+2
* XCB: Do not depend on transitive includesFabian Kosmale2022-03-172-1/+3
* Fix typoOliver Eftevaag2022-03-141-1/+1
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-113-13/+12
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-111-1/+1
* xcb: fix a typo for WindowTypesLiang Qi2022-03-011-1/+1
* xcb: free a randr monitors pointer after usageLiang Qi2022-02-281-0/+1
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* xcb: Show valuator atom names properly in categorized loggingShawn Rutledge2022-02-091-1/+1
* Let QXcbGlxWindow::createVisual fallback to QXcbWindow::createVisualIlya Fedin2022-01-281-3/+6
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-122-10/+3
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-1/+1
* Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
* xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
* xcb: Return standalone image from QXcbBackingStore::toImage()Tor Arne Vestbø2021-11-191-1/+7
* xcb: Don't mark scrolled area as flushed when doing client side scrollTor Arne Vestbø2021-11-181-8/+9
* xcb: Ensure we have pixmap GC before trying to flush to it during scrollTor Arne Vestbø2021-11-181-2/+2
* xcb: Prepare correct area when doing client side backingstore scrollTor Arne Vestbø2021-11-181-2/+4
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-156-4/+228
* Q{XcbGl,EglFSDevice}IntegrationFactory: remove unused extra plugin pathThiago Macieira2021-11-102-17/+2
* Revert "Add support for EGL_EXT_platform_xcb"Paul Olav Tvete2021-11-021-6/+1
* Fix show()/hide() for child windows on xcbLars Knoll2021-11-011-1/+1
* xcb: use QXcbConnection::selectionOwner() convenience APIGatis Paeglis2021-10-224-18/+7
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-226-76/+40
* xcb: avoid to use invalid pointersLiang Qi2021-10-222-2/+14
* xcb: Use byte buffer for event masksPovilas Kanapickas2021-10-161-23/+30
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-146-6/+6
* qxcbscreen: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-1/+1
* XCB: Silence clipboard warning "SelectionRequest too old"Friedemann Kleint2021-10-131-9/+10