summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | RHI/Windows: Fix launching of MSVC binaries on Windows 7Friedemann Kleint2019-08-131-10/+35
|/ / /
* | | Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-125-8/+21
* | | doc: Fix text formatting in the CSS Properties tableShawn Rutledge2019-08-081-1/+1
* | | QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-084-60/+1269
* | | QTextDocumentLayout: Refactor pagination logic for bordersNils Jeisecke2019-08-081-12/+40
* | | QTextDocumentLayout: Fix regression in table column width calculationNils Jeisecke2019-08-071-0/+6
* | | rhi: Print the type of the resources in the leak checkLaszlo Agocs2019-08-071-2/+38
* | | Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-023-22/+107
* | | rhi: Add a note about size to newBuffer()Laszlo Agocs2019-08-022-4/+11
* | | rhi: gl: Add support for bool members in uniform blocksLaszlo Agocs2019-08-021-0/+12
* | | rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-026-19/+53
* | | Improve our color space terminologyAllan Sandfeld Jensen2019-08-025-77/+81
* | | Fix QColorTransform memory leakAllan Sandfeld Jensen2019-08-011-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-012-5/+6
|\| |
| * | Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-312-5/+6
* | | Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-312-9/+89
* | | Harden ICC parserAllan Sandfeld Jensen2019-07-311-52/+90
* | | QWheelEvent: use QT_DEPRECATED_VERSION_X_5_15Marc Mutz2019-07-311-16/+16
* | | rhi: gl: Add support for computeLaszlo Agocs2019-07-315-254/+832
* | | rhi: metal: Do not hold on to the drawable when not presentingLaszlo Agocs2019-07-312-4/+13
* | | rhi: vulkan: Fix glitches on resize on X11Laszlo Agocs2019-07-311-0/+4
* | | QPNGImageWriter: fix compilation with libpng 1.4Marc Mutz2019-07-291-3/+12
* | | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-3/+1
* | | QGradientCache: fix use of deprecated QHash::iterator::operator+Marc Mutz2019-07-281-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-274-4/+43
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-264-4/+43
| |\|
| | * Enable shader cache for ES2 when GL_OES_get_program_binary is presentMichael Brasser2019-07-253-3/+42
| | * Make the warning in QBackingStore::endPaint() a little more helpfulShawn Rutledge2019-07-221-1/+1
* | | Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-2/+22
* | | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-232-2/+4