summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | rhi: Enhance line width and point size supportLaszlo Agocs2019-07-017-9/+52
|/ / /
* | | Improve performance when loading application fontsEskil Abrahamsen Blomfeldt2019-06-281-13/+8
* | | Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-1/+1
* | | QImageWriter/XPM: Fix out of bounds string accessFriedemann Kleint2019-06-281-19/+11
* | | RHI: Fix deprecation warnings about QAtomicInteger::load()Friedemann Kleint2019-06-282-5/+5
* | | RHI: Fix compilation with MinGW developer buildsFriedemann Kleint2019-06-281-2/+3
* | | Optimize some atomic countersMarc Mutz2019-06-273-8/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-274-3/+35
|\| |
| * | Output all font families in HTML outputAllan Sandfeld Jensen2019-06-212-2/+32
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-253-6/+3
| |\|
| * | Fix crash in QPainterPath::reserve()Eirik Aavitsland2019-06-191-1/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-209-249/+120
| |\ \
| * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
* | | | rhi: d3d: gl: Remove incorrect exec.Cmd.Buf. assumptionLaszlo Agocs2019-06-212-4/+0
* | | | rhi: d3d11: Add compute and load/store res supportLaszlo Agocs2019-06-212-80/+450
* | | | rhi: metal: Reuse drawable after a frame without a presentLaszlo Agocs2019-06-181-2/+7
* | | | rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-1716-421/+1902
* | | | rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-1713-0/+49
* | | | rhi: Remove reserved and since from the shader classesLaszlo Agocs2019-06-173-5/+0
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-2512-255/+123
|\ \ \ \ | | |_|/ | |/| |
| * | | 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