summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()Axel Spoerl2022-06-141-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Revert "xcb: stablilize xkb state when keymap updated"Liang Qi2022-05-061-1/+1
* includemocs (updated script)Marc Mutz2022-05-051-0/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-2/+4
* xcb: stablilize xkb state when keymap updatedLiang Qi2021-11-261-1/+1
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-221-2/+2
* xcb: avoid to use invalid pointersLiang Qi2021-10-221-1/+7
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-141-1/+1
* xcb: update connection time when possibleLiang Qi2021-09-061-3/+18
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-011-6/+15
* xcb: fix QWindow::startSystemMove()/Resize() triggered by touchLiang Qi2021-06-161-2/+9
* xcb: fix QWindow::startSystemMove()/Resize() triggered by mouseLiang Qi2021-06-161-0/+3
* xcb: Update _NET_SUPPORTED when the window manager changes itTang Haixiang2021-05-071-0/+2
* Remove Qt6 ifdef switches from pluginsAllan Sandfeld Jensen2021-05-071-8/+0
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-11-301-1/+12
* xcb: remove QT_XCB_NO_XI2_MOUSE code pathGatis Paeglis2020-08-231-2/+6
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-2/+2
* Set name of X11 Client Leader Window to application nameRaphael Rosch2020-07-241-1/+1
* xcb: Fix comments' indentationAlexander Volkov2020-05-251-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-271-26/+0
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-0/+2
|\
| * xcb: reduce focus-in delayGatis Paeglis2019-07-051-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-2/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+1
| |\
| | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+1
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+8
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+2
|\|
| * XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
* | xcb: rework focus-in peeker so we can drop PeekFunc APIGatis Paeglis2019-01-041-20/+6
|/
* xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-311-8/+5
* xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-251-0/+3
* xcb: qxcbconnection_screensGatis Paeglis2018-10-171-372/+0
* xcb: qxcbconnection_basicGatis Paeglis2018-10-171-650/+61
* xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-7/+47
* xcb: localize handling of Qt::AA_Compress* flagsGatis Paeglis2018-10-141-2/+4
* xcb: lock-free event processingGatis Paeglis2018-10-141-243/+47
* Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-141-43/+15
* xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-121-49/+6
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-291-28/+36
* Merge dev into 5.12Oswald Buddenhagen2018-08-211-221/+193
|\
| * xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-171-0/+4
| * xcb: cleanup QXcbConnection::handleXcbEvent()Gatis Paeglis2018-08-161-190/+177
| * xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-31/+12
* | XCB: Do not create instance of QPlatformIntegration for invalid displaysFriedemann Kleint2018-08-201-15/+43
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-3/+1
|\
| * xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246Gatis Paeglis2018-08-011-2/+1