summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Move QOpenGLTextureBlitter from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-043-778/+0
* Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-042-0/+27
* Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-033-411/+46
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-01-2826-29/+172
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-2826-29/+172
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-283-2/+54
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-283-2/+54
| | | |\
| | | | * Doc: Update the stylesheet reference for widgets and richtextVenugopal Shivashankar2020-01-271-1/+42
| | | | * Allow benign errors when writing PNGsAllan Sandfeld Jensen2020-01-231-1/+4
| | | | * macOS: Remove doc references to the Carbon frameworkTor Arne Vestbø2020-01-221-2/+2
| | | | * Doc: Add the line-height CSS property to the listVenugopal Shivashankar2020-01-211-0/+8
| | * | | Deprecate all methods that use QMatrixJarek Kobus2020-01-2823-27/+118
| | |/ /
* | / / QOpenGLContext: use extraFunctions instead of versioned functionsJohan Klokkhammer Helsing2020-01-281-19/+3
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2846-144/+262
|\| |
| * | Doc: Clarify usage of Qt::ReturnByValue in QCursorSze Howe Koh2020-01-271-4/+4
| * | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-272-5/+5
| * | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-267-10/+10
| * | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+15
| * | QCursor: Allow bitmap() and mask() to return by-valueSze Howe Koh2020-01-262-3/+88
| * | Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-253-0/+12
| * | Fix some qdoc-warningsFriedemann Kleint2020-01-243-3/+3
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-2331-111/+112
| * | Deprecate QFont::ForceIntegerMetrics and QFont::OpenGLCompatibleEskil Abrahamsen Blomfeldt2020-01-232-6/+8
| * | Introduce VK_KHR_display support for i.MX8 devicesLaszlo Agocs2020-01-221-7/+10
| * | Mark QApplication::globalStrut as deprecatedVolker Hilsheimer2020-01-221-1/+1
* | | Make QMatrix4x4::projectedRotate publicSimon Hausmann2020-01-241-4/+1
* | | Move QOpenGLTexture and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-248-7590/+0
* | | Handle wide images in raster engineAllan Sandfeld Jensen2020-01-221-4/+4
* | | Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-2222-8524/+0
* | | Remove QOpenGLTextureHelper dependency from QOpenGLContextJohan Klokkhammer Helsing2020-01-204-6/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-197-43/+44
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-187-43/+44
| |\|
| | * Doc: Update text that refers to deprecated member function width()Paul Wicking2020-01-171-33/+37
| | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-175-6/+3
| | * QColor: add casts to ushortGiuseppe D'Angelo2020-01-171-4/+4
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-01-172-11/+31
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-162-11/+31
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-152-11/+31
| | |\|
| | | * doc: explain QWheelEvent::angleDelta() more thoroughlyShawn Rutledge2020-01-131-9/+19
| | | * Remove empty block at beginning of imported markdownRainer Keller2020-01-131-2/+12
* | | | QPalette: fix function swap and move operatorVitaly Fanaskov2020-01-171-1/+2
|/ / /
* | | Move QOpenGLWindow from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-153-809/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1511-80/+642
|\| |
| * | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-52/+76
| * | Move away from CBOR in QShaderDescription serializationLaszlo Agocs2020-01-135-5/+251
| * | rhi: gl: vulkan: Generate barriers between dispatches in a compute passLaszlo Agocs2020-01-134-18/+291
| * | rhi: gl: Do not issue glMemoryBarrier when compute is not supportedLaszlo Agocs2020-01-131-2/+3
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-3/+21
| |\|
| | * Windows QPA: Update documentation on command line optionsFriedemann Kleint2020-01-101-3/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1314-115/+90
|\| |