aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-1/+7
|\
| * Fix EllipseShape for Affectors in QtQuick.ParticleDaniel Oberländer2014-06-121-1/+7
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-0/+1
|\|
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-0/+1
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-1/+1
|/
* Follow QOpenGLContext API renamingLaszlo Agocs2014-04-252-8/+8
* Initialize variables in QQuickItemParticleGunnar Sletta2014-04-041-1/+1
* Dynamic GL in QuickLaszlo Agocs2014-03-182-42/+43
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-184-11/+16
* Optimize QQuickItemParticle::prepareNextFrame().Volker Krause2014-02-201-3/+4
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Fix some typos in documentation.Jeff Tranter2014-01-092-2/+2
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
* remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-191-17/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Don't store the QSGNode pointerAlan Alpert2013-11-222-24/+24
* Remove version definition from custom particle shaders for OpenGL ES.Maciej Kujalowicz2013-11-151-0/+6
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1312-26/+315
* Simplify & speed up function callingLars Knoll2013-11-091-11/+11
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-051-0/+7
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-319-244/+308
* Load image data on main threadAlan Alpert2013-10-302-25/+34
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-0/+6
* Make sure custom particles mark themselves dirty.Gunnar Sletta2013-10-291-1/+4
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-11/+11
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-0225-157/+157
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-15/+20
* Fix API of QQmlV4HandleLars Knoll2013-09-264-10/+10
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+6
* Convert putIndexed()Lars Knoll2013-09-223-3/+6
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Further work towards an exact GCLars Knoll2013-09-221-14/+24
* Convert more methods to return a Returned<>Lars Knoll2013-09-183-9/+12
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1226-130/+130
* Qquickimageparticle: Simplify codeTobias Hunger2013-09-121-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-0617-159/+178
|\
| * std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-264-12/+12
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-248-13/+58
| |\
| * | Convert v8::Array usage in particles to V4Simon Hausmann2013-06-123-12/+21
| * | Port ParticleData to V4Simon Hausmann2013-06-125-103/+118
| * | Don't include v8.h from qv8engine_p.h anymoreLars Knoll2013-06-101-0/+2
| * | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
| * | Get rid of v8::NumberLars Knoll2013-05-211-3/+3
| * | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-086-12/+12