summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/nativepainting
Commit message (Expand)AuthorAgeFilesLines
* 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