summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* XCB: do not use reserved identifiersGiuseppe D'Angelo2023-02-071-8/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-021-1/+1
* xcb: set primary screen more correctlyLiang Qi2022-06-211-4/+16
* xcb: clear m_singlescreen before updateJiang Wu2022-06-211-0/+1
* xcb: fix missing initialization of m_cursorNils Jeisecke2022-06-211-6/+3
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-201-1/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* xcb: Remove unused codesJiDe Zhang2022-05-061-1/+0
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-2/+2
* xcb: get geometry correctly for rotation with RAndR 1.5Liang Qi2022-04-081-3/+0
* xcb: Correctly set physical size for screen with RandR 1.5Liang Qi2022-04-041-10/+29
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-121-3/+1
* xcb: remove confusing indirections for qt selection ownerGatis Paeglis2021-10-221-3/+3
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-141-1/+1
* qxcbscreen: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* xcb: convert last screen to fake when no screenLiang Qi2021-09-181-10/+27
* xcb: support xrandr(1.5) monitor setupLiang Qi2021-09-011-5/+115
* Read DPI from X Settings initially as wellIlya Fedin2021-04-201-7/+16
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-251-0/+34
* Adjust the format of code blocks in handleScreenChange functionLu Zhen2020-12-251-1/+1
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-131-4/+9
* 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