summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | configure: add linker flags for xkbcommon* when pkg-config not presentGatis Paeglis2019-03-251-2/+4
* | | Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
* | | Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
* | | png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
* | | Remove noisy warning for undefined QGradient presetEirik Aavitsland2019-04-051-3/+1
* | | Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
* | | Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
* | | Add a clarification about "characters" to QTextCursor docsEskil Abrahamsen Blomfeldt2019-04-021-0/+23
* | | Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
* | | Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+1
* | | Fix assert/crash when creating QBrush with null QGradientEirik Aavitsland2019-04-011-4/+8
| |/ |/|
* | Fix alpha blending regression with WA_StacksOnTop QOpenGLWidgetsLaszlo Agocs2019-03-301-0/+5
* | Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-293-62/+51
* | macOS: Don't scale advances to 0 when stretch is AnyStretchEskil Abrahamsen Blomfeldt2019-03-251-1/+1
|/
* Add explanatory comment to QWindowPrivate::resizeAutomaticFriedemann Kleint2019-03-221-0/+4
* QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
* Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-212-3/+8
* Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
* Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-196-54/+90
* Replace LDEBUG with categorized logging in QTextDocumentLayout(Private)Shawn Rutledge2019-03-181-45/+36
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-153-2/+19
|\
| * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-203-12/+17
| |\
| * | Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-143-2/+19
* | | macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+2
* | | QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
* | | Fix generation of the Qt5::GLESv2 target on ARMAleix Pol2019-03-051-5/+18
* | | Don't split bezier curves that are already just a lineAllan Sandfeld Jensen2019-03-051-2/+3
* | | Prefer BGRA uploading to swizzlingAllan Sandfeld Jensen2019-03-021-18/+13
* | | Fix determination of OpenGL include paths on macOS, take 2Joerg Bornemann2019-02-272-1/+12
* | | QSyntaxHighlighter: Fix crash when parent is a nullptrDominik Haumann2019-02-271-1/+1
* | | Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-262-2/+19
* | | Fix assert when drawing lines with extreme coordinatesEirik Aavitsland2019-02-251-3/+1
| |/ |/|
* | Turn bcm_host library into makeSpec sourceJoerg Bornemann2019-02-141-1/+2
* | QBackingStore: Make QPlatformBackingStore creation lazyTor Arne Vestbø2019-02-131-10/+13