summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbscreen.h
Commit message (Expand)AuthorAgeFilesLines
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-211-1/+3
* xcb: set primary screen more correctlyLiang Qi2022-06-211-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-041-0/+1
* xcb: convert last screen to fake when no screenLiang Qi2021-09-181-0/+1
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-011-0/+18
* Read DPI from X Settings initially as wellIlya Fedin2021-04-201-0/+2
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-251-0/+2
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-131-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-161-0/+3
* xcb: drop Xinerama supportLiang Qi2020-09-041-3/+1
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-201-1/+3
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-011-2/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-1/+1
|\
| * Xcb: fix rounding error in reporting screen refresh rateKirill Burtsev2019-10-041-1/+1
* | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-2/+1
|/
* Use Xft DPI as basis for HiDPI scalingAllan Sandfeld Jensen2019-06-191-0/+1
* xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-291-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-1/+1
|\
| * xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-291-1/+1
* | Remove unused variableLars Knoll2018-07-301-1/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-6/+4
|\|
| * xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-091-6/+4
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-3/+0
|/
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* xcb: cleanup leftovers in QXcbScreen::updateGeometryGatis Paeglis2017-08-081-1/+1
* xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-021-1/+1
* xcb: Decode EDID blobPier Luigi Fiorini2017-05-041-0/+10
* xcb: Optimize QXcb{Screen,VirtualDesktop} for multi-monitor setupAlexander Volkov2017-03-021-21/+36
* XCB: Use member initializationFriedemann Kleint2017-01-271-15/+15
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-011-14/+14
* xcb: Remove unused NoFontHinting hintAlexander Volkov2016-09-121-2/+0
* X11: Better support non-32bit visualsLouai Al-Khanji2016-04-091-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+1
|\
| * Expose the number of X screen through the QXcbScreenFunctionsAlexander Volkov2016-03-051-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-081-2/+0
* xcb: Add Xinerama supportBłażej Szczygieł2015-12-221-1/+3
* xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-2/+8
* xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-171-0/+8
* xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-171-5/+7
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-141-0/+8
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-091-0/+3
* X11 changes for highdpiPaul Olav Tvete2015-07-301-0/+2
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-9/+0
* xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-081-3/+0
* xcb: Map touch points to screen coordinatesAlexander Volkov2015-06-191-0/+2
* xcb: Fix updating physical screen sizeAlexander Volkov2015-04-301-0/+1