summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-32/+20
* Document how to use CMake on Qt Core, Qt GUI's central pagesKai Koehne2019-05-073-21/+8
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-3/+5
* configure: skip Freetype/Fontconfig autodetection only on MSVCMassimo Callegari2019-05-031-2/+2
* Only generate temporaries when it makes sensePaul Lemire2019-05-022-30/+208
* Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15
* Don't pass scope args to _exit trace pointsMilian Wolff2019-04-301-1/+1
* Fix QOpenGLDebugLogger crash on ANGLEAlvin Wong2019-04-271-1/+1
* Fix determination of OpenGL include paths on macOS, take 3Joerg Bornemann2019-04-272-12/+1
* Fix page breaking with large imagesLars Knoll2019-04-261-1/+4
* Fix aliased painting with non-uniform scalingEirik Aavitsland2019-04-251-1/+1
* Avoid hanging on painting dashed lines with non-finite coordinatesEirik Aavitsland2019-04-252-0/+5
* macOS: Clean up and deduplicate QMacCGContextTor Arne Vestbø2019-04-192-101/+93
* QOffscreenSurface: Suppress setting of a default geometry on the windowFriedemann Kleint2019-04-111-0/+8
* QShaderGenerator: don't generate temporary variables for global inputsPaul Lemire2019-04-101-2/+60
* QShaderGenerator: fix substitution for attributes on GL2/ES2Paul Lemire2019-04-104-2/+44
* QShaderGenerator: stop abusing from auto everywherePaul Lemire2019-04-094-133/+137
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-2/+4
|\
| * Merge 5.12 into 5.12.3Kari Oikarinen2019-04-015-63/+57
| |\