summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbscreen.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep screen geometries from overlappingPaul Olav Tvete2015-04-141-0/+5
* xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-101-9/+27
* Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-111-3/+18
* xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-251-0/+9
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-0/+5
|\
| * Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-161-0/+2
| * X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-121-0/+2
| * Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-081-0/+1
* | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-201-1/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-16/+16
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-0/+2
* Support antialias and rgba Xft settings as used by GNOME and UNITYAllan Sandfeld Jensen2014-08-181-2/+6