summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-081-9/+4
* xcb: Add Xinerama supportBłażej Szczygieł2015-12-221-8/+18
* xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-13/+36
* Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
* xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-171-22/+46
* xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-171-0/+5
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-141-0/+28
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-091-0/+9
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\
| * Fix GCC 4.9 warning about repeated attributesThiago Macieira2015-07-181-1/+1
* | X11 changes for highdpiPaul Olav Tvete2015-07-301-0/+9
* | Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-71/+10
|/
* xcb: set SM_CLIENT_ID propertyStefan Becker2015-07-081-32/+0
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-4/+4
|\
| * Make logicalDpi consistent in relation to device pixel ratioAllan Sandfeld Jensen2015-06-041-4/+4
* | xcb: Map touch points to screen coordinatesAlexander Volkov2015-06-191-0/+12
|/
* xcb: Fix updating physical screen sizeAlexander Volkov2015-04-301-7/+18
* Fix "Unsupported extension used" errorGatis Paeglis2015-04-211-0/+3
* Keep screen geometries from overlappingPaul Olav Tvete2015-04-141-2/+27
* xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-101-14/+30
* Fix logicalDotsPerInch when using devicePixelRatioPaul Olav Tvete2015-04-091-11/+8
* Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-111-50/+79
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-1/+1
* XCB: Solve crash when plugging a screen with unshown QWindowThiago Macieira2015-03-041-1/+2
* xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-251-23/+44
* 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
* Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-071-0/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-4/+40
|\
| * Turn off font hinting when we do high DPI scalingPaul Olav Tvete2015-01-161-0/+7
| * Multi-screen DPI support for X11Paul Olav Tvete2015-01-121-2/+8
| * X11 devicePixelRatio screen mapping fixPaul Olav Tvete2015-01-121-1/+4
| * Fix physical DPI and size for rotated screens on X11Paul Olav Tvete2015-01-081-1/+21
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-21/+13
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+2
* | xcb: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-12/+37
* Support antialias and rgba Xft settings as used by GNOME and UNITYAllan Sandfeld Jensen2014-08-181-24/+54
* Support transparency in qt5 system tray icons, regardless of tray visualLeo Franchi2014-07-041-0/+9
* Do not overwrite existing event mask of root windowMartin Gräßlin2014-06-201-0/+6
* Update QScreen::availableGeometry() on _NET_WORKAREA atom changesMartin Klapetek2014-03-151-1/+2
* XCB: Don't recalculate the DPI if we have a forced DPI settingThiago Macieira2013-12-301-3/+3
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-091-0/+12
* Enable XSync extension also for KWinMartin Gräßlin2013-09-041-1/+1
* Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-301-0/+1
* Introduce QXcbXSettingsJørgen Lind2013-05-201-0/+10
* Implement startup notification spec again.David Faure2013-04-231-0/+34
* Read correct font hinting config on Gnome/UnityEskil Abrahamsen Blomfeldt2013-04-221-7/+35