summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Flush Display when processing xcb eventsLiang Qi2022-11-031-0/+8
* xcb: Add xlib wrapper for XFlush()Liang Qi2022-11-033-0/+26
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-2/+2
* xcb: Fix segmentation fault on destruction of QXcbConnectionRob De Reycke2022-10-271-1/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-17/+17
* Port from container.count()/length() to size()Marc Mutz2022-10-0410-25/+25
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-021-2/+2
* xcb: Remove unneeded call to QHighDpiScaling::updateHighDpiScalingTor Arne Vestbø2022-09-091-1/+0
* xcb: fix the build of native paintingLiang Qi2022-09-081-0/+1
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-081-1/+3
* xcb: fix QXcbCursor build with -DFEATURE_xcb_xlib=OFF -DFEATURE_xlib=OFFLiang Qi2022-09-063-0/+95
* xcb: use libxcb-cursor to replace Xlib/libXcursorLiang Qi2022-09-063-104/+48
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-025-6/+31
* xcb: fix D&D in same xembed clientLiang Qi2022-09-011-9/+24
* xcb: use global coordinates for position of D&D for xembed clientLiang Qi2022-09-011-1/+1
* CMake: don't use full paths for X11 SM and ICE libsSamuli Piippo2022-08-241-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* xcb: Propagate a few theme hint changes to QGuiApplicationJiDe Zhang2022-08-171-5/+23
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-6/+6
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-201-6/+5
* QXcbConnection::xi2ReportTabletEvent(): get device, check capabilitiesShawn Rutledge2022-07-131-4/+7
* Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcbIlya Fedin2022-07-052-12/+13
* xcb: update xkb_state mask as much as possibleLiang Qi2022-06-281-2/+2
* 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