summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-042-2/+2
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-7/+1
* xcb: ensure that available glx version is greater than requested one or equal...Aleksei Nikiforov2020-11-071-1/+7
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-302-0/+2
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-302-1/+2
* Move QPolygonClipper to XCB native paintingAllan Sandfeld Jensen2020-10-294-1/+319
* CMake: Check for system_xcb_xinput featureAlexandru Croitor2020-10-231-1/+1
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-2/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-12/+12
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-077-9/+9
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-27/+27
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-214-13/+13
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-164-12/+26
* Remove dead codeVolker Hilsheimer2020-09-151-16/+0
* X11: set fallback logical DPI to 96Morten Johan Sørvig2020-09-101-6/+6
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-062-18/+0
* xcb: drop Xinerama supportLiang Qi2020-09-047-48/+3
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* X11: restrict fallback logical DPI to 96 and higherMorten Johan Sørvig2020-08-261-1/+6
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-234-134/+13
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-231-2/+0
* xcb: Fix flushing of native subwindows when not using shared memoryTor Arne Vestbø2020-08-221-2/+11
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-2/+2
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-044-8/+2
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-241-1/+1
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-204-103/+54
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-203-13/+3
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-137-8/+36
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-8/+8
* Move glxconvenience into QtGuiFriedemann Kleint2020-07-104-4/+2
* Move qglxconvenience to QtOpenGLFriedemann Kleint2020-07-084-4/+4
* Fix no-EGL buildTor Arne Vestbø2020-07-072-0/+6
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-0620-65/+64
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-066-5/+10
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-064-18/+5
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-044-5/+2