summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+1
* xcb: Port XSync call in QXcbWindow::create to xcbIlya Fedin2022-06-211-3/+1
* xcb: set primary screen more correctlyLiang Qi2022-06-212-4/+17
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-212-7/+6
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-204-20/+142
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+2
* xcb: Get some style hints from xsettingsJiDe Zhang2022-06-181-2/+23
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-152-5/+5
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-142-1/+3
* xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()Axel Spoerl2022-06-141-6/+6
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-021-9/+3
* 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