summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-122-10/+3
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-1/+1
* Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
* xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-263-5/+22
* xcb: Return standalone image from QXcbBackingStore::toImage()Tor Arne Vestbø2021-11-191-1/+7
* xcb: Don't mark scrolled area as flushed when doing client side scrollTor Arne Vestbø2021-11-181-8/+9
* xcb: Ensure we have pixmap GC before trying to flush to it during scrollTor Arne Vestbø2021-11-181-2/+2
* xcb: Prepare correct area when doing client side backingstore scrollTor Arne Vestbø2021-11-181-2/+4
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-156-4/+228
* Q{XcbGl,EglFSDevice}IntegrationFactory: remove unused extra plugin pathThiago Macieira2021-11-102-17/+2
* Revert "Add support for EGL_EXT_platform_xcb"Paul Olav Tvete2021-11-021-6/+1
* Fix show()/hide() for child windows on xcbLars Knoll2021-11-011-1/+1
* xcb: use QXcbConnection::selectionOwner() convenience APIGatis Paeglis2021-10-224-18/+7
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-226-76/+40
* xcb: avoid to use invalid pointersLiang Qi2021-10-222-2/+14
* xcb: Use byte buffer for event masksPovilas Kanapickas2021-10-161-23/+30
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-146-6/+6
* qxcbscreen: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-1/+1
* XCB: Silence clipboard warning "SelectionRequest too old"Friedemann Kleint2021-10-131-9/+10
* Add support for EGL_EXT_platform_xcbIlya Fedin2021-10-061-1/+6
* xcb: Flush scrolled region of backingstore to client when requesting imageTor Arne Vestbø2021-10-051-1/+6
* xcb: convert last screen to fake when no screenLiang Qi2021-09-183-17/+57
* Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"Liang Qi2021-09-171-3/+3
* xcb: update connection time when possibleLiang Qi2021-09-062-3/+19
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-017-119/+429
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-063-3/+3
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-062-11/+15
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-164-7/+19
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-164-8/+60
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-1/+1
* xcb: Fix touch grab handling on pre-XI 2.2Povilas Kanapickas2021-06-011-4/+6
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-17/+17
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* xcb: Update _NET_SUPPORTED when the window manager changes itTang Haixiang2021-05-071-0/+2
* Remove Qt6 ifdef switches from pluginsAllan Sandfeld Jensen2021-05-073-16/+0
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-1/+0
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Fix build when xcb_glx_plugin config is disabledEirik Aavitsland2021-04-202-0/+6
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* Use QOpenGLContext::openGLModuleType() instead of QT_CONFIG(opengles2)JiDe Zhang2021-03-261-5/+2
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-251-5/+7
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-082-10/+26
* fix: Print a warning message if the Xcb EGL initialize failedJiDe Zhang2021-03-031-1/+5
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-243-5/+5
* xcb: unset old states and set new ones for windowLiang Qi2021-02-151-16/+33