summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Parse PNG cHRM chunksAllan Sandfeld Jensen2019-07-191-6/+20
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-1/+1
| |\
| | * Tie QPlatformOpenGLContext to its QOpenGLContext before initializingTor Arne Vestbø2019-07-171-1/+1
* | | Fix loading of image files with wrong, but known, file name extensionEirik Aavitsland2019-07-181-2/+25
* | | Disable experimental xcb native painting config option by defaultEirik Aavitsland2019-07-181-0/+1
* | | QMovie: move-enable QFrameInfoMarc Mutz2019-07-181-8/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-1710-17/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-1210-17/+61
| |\|
| | * 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
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-132-0/+3
* | | ABI fixups for QColorSpaceAllan Sandfeld Jensen2019-07-122-4/+15
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-123-182/+71
* | | QColorTransform: make fit for releaseMarc Mutz2019-07-125-31/+42
* | | Remove QColorTransform::isNullAllan Sandfeld Jensen2019-07-121-2/+0
* | | QPdfEngine: replace a QHash with a C arrayMarc Mutz2019-07-122-6/+8
* | | QPdfWriter: replace a QHash with a static_castMarc Mutz2019-07-123-7/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | | Revert "QDistanceField: add missing copy assignment operator"Marc Mutz2019-07-112-4/+0
* | | Fix build without feature.temporaryfileTasuku Suzuki2019-07-111-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-1/+1
|\| |
| * | QTextObject: One more 0 to nullptr conversionAndre Hartmann2019-07-081-1/+1
* | | Add mouseDoubleClickDistance and touchDoubleTapDistance to QStyleHintsShawn Rutledge2019-07-082-0/+48
* | | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-065-11/+9
* | | Fix build without features.itemmodelTasuku Suzuki2019-07-062-1/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-1/+10
|\| |
| * | Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-1/+10
* | | Fix build without feature.xmlstreamreaderTasuku Suzuki2019-07-052-34/+45
* | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-032-0/+4
* | | Fix a warning treated as error - 'importDevice not used'Timur Pocheptsov2019-07-031-0/+1
* | | QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-033-4/+13
* | | RHI/D3D11: Remove hard dependency on D3DCompiler libraryFriedemann Kleint2019-07-022-2/+21
* | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-022-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-015-52/+56
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-015-52/+56
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-5/+9
| | |\|
| | | * Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-284-47/+47
| | |\|
| | | * 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
* | | | rhi: d3d: Fix resource binding mismatch with multiple passesLaszlo Agocs2019-07-012-0/+7
* | | | rhi: Improve base vertex/instance supportLaszlo Agocs2019-07-017-25/+90
* | | | rhi: gl: Add support for instanced drawingLaszlo Agocs2019-07-012-16/+45
* | | | rhi: gl: Adjust texture and renderbuffer sizes automaticallyLaszlo Agocs2019-07-012-18/+47
* | | | rhi: gl: Make fb attachment logic ES 2.0 and WebGL compatibleLaszlo Agocs2019-07-012-19/+68