aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 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
| | * | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-197-3/+125
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-15102-693/+886
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2016-12-091-1/+6
| * | | | | | | | | | | | Add check in buffer creationJesus Fernandez2017-06-161-6/+9
| * | | | | | | | | | | | Move default renderer selection from build to run timeSami Nurmenniemi2017-06-161-4/+7
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1510-31/+125
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | Doc: add doc and snippet to model/view documentationNico Vertriest2017-06-132-16/+46
| | * | | | | | | | | | | Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-132-0/+59
| | * | | | | | | | | | | QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-12/+13
| | * | | | | | | | | | | Don't detach temporary containerSérgio Martins2017-06-071-2/+2
| | * | | | | | | | | | | Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+5
| * | | | | | | | | | | | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-143-7/+5
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-078-99/+140
| |\| | | | | | | | | |
| | * | | | | | | | | | QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-022-0/+2
| | * | | | | | | | | | Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
| | * | | | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-48/+54
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| | | * | | | | | | | | | Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
| | * | | | | | | | | | | Add sections and update purposes of featuresStephan Binner2017-05-301-14/+27
| | * | | | | | | | | | | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
| | * | | | | | | | | | | Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
| * | | | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-0613-49/+104
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0613-49/+104
| | |\| | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | | * | | | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-1/+15
| | | |\| | | | | | | | |
| | | | * | | | | | | | | Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| | | | * | | | | | | | | Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
| | | * | | | | | | | | | Make all loaders synchronous in qquickdesigner support caseTim Jenssen2017-05-161-0/+8