summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
* XCB: simplify atom registration codeGiuseppe D'Angelo2023-02-071-14/+8
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-0713-466/+466
* QXcbConnection::getTimestamp: do not return stale timestampRoland Pallai2023-02-033-4/+6
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+0
* Free the GLX framebuffer configurationsInho Lee2023-01-311-1/+6
* xcb: Fix QXcbCursor for secondary screenPeter Varga2023-01-261-2/+2
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-171-1/+0
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* XCB: use qOffsetStringArrayThiago Macieira2022-12-161-4/+4
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* 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