summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw11 days1-0/+2
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-051-5/+6
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-2/+2
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QXcbWindow::handleLeaveNotifyEvent(): Consume when leaving geometryAxel Spoerl2024-02-171-5/+14
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* QXcbWindow: protect access to m_mapped with a QMutexAxel Spoerl2023-12-062-5/+14
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-232-10/+10
* xcb: only set base size when it's validLiang Qi2023-11-171-1/+2
* xcb: update WM_TRANSIENT_FOR on transientParent native window recreationLiang Qi2023-11-162-17/+57
* xcb: make QXcbWindow inherit QObjectLiang Qi2023-11-163-17/+19
* xcb: fix deprecated QBitmap::operator=(const QPixmap&) warningsLiang Qi2023-11-102-2/+2
* xcb: unset states and set new ones as needMike Chen2023-11-021-10/+8
* xcb: implement QXcbCursor::size()Liang Qi2023-11-012-0/+10
* Implement XCB key mapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-097-23/+24
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-1/+3
* xcb: replace a warning with debug info in qxcbconnection_xi2.cppLiang Qi2023-10-071-1/+1
* xcb: set _KDE_NET_WM_DESKTOP_FILE and _GTK_APPLICATION_ID for windowLiang Qi2023-10-063-0/+30
* xcb: replace a warning with debug infoLiang Qi2023-09-251-1/+1
* xcb: Work around GCC ABI issue causing warning on ARMTor Arne Vestbø2023-09-221-0/+5
* xcb_egl: Prefer eglCreatePlatformWindowSurfaceEXT to eglCreateWindowSurfaceIlya Fedin2023-09-193-7/+17
* xcb: Reflect geometry of foreign window on creationTor Arne Vestbø2023-09-122-2/+13
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Use new QBA::assign in QXcbMime::mimeDataForAtomDennis Oberst2023-08-021-2/+1
* xcb: guard a pointer before usageLiang Qi2023-07-311-2/+4
* qgenericunixservices: Move x11 specific code to the Xcb backendDavid Edmundson2023-07-051-1/+13
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-1/+1
* Mark all remaining RAII/smart pointer class ctors [[nodiscard]]Marc Mutz2023-06-221-1/+1
* Show decimal device IDs in QInputDevice qDebug outputShawn Rutledge2023-06-201-1/+1
* xcb: Use QWSI::handleTabletEnterLeaveProximityEvent(.. QPointingDev* ..)Shawn Rutledge2023-06-201-6/+4
* xcb: Don't clear touch or tablet devices due to device hierarchy eventShawn Rutledge2023-06-201-11/+15
* Add flicking behavior hints to xcb platform integrationShawn Rutledge2023-04-281-3/+5
* Remove an unnecessary None definitionAmir Masoud Abdol2023-04-251-9/+2
* Rid of 'special case' markersAlexey Edelev2023-04-131-2/+1
* Fix build without egl_x11Ilya Fedin2023-04-112-0/+15
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-042-0/+8
* xcb: Delete QInputDevice instances that X11 no longer findsShawn Rutledge2023-03-211-22/+60
* Handle device loss for texture widgetsDavid Redondo2023-03-171-2/+4
* Utilize NO_UNITY_BUILD arguments instead of manual exclusionAmir Masoud Abdol2023-03-143-6/+3
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-113-4/+4
* xcb: ignore the xscreens which don't belong to current connectionLiang Qi2023-03-031-12/+12
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-163-0/+6
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-104-29/+3
* Fix build with -no-feature-gesturesTasuku Suzuki2023-02-111-0/+2
* 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