summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-031-0/+2
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-029-104/+85
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-014-5/+1
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* glx: Pull out screen numnber from GLXFBConfig instead of QXcbScreenTor Arne Vestbø2020-06-301-1/+7
* glx: Remove assumption about supporting multiple displaysTor Arne Vestbø2020-06-301-17/+12
* CMake: Fix qmake mixing with static build and system_xcb_inputJoerg Bornemann2020-06-251-2/+3
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-223-3/+0
* xcb: Remove need for QXCBScreen to resolve QXcbGlIntegrationTor Arne Vestbø2020-06-211-2/+1
* xcb: remove multi-connection code pathGatis Paeglis2020-06-215-64/+51
* xcb: fix seatId to be master-keyboard-id << 16 | master-pointer-idShawn Rutledge2020-06-181-1/+1
* Move UNIX services into QtGuiFriedemann Kleint2020-06-184-4/+2
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-129/+288
* Port platform plugins to QStringViewLars Knoll2020-06-151-2/+2
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-154-4/+1
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-22/+20
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-3/+0
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-283-5/+4
* CMake: Use -fapplication-extension when building Qt libraries on macOSAlexandru Croitor2020-05-281-0/+4
* xcb: Fix comments' indentationAlexander Volkov2020-05-253-3/+3
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-223-5/+1