summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLTexture::setBorderColor: Pass QColor by const &Albert Astals Cid2019-10-072-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-0610-37/+59
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0510-37/+59
| |\
| | * Fix build with QT_NO_CSSPARSER / -no-feature-cssparserNils Jeisecke2019-10-042-0/+30
| | * Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-045-16/+10
| | * Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-043-21/+19
* | | Get rid of QList forward declarationsLars Knoll2019-10-046-8/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-0414-205/+299
|\| |
| * | qhighdpiscaling: Add missing parameter to logicalDpi()Timo Aarnipuro2019-10-041-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0413-204/+298
| |\|
| | * QPainter: don't print deprecated warnings for HighQualityAntialiasingChristian Ehrlicher2019-10-032-0/+6
| | * Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-036-2/+20
| | * rhi: vulkan: Disable vkmemalloc's own synchronizationLaszlo Agocs2019-10-031-0/+3
| | * rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-039-200/+254
| | * Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-022-2/+15
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-0219-492/+759
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0116-451/+592
| |\|
| | * rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-304-32/+30
| | * Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-308-27/+58
| | * De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-307-190/+118
| | * Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-305-120/+271
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-5/+6
| | |\
| | | * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
| | | * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
| | * | Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-295-75/+89
| | * | rhi: gl: Remove fake uniform buffer offset alignment requirementLaszlo Agocs2019-09-281-1/+3
| | * | rhi: d3d11: Make tdr header privateLaszlo Agocs2019-09-282-2/+18
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-288-29/+80
| |\| |
| | * | rhi: gl: Fix not resetting color write bits when switching pipelineLaszlo Agocs2019-09-261-0/+1
| | * | Move cache key calculation to QOpenGLProgramBinaryCacheLaszlo Agocs2019-09-263-6/+12
| | * | rhi: metal: Eliminate redundant setCullMode and setFrontFaceWinding callsLaszlo Agocs2019-09-262-2/+18
| | * | rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-263-21/+49
| * | | QVulkanWindow: Allow to change queues to createFrank Richter2019-09-243-12/+87
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-247-96/+113
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-247-96/+113
| |\| |
| | * | Follow platform plugin change wrt layer sizeLaszlo Agocs2019-09-231-1/+4
| | * | Fix crash with gamma-corrected text blending disabledAllan Sandfeld Jensen2019-09-231-4/+10
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-1/+1
| | |\|
| | | * QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
| | * | Handle transparent pen color in fast text pathAllan Sandfeld Jensen2019-09-224-94/+101
| | * | Add QQuickMultiPointTouchArea as a friend of QTouchEventv5.14.0-alpha1Shawn Rutledge2019-09-221-0/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-2211-30/+93
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-212-11/+17
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-202-11/+17
| | |\|
| | | * Fix passing FREETYPE_LIBS and friends to configureJoerg Bornemann2019-09-181-10/+14
| | | * Fix qtConfLibrary_freetype's include pathsJoerg Bornemann2019-09-181-1/+1
| | | * QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-197-18/+53
| |\| |
| | * | Another load() -> loadRelaxed()Laszlo Agocs2019-09-181-1/+1
| | * | Add back QWheelEvent position() and globalPosition() docsShawn Rutledge2019-09-171-0/+24