summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Long live QColorConstants!Marc Mutz2019-08-255-16/+935
| * | | | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-0/+4
| * | | | Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-239-65/+232
| * | | | Android: Update clang mkspecsBogDan Vatra2019-08-221-4/+0
| * | | | Simplify QBezier::split()Marc Mutz2019-08-221-23/+13
| * | | | QBezier: replace out parameters by return-by-value in split()Marc Mutz2019-08-223-24/+24
| * | | | QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-223-18/+8
| * | | | wasm: Add saveFileContent()Morten Johan Sørvig2019-08-202-0/+39
| * | | | Clean up the docs of qevent.cppSona Kurazyan2019-08-201-50/+2
| * | | | QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-196-29/+130
* | | | | Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-232-1/+22
* | | | | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-235-31/+74
* | | | | Deprecate QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2019-08-231-6/+23
* | | | | Update QT_SCREEN_SCALE_FACTORSFriedemann Kleint2019-08-232-17/+46
* | | | | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-235-6/+19
* | | | | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-234-24/+254
* | | | | Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-233-15/+13
* | | | | QTextDocumentFragment: Fix deprecation warningFriedemann Kleint2019-08-211-1/+1
|/ / / /
* | | | Fix build without features.dlopenTasuku Suzuki2019-08-191-2/+2
* | | | rhi: d3d11: Rework swapchain effect handlingLaszlo Agocs2019-08-172-43/+75
* | | | rhi: metal: Avoid flicker due to writing an in-use Managed bufferLaszlo Agocs2019-08-171-3/+5
* | | | Add pkg-config library source to bcm_hostTasuku Suzuki2019-08-171-0/+1
* | | | QBezier: inline fromPoints()Marc Mutz2019-08-172-19/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-162-2/+3
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-152-2/+3
| |\| |
| | * | Include buildAbi() in the shader cache directory nameLaszlo Agocs2019-08-141-1/+2
| | * | Limit curve stroking threshold to reasonable rangeEirik Aavitsland2019-08-141-1/+1
* | | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-1/+0
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-151-1/+1
|\| | |
| * | | Fix crash in optimized solid fills on RGBA64PMAllan Sandfeld Jensen2019-08-141-1/+1
* | | | rhi: gl: also enable point sprites on non-ESLaszlo Agocs2019-08-141-2/+7
* | | | rhi: gl: Fix broken bgra textures on GLESLaszlo Agocs2019-08-141-3/+4
* | | | rhi: gl: remove useless npot checksLaszlo Agocs2019-08-143-49/+12
* | | | rhi: Avoid generating gl errors in ES 2.0 contextsLaszlo Agocs2019-08-142-5/+13
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-08-1316-68/+140
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-1316-68/+140
| |\| | |
| | * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-08-127-40/+91
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-127-40/+91
| | | |\| |
| | | | * | Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+2
| | | | * | Refactor lockedAlphaMapForGlyphLars Knoll2019-08-083-38/+45
| | | | * | Add attribution for AGLFNEskil Abrahamsen Blomfeldt2019-08-082-0/+43
| | | | * | Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-2/+1
| | * | | | doc: Fix QImage Format_RGBX64 documentationSamuel Gaist2019-08-111-1/+1
| | |/ / /
| | * | / Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-084-4/+11
| | |\| | | | | |/ | | |/|
| | | * eglfs: Fix raster windowsLaszlo Agocs2019-08-074-4/+11
| | * | Fix GCC 4.8 buildVille Voutilainen2019-08-052-3/+3
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-21/+35
| | |\|
| | | * macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-021-12/+0
| | | * Fix QPainter's ColorDodge and ColorBurn composition modesPavel Artsishevsky2019-08-021-6/+18
| | | * QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-011-3/+17