summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Wacom Art Pen detection on xcbShawn Rutledge2021-02-121-1/+2
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-3/+3
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-254-0/+39
* Build fixes for GCC 11Ville Voutilainen2021-01-191-1/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-183/+0
* Remove the qmake project filesJoerg Bornemann2021-01-079-235/+0
* xcb: document QXcbEventQueue::PeekOption enumGatis Paeglis2021-01-012-8/+23
* Handle XCB_INPUT_DEVICE_TYPE_MASTER_POINTER properlyPaul Olav Tvete2020-12-252-4/+9
* Adjust the format of code blocks in handleScreenChange functionLu Zhen2020-12-251-1/+1
* Fix out-of-bounds writePaul Olav Tvete2020-12-233-24/+33
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* CMake: Fix 'static' conditionsJoerg Bornemann2020-12-171-1/+2
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-156-91/+235
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-11-301-1/+12
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-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