aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0410-7/+55
|\
| * doc: Add font.hintingPreference to font type documentationEskil Abrahamsen Blomfeldt2017-06-301-0/+14
| * Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
| * Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
| * Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-167-2/+29
* | doc: Use correct class in docs for font.kerningEskil Abrahamsen Blomfeldt2017-07-042-2/+2
* | Suppress warning about QSignalMapper being deprecatedThiago Macieira2017-07-031-0/+3
* | Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-307-0/+59
* | Support external textures (samplerExternalOES) in ShaderEffectYevhen Kyriukha2017-06-233-16/+29
* | QQuickImplicitSizeItem: don't redefine implicit size change signalsMitch Curtis2017-06-213-31/+6
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-1922-30/+365
|\ \
| * | Path and PathMove doc fixesLaszlo Agocs2017-06-191-12/+10
| * | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-0824-138/+260
| |\ \
| * | | Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-073-1/+7
| * | | Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-021-8/+8
| * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-31112-77/+399
| |\ \ \
| * | | | Move PathItem to qt.labsLaszlo Agocs2017-04-2517-6316/+8
| * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-2542-335/+330
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-0352-344/+532
| |\ \ \ \ \
| * | | | | | PathItem: add some docs for the JS APILaszlo Agocs2017-03-301-0/+211
| * | | | | | PathItem/generic: Fix spread modes in gradient materialLaszlo Agocs2017-03-301-0/+4
| * | | | | | Add a PathItem autotest for the declarative APILaszlo Agocs2017-03-302-1/+21
| * | | | | | PathItem docs for the declarative APILaszlo Agocs2017-03-305-17/+447
| * | | | | | Fix async PathItem results not always showing upLaszlo Agocs2017-03-281-0/+6
| * | | | | | Fix for disappearing VisualPath entries in generic PathItemLaszlo Agocs2017-03-171-5/+9
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-0164-298/+723
| |\ \ \ \ \ \
| * | | | | | | JS API for defining static paths and draw paramsLaszlo Agocs2017-01-279-89/+938
| * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-255-692/+623
| |\ \ \ \ \ \ \
| * | | | | | | | Destroy the async PathItem work pool properlyLaszlo Agocs2017-01-231-8/+14
| * | | | | | | | PathItem API cleanup: rename visualPaths to elementsLaszlo Agocs2017-01-232-4/+4
| * | | | | | | | Improve stencil clipping with NVPRLaszlo Agocs2017-01-233-29/+36
| * | | | | | | | Path generic PathItem work with both ushort and uint index typeLaszlo Agocs2017-01-232-30/+111
| * | | | | | | | Fix case when async PathItem goes down before finishLaszlo Agocs2017-01-232-0/+13
| * | | | | | | | Correct software PathItem bounding rectLaszlo Agocs2017-01-233-1/+13
| * | | | | | | | Separate fill and stroke geometry updates in generic PathItemLaszlo Agocs2017-01-232-81/+85
| * | | | | | | | Add PathItem.status to report async processing progressLaszlo Agocs2017-01-235-4/+78
| * | | | | | | | PathItem: add optional threaded triangulationLaszlo Agocs2017-01-239-60/+243
| * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-2374-503/+818
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Reduce state changes with NVPR-backed PathItemsLaszlo Agocs2017-01-131-12/+25
| * | | | | | | | | Clean up pathitem example grid viewLaszlo Agocs2017-01-131-0/+3
| * | | | | | | | | PathItem/NVPR: Remove unused member variableLaszlo Agocs2017-01-102-6/+1
| * | | | | | | | | Allow multiple paths in a PathItemLaszlo Agocs2017-01-1011-823/+1158
| * | | | | | | | | NVPR: Take X axis rotation into account for PathArcLaszlo Agocs2017-01-101-1/+1
| * | | | | | | | | Add X axis rotation property to PathArcLaszlo Agocs2017-01-105-2/+97
| * | | | | | | | | Fix negative stroke width for software PathItemLaszlo Agocs2017-01-102-3/+9
| * | | | | | | | | Stencil clipping for NVPRLaszlo Agocs2017-01-103-39/+270
| * | | | | | | | | Treat 0 as a valid strokeWidth valueLaszlo Agocs2016-12-234-4/+7
| * | | | | | | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-213-12/+18
| * | | | | | | | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-1929-18/+4068