summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Clear the QQuickWindow background before renderingMiikka Heikkinen2019-08-192-5/+0
* Fix Easing animationMahmoud Badri2019-08-197-380/+193
* Check for datainput validity at setValueJanne Kangas2019-08-191-3/+7
* remove the old bezier equation solversMahmoud Badri2019-08-166-300/+1
* Lazy load subpresentationsAntti Määttä2019-08-1513-150/+316
* Do not build glyphs needlesslyJanne Kangas2019-08-153-10/+5
* Fix bezier curve equationMahmoud Badri2019-08-151-137/+123
* Fix caching of effect imagesAntti Määttä2019-08-151-2/+2
* Discard datainput set value if it is the same as the last committed valueJanne Kangas2019-08-155-24/+55
* Fix custom shader textures that don't specify default valueMiikka Heikkinen2019-08-151-5/+2
* Fix Float4 useJere Tuliniemi2019-08-151-0/+9
* Adapt distance field cache to 5.14Laszlo Agocs2019-08-142-0/+12
* Fix datainput value setter for Q3DSPresentationJanne Kangas2019-08-144-2/+12
* Don't share surface between async init contextsMiikka Heikkinen2019-08-144-9/+29
* Fix multiple activation issuesJere Tuliniemi2019-08-134-8/+57
* Batch setDataInputValue calls also on C++ sideJanne Kangas2019-08-137-26/+41
* Make runtime initialization optionally not block QMLMiikka Heikkinen2019-08-1322-111/+453
* Change Float4 to use QVector4DJere Tuliniemi2019-08-132-3/+4
* Use reloadable textures with dynamic objectsAntti Määttä2019-08-1221-197/+325
* Batch datainput value changes per-frame for QML contextJanne Kangas2019-08-098-3/+61
* Add support for Float3 and Float4 property typesJere Tuliniemi2019-08-093-6/+13
* Fix build on musl libcSamuli Piippo2019-08-091-1/+1
* Clean up android buildTomi Korpipaa2019-08-0816-10241/+0
* Fix distance field text bounding box calculationsKaj Grönholm2019-08-071-5/+7
* Initialize runtime after first Quick frame has been shownMiikka Heikkinen2019-08-072-4/+30
* Fix format-security issuesSamuli Piippo2019-08-062-6/+6
* Font rendering fixesMiikka Heikkinen2019-08-065-52/+84
* Ignore sourcepath when subpresentation is setKaj Grönholm2019-08-061-1/+3
* Revert a bezier equation fixMahmoud Badri2019-08-011-10/+1
* Add custom shader recompilation support to the runtimeJere Tuliniemi2019-08-014-1/+62
* Support changing property animation type and curve editorMahmoud Badri2019-08-018-133/+237
* Simplify the 2 methods that gets the animation arityMahmoud Badri2019-07-033-57/+54
* Fix grouping in "Set datainput controller" menu, runtime partMiikka Heikkinen2019-06-283-8/+16
* Fix custom shader properties not animating2.4Antti Määttä2019-06-281-34/+62
* Fix crash in format discoveryAntti Määttä2019-06-281-9/+9
* Fix simpleqml exampleAntti Määttä2019-06-285-9/+24
* Fix progressive antialiasingAntti Määttä2019-06-288-30/+56
* Fix setting subpresentations via setAttributeMiikka Heikkinen2019-06-281-10/+25
* Fix link to third-party licensesMats Honkamaa2019-06-271-1/+2
* Add plugins.qmltypes filePasi Keränen2019-06-271-0/+438
* Fix broken link in html sidebarMats Honkamaa2019-06-261-1/+1
* Add Vector4 support to QML engine data input initializationv2.4.0Jari Karppinen2019-06-251-0/+44
* Add documentation for presentation signalsMats Honkamaa2019-06-251-7/+52
* Add Q3DSStudio3D::viewerSettings() documentationMats Honkamaa2019-06-251-1/+4
* Remove obsolete commentMats Honkamaa2019-06-251-2/+0
* Add runtime build instructions to docsMats Honkamaa2019-06-2417-0/+360
* Fix memory leak when adding data inputs to dynamic elementsv2.4.0-rcMiikka Heikkinen2019-06-241-36/+43
* Doc: Update OpenGL runtime project nameTopi Reinio2019-06-215-26/+24
* Premultiply clear color before clearAntti Määttä2019-06-203-5/+36
* Add matteEnabled to viewer settingsAntti Määttä2019-06-2012-7/+85