summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix raster paint error in path joins of tightly bending bezier curvesEirik Aavitsland2019-06-141-1/+1
* Raster paint engine: optimize rect clippingLars Knoll2019-06-112-33/+54
* Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-141-4/+6
* Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
* Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
* doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
* Work around crash where a destroyed window becomes focus_windowMorten Johan Sørvig2019-05-221-0/+6
* Guard against numerical overflow when processing QPainterPathsEirik Aavitsland2019-05-151-19/+38
* QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
* Write an anchor-type attribute when embedding images in an ODF documentAndrew den Exter2019-05-131-0/+1
* Avoid re-encoding embedded images when writing an ODF fileAndrew den Exter2019-05-131-19/+68
* QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
* QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
* QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
* QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
* Fix QRasterBuffer::scanLine miscalculation with big imagesJoni Poikelin2019-05-141-1/+1
* Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-134-4/+56
* Add unvectorized fallback in case FP exceptions are not maskedAllan Sandfeld Jensen2019-05-101-0/+18
* Fix possible endless loop when stroking curvesEirik Aavitsland2019-05-081-3/+3
* Fix swizzling when rendering QPainter on QOpenGLWidget with AngleDmitry Kazakov2019-05-071-13/+31
* Fix QTextEngine::shapeText casing of surrogate pairsJüri Valdmann2019-05-071-1/+2