summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+5
* MinGW: Fix debug only angle buildsKai Koehne2020-04-091-4/+5
* Wasm: don’t deadlock on parallel image conversionsMorten Johan Sørvig2020-04-051-3/+8
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-033-3/+3
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-035-6/+6
* QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-2/+7
* Fix 1 pixel wide imagesAllan Sandfeld Jensen2020-03-301-1/+1
* Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-302-26/+20
* Raster painting: fix dashing for separate linesEirik Aavitsland2020-03-271-2/+5
* Doc: Mark gamma-related functions deprecated in QImageReader/WriterTopi Reinio2020-03-262-9/+14
* Doc: Don't mention deprecated functions in QTabletEvent overviewTopi Reinio2020-03-261-8/+8
* Call post routines from ~QGuiApplicationMichal Klocek2020-03-251-0/+3
* Fix memory leakGiulio Camuffo2020-03-251-0/+3
* Extend tiled optimization in 64-bit painting to 64-bit sourcesAllan Sandfeld Jensen2020-03-241-4/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-4/+4
|\
| * Doc: fix copy paste errors in border-*-style documentationJoni Poikelin2020-03-211-4/+4
* | rhi: gles2: fix uniform gathering after struct-type member in UBOsJean-Michaël Celerier2020-03-231-3/+4
* | Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-201-1/+1
* | Add SSE2 optimized solid source compositionAllan Sandfeld Jensen2020-03-202-0/+35
* | rhi: gl: Reduce state changesLaszlo Agocs2020-03-202-74/+278
* | QDrawHelper cleanupsAllan Sandfeld Jensen2020-03-193-10/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-2/+6
|\|
| * Fix double scaling of SVG icons on high DPI screensTor Arne Vestbø2020-03-131-2/+6
* | wasm: remove uneeded platform plugins from buildLorn Potter2020-03-161-1/+1
* | Doc: Remove \contentspage commandsTopi Reinio2020-03-152-9/+0
* | Update UCD to Revision 26Edward Welbourne2020-03-141-0/+6
* | qpa: Return accepted state from mouse, touch and wheel handlersLorn Potter2020-03-132-77/+79
* | Fix range-loop implicit copy warningMorten Johan Sørvig2020-03-131-1/+1
* | Hide default-invisible characters when shaping is disabledEskil Abrahamsen Blomfeldt2020-03-131-25/+46
* | Make vulkan-flavored GLSL known to QShaderFormatJean-Michaël Celerier2020-03-132-2/+4
* | macOS: Streamline QIcon to NSImage conversionTor Arne Vestbø2020-03-122-17/+33
* | macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-122-15/+34
* | Fix multi-threaded shrinking conversionAllan Sandfeld Jensen2020-03-111-1/+13
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-112-13/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-13/+17
| |\|
| | * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
| | * Add the include for QPointer to avoid MSVC compilation errorShawn Rutledge2020-03-031-0/+1
* | | Replace initialization of sparse table of converts with settersAllan Sandfeld Jensen2020-03-111-1105/+230
|/ /
* | QVulkanWindow: Fix setQueueCreateInfoModifier signatureLaszlo Agocs2020-03-102-2/+2
* | rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124
* | Multithread some QImage routinesAllan Sandfeld Jensen2020-03-096-519/+996
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-065-10/+15
* | rhi: vulkan: Silence useless desc.set validation warningsLaszlo Agocs2020-03-061-0/+9
* | rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-059-168/+290
* | Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-041-2/+1
* | QVulkanWindow: Remove queueCreateInfoModifier getterLaszlo Agocs2020-03-032-14/+0
* | rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-034-0/+32
* | Add since 5.15 to new QVulkanInstance functionLaszlo Agocs2020-03-031-0/+2
* | rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-035-23/+29
* | rhi: Include an arrayDims vector in InOutVariable tooLaszlo Agocs2020-03-032-1/+23