summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-261-5/+7
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-242-10/+26
* 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
* 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
* 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