summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.h
Commit message (Expand)AuthorAgeFilesLines
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-201-0/+1
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-201-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* XCB: fix leaked QXcbScrollingDevicePrivateLiang Qi2022-05-131-1/+1
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-151-0/+6
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-221-2/+2
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-011-1/+10
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-161-3/+1
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-161-2/+8
* xcb: use QXcbScrollingDevice for a touchpadShawn Rutledge2021-03-081-1/+2
* Fix out-of-bounds writePaul Olav Tvete2020-12-231-3/+3
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-151-17/+6
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-231-2/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-4/+3
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-4/+9
* Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-4/+4
* 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-271-8/+0
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-2/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-2/+4
| |\
| | * XCB: Fix clipboard breaking when timer wraps after 50 daysLukáš Turek2019-03-141-2/+4
* | | More nullptr usage in headersKevin Funk2019-03-141-2/+2
|/ /
* | xcb: respect big-request encoding in max request sizeGatis Paeglis2019-02-061-1/+1
* | xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-041-5/+5
|/
* xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-311-0/+1
* xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-251-1/+1
* xcb: qxcbconnection_screensGatis Paeglis2018-10-171-10/+9
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-320/+9
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-1/+3
* xcb: call processXcbEvents() on every event loop iterationGatis Paeglis2018-10-151-2/+1
* xcb: lock-free event processingGatis Paeglis2018-10-141-76/+9
* Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-141-12/+5
* xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-121-5/+0
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-291-2/+3
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-0/+2
|\
| * Fix XCB on endian mismatched client and server with SHM offAllan Sandfeld Jensen2018-09-121-0/+2
* | Merge dev into 5.12Oswald Buddenhagen2018-08-211-9/+15
|\ \
| * | xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-171-0/+6
| * | xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-2/+1
| * | xcb: rewrite auto-repeat key detection logicGatis Paeglis2018-08-161-3/+4
| * | xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-7/+7
* | | XCB: Do not create instance of QPlatformIntegration for invalid displaysFriedemann Kleint2018-08-201-5/+12
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+0
|\|
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-011-1/+0
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+7
|\|
| * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-231-0/+7
* | QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-101-2/+0
* | xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-091-0/+1