summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_screens.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: convert last screen to fake when no screenLiang Qi2021-09-181-7/+29
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-011-106/+262
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-1/+0
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* xcb: drop Xinerama supportLiang Qi2020-09-041-17/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-5/+7
|\
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-5/+7
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-1/+1
|\|
| * xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-291-1/+1
* | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-2/+2
|/
* xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-251-4/+2
* xcb: qxcbconnection_screensGatis Paeglis2018-10-171-0/+416