summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix QShaderGenerator ES 3+ version declarationPaul Lemire2020-03-091-1/+1
* QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-281-6/+3
* QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-211-0/+47
* QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-211-28/+39
* Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-201-3/+39
* QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-181-5/+12
* Use QPointer for QWindow pointers in QGuiApplicationMorten Johan Sørvig2020-01-142-6/+6
* QKeySequence: Add missing names for multimedia keysAlexander Volkov2020-01-131-0/+6
* Add QQuickMultiPointTouchArea as a friend of QTouchEventShawn Rutledge2019-09-251-0/+1
* Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-253-1/+6
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-8/+7
|\
| * Fix crash when text contains too many directional charsRainer Keller2019-08-301-8/+7
* | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-3/+7
* | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* | Add Third-Party code in qregion.cpp to qt_attribution.json fileKai Koehne2019-08-283-54/+58
* | Don't defer platform backingstore creation if we already have a platform windowTor Arne Vestbø2019-08-241-0/+5
* | Use qsizetype for qt_memfill functionsThiago Macieira2019-08-248-29/+32
* | QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
|/
* Avoid double QCache lookup in QOpenGLProgramBinaryCacheLaszlo Agocs2019-08-221-3/+1
* Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
* Guard with a mutex in QOpenGLProgramBinaryCache where neededLaszlo Agocs2019-08-172-0/+4
* QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-155-1/+260
* 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
* 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
* eglfs: Fix raster windowsLaszlo Agocs2019-08-074-4/+11
* 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
* 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
* Protect against integer overflow in painting transformed imagesAllan Sandfeld Jensen2019-07-191-5/+22
* Tie QPlatformOpenGLContext to its QOpenGLContext before initializingTor Arne Vestbø2019-07-171-1/+1
* QPixmapCache: guard against usage from non-main threadsEirik Aavitsland2019-07-101-0/+33
* Doc: Fix incorrect enum value referenced in QImageReader::transformation()Topi Reinio2019-07-081-1/+1
* Support pen color in QOpenGLTextureGlyphCacheEskil Abrahamsen Blomfeldt2019-07-052-3/+3
* Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-056-13/+24
* Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
* Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
* Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
* QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-192-45/+42
* Fix GCC 9's warning about deprecated violation of Rule of 5Thiago Macieira2019-06-232-6/+0
* Release program when returning from QOpenGLTextureBlitter::create()Laszlo Agocs2019-06-191-0/+3
* High DPI: Fix crash in QWindow::mapFromGlobal()Friedemann Kleint2019-06-191-1/+1
* Add accessibility notification roleFrederik Gladhorn2019-06-122-0/+2
* QVector3D: fix documentation spelling errorRichard Moe Gustavsen2019-06-191-1/+1
* QHighDpi: Replace fromNative()/toNative() with scale()Morten Johan Sørvig2019-05-141-209/+55