summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-161-0/+19
* X11: set fallback logical DPI to 96Morten Johan Sørvig2020-09-101-6/+6
* xcb: drop Xinerama supportLiang Qi2020-09-041-9/+1
* X11: restrict fallback logical DPI to 96 and higherMorten Johan Sørvig2020-08-261-1/+6
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-201-8/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+3
|\
| * Avoid return QImage::Format_Invalid from QPlatformScreen::format()Allan Sandfeld Jensen2020-02-141-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-11/+0
|\|
| * Revert "Do not read Xft.dpi on platforms that shouldn't be using Xft settings"David Edmundson2020-01-201-11/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-2/+12
|\|
| * Parse Xft.dpi with fractionAllan Sandfeld Jensen2019-12-171-2/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+11
|\|
| * Do not read Xft.dpi on platforms that shouldn't be using Xft settingsAllan Sandfeld Jensen2019-12-051-0/+11
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-5/+5
|/
* 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
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-5/+15
| |\
* | | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-231-4/+0
* | | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-13/+0
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-5/+15
|\ \ \ | | |/ | |/|
| * | Use Xft DPI as basis for HiDPI scalingAllan Sandfeld Jensen2019-06-191-5/+15
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
| |/ |/|
* | XCB plugin: replace deprecated QList::swap()Christian Ehrlicher2018-12-171-1/+1
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-7/+0
|\
| * xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-291-7/+0
* | xcb: use 128 as a reference DPI for small screensMathieu Velten2018-10-171-1/+5
* | xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-171-10/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-90/+96
|\|
| * xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-091-90/+96
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-6/+1
|\|
| * Revert "xcb: round down the scale factor for values < 0.8"Mitch Curtis2018-06-091-6/+1
* | xcb: move XSync extensions initialization to QXcbConnectionGatis Paeglis2018-06-281-6/+0
|/
* xcb: round down the scale factor for values < 0.8Mathieu Velten2018-05-021-1/+6
* Fix QXcbScreen::format() when rgb-swap is neededAllan Sandfeld Jensen2018-03-011-1/+3
* XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-241-10/+2
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-12/+23
|\
| * xcb: verify if xrandr present before using xcb_randr* APIsGatis Paeglis2017-12-071-12/+23
* | xcb: Unify visual to QImage::Format logicAllan Sandfeld Jensen2017-10-071-1/+3
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* xcb: cleanup leftovers in QXcbScreen::updateGeometryGatis Paeglis2017-08-081-6/+5
* Change EDID parsing qCWarnings to qCDebugsLaszlo Agocs2017-08-031-1/+1
* xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-021-0/+25
* Clean-up in QXcbScreen::getOutputProperty()Gatis Paeglis2017-06-281-6/+3
* Fix sporadic crash in QXcbScreen::getOutputProperty()Edward Welbourne2017-06-281-1/+1
* xcb: Decode EDID blobPier Luigi Fiorini2017-05-041-0/+62
* xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-1/+1
* xcb: Optimize QXcb{Screen,VirtualDesktop} for multi-monitor setupAlexander Volkov2017-03-021-220/+231
* xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-81/+38
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-59/+60
|\