summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/nativepainting
Commit message (Expand)AuthorAgeFilesLines
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-021-9/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-1614-532/+28
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-1/+3
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-141-1/+1
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-251-5/+7
* Remove the qmake project filesJoerg Bornemann2021-01-071-23/+0
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-7/+1
* Move QPolygonClipper to XCB native paintingAllan Sandfeld Jensen2020-10-293-1/+318
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-9/+9
* Remove dead codeVolker Hilsheimer2020-09-151-16/+0
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-067-18/+18
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-2/+6
|\
| * Deprecation warnings: replace qrand with QRandomGeneratorVolker Hilsheimer2020-03-232-2/+6
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-202-5/+5
|/
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
* Compile with Qt 6Lars Knoll2019-05-021-1/+1
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-044-4/+36
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-0/+7
| |\
| | * Fix aliased font rendering in native xcb modeEirik Aavitsland2019-03-211-0/+7
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-214-4/+29
| |\|
| | * X11PaintEngine: Don't use system clip for non-system paintingEskil Abrahamsen Blomfeldt2019-03-204-4/+29
* | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-1/+1
|/ /
* | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+4
|\
| * Only use a translucent background if there is support for alphaAndy Shaw2018-10-121-2/+4
* | Pass parameters by const-referenceJesus Fernandez2018-08-061-2/+6
|/
* XCB/Xlib: make sure we don't get problems for sys headers using registerThiago Macieira2018-07-112-0/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-1113-182/+260
|\
| * Fix license headersJani Heikkinen2018-01-1113-182/+260
* | platform plugins: port away from QRegion::rects()Marc Mutz2017-12-061-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-6/+6
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-35/+35
|/
* Support all QImage formats in native pixmap conversionEirik Aavitsland2017-08-031-2/+5
* Fix deprecation warningsAllan Sandfeld Jensen2017-07-111-2/+2
* QTesselator: disable for-loop analysis on ClangShawn Rutledge2017-06-021-0/+3
* xcb: don't use C-style cast in qxcbnativepainting.cppGatis Paeglis2017-06-021-1/+1
* Fix resource leakJesus Fernandez2017-04-271-0/+1
* QPixmap/X11: fix compilation with C++17Marc Mutz2017-04-221-1/+1
* xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-2114-0/+8411