summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-11/+16
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-241-1/+1
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* Fix gui build without feature.highdpiscalingTasuku Suzuki2020-11-021-0/+2
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Avoid overflows in variantHash()Robert Loehning2020-10-081-2/+2
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-241-2/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-09-221-0/+2
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-09-101-0/+2
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-0/+2
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-242-24/+2
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-202-0/+57
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-121-1/+5
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-08-041-1/+3
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-311-5/+4
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-311-0/+2
* Fix buffer overflowRobert Loehning2020-07-311-1/+1
* Multiply instead of shiftingRobert Loehning2020-07-311-1/+1
* Avoid converting supersized QRectF to QRectAllan Sandfeld Jensen2020-06-251-3/+8
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-032-3/+15
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-06-021-1/+5
* Protect global variable g_pointIdMap with mutexesRainer Keller2020-05-262-0/+7
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-151-43/+49
* 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