summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing overrideAlexander Volkov2020-05-213-6/+6
* Allow multithreaded opengl to be disabledAllan Sandfeld Jensen2020-05-191-0/+4
* Remove -qt-xcb, -system-xcb from README and commentsKai Koehne2020-05-191-6/+0
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-1/+1
* Remove QTextCodec dependency from the xcb pluginLars Knoll2020-05-012-22/+9
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Remove the QTextCodec dependency from the xcb pluginLars Knoll2020-04-244-23/+15
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-3/+3
|\
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-161-3/+3
* | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-087-15/+130
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-244-7/+118
| |\
| | * xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-234-7/+118
| * | QXcbCursor: Replace deprecated QCursor APISze Howe Koh2020-03-241-6/+6
| * | Deprecation warnings: replace qrand with QRandomGeneratorVolker Hilsheimer2020-03-232-2/+6
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-164-3/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-114-3/+19
| |\|
| | * xcb: Fix logic for minimized stateJiDe Zhang2020-03-034-3/+19
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-291-1/+3
| |\|
| | * Fix geometry handling for native child windowsFriedemann Kleint2020-02-281-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-3/+3
|\| |
| * | Make xcb plugin compile with -no-feature-tableteventShawn Rutledge2020-02-201-2/+0