summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-104-133/+137
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-104-133/+137
| | |\|
| | | * QShaderGenerator: stop abusing from auto everywherePaul Lemire2019-04-094-133/+137
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-107-128/+54
|\| | |
| * | | Update precompiled headersAllan Sandfeld Jensen2019-04-091-24/+7
| |/ /
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-091-2/+4
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-091-2/+4
| | |\|
| | | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-2/+4
| | | |\
| | | | * Merge 5.12 into 5.12.3Kari Oikarinen2019-04-015-63/+57
| | | | |\
| | | | * | configure: add linker flags for xkbcommon* when pkg-config not presentGatis Paeglis2019-03-251-2/+4
| * | | | | Be more precise in calculating start point of fast scalingAllan Sandfeld Jensen2019-04-081-89/+30
| |/ / / /
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-064-13/+13
| |\| | |
| | * | | Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
| | * | | Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
| | * | | png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
| | * | | Remove noisy warning for undefined QGradient presetEirik Aavitsland2019-04-051-3/+1
* | | | | QtGui: Use member initialization for QWindowPrivate, QScreenPrivateFriedemann Kleint2019-04-092-72/+31
* | | | | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-099-401/+756
* | | | | Revert "Fix font matching of typographic families on Windows"Eskil Abrahamsen Blomfeldt2019-04-093-20/+0
* | | | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-067-11/+11
* | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-061-2/+4
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-2/+4
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+4
| | |\| | |
| | | * | | Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
| | | * | | Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
* | | | | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-0566-412/+412
|/ / / / /
* | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0430-228/+328
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-0/+23
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-0/+23
| | |\| | |
| | | * | | Add a clarification about "characters" to QTextCursor docsEskil Abrahamsen Blomfeldt2019-04-021-0/+23
| * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-034-13/+41
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-024-13/+41
| | |\| | |
| | | * | | Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
| | | * | | Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+1
| | | * | | Fix assert/crash when creating QBrush with null QGradientEirik Aavitsland2019-04-011-4/+8
| | | | |/ | | | |/|
| | | * | Fix alpha blending regression with WA_StacksOnTop QOpenGLWidgetsLaszlo Agocs2019-03-301-0/+5
| * | | | Revert "Revert "Remove deprecated screen maintenance functions in QPlatformIn...Liang Qi2019-04-015-64/+13
| * | | | Implement support for WA_MacNoClickThroughAndy Shaw2019-04-011-0/+2
| * | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-317-52/+65
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-303-48/+37
| | |\| |
| | | * | Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-293-62/+51
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-264-4/+28
| | |\| |
| | | * | macOS: Don't scale advances to 0 when stretch is AnyStretchEskil Abrahamsen Blomfeldt2019-03-251-1/+1
| | | |/
| | | * Add explanatory comment to QWindowPrivate::resizeAutomaticFriedemann Kleint2019-03-221-0/+4
| | | * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
| | | * Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-212-3/+8
| * | | Revert "Remove deprecated screen maintenance functions in QPlatformIntegration"Liang Qi2019-03-295-13/+64
| * | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-264-15/+17
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Friedemann Kleint2019-03-2614-148/+151
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2614-148/+151
| | |\| |