aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-181-1/+1
* Make sure we clean up GL resources before we delete the GL context.Gunnar Sletta2013-11-182-0/+4
* Doc: Fixed list of animation types.Jerome Pasion2013-11-181-10/+1
* Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta2013-11-182-0/+10
* Don't assert in QQuickItem::updateLars Knoll2013-11-181-1/+6
* Fix lockup in creator.Gunnar Sletta2013-11-151-2/+9
* Do not crash when one of group animation's children is nullJacek Całusiński2013-11-151-1/+2
* Deprecate logicalPixelDensityAlan Alpert2013-11-151-3/+10
* Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-152-34/+34
* Fix stacking order bug in the rendererGunnar Sletta2013-11-151-0/+7
* Don't dereference a null animationTemplateLars Knoll2013-11-141-1/+2
* Avoid deadlock in Qt CreatorGunnar Sletta2013-11-141-1/+15
* Improve internal debug statements.Gunnar Sletta2013-11-141-92/+79
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1357-39/+1230
* Fix boundingbox calculation of rotated items.Gunnar Sletta2013-11-122-8/+34
* Fix Canvas2d.createConicalGradientLars Knoll2013-11-121-1/+1
* Implement missing compare() function for Raised/Sunken textGunnar Sletta2013-11-112-0/+8
* Animate when only one out of several windows is exposed.Gunnar Sletta2013-11-111-3/+9
* moveOffset in QQuickPathView::modelUpdated uninitializedMarco Bubke2013-11-091-1/+1
* Fix assert with native text rendering.Gunnar Sletta2013-11-091-1/+3
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-092-5/+32
* Fallback to native font rendering for bitmap fonts.Yoann Lopes2013-11-091-1/+2
* Workaround for glyph upload bug with the Mali-400 GPU.Yoann Lopes2013-11-092-8/+50
* Make QQuickWindow::forcePolish() private.Morten Johan Sørvig2013-11-091-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-168/+168
* Fix crash in animation controller upon destructionSimon Hausmann2013-11-091-0/+2
* Fill recursive ShaderEffectSource with transparent when using alpha.Gunnar Sletta2013-11-072-2/+19
* Fix crash when invalidating QSGContext.Yoann Lopes2013-11-071-0/+1
* Refactored Animator internalsGunnar Sletta2013-11-067-187/+193
* Version pixelDensity consistentlyAlan Alpert2013-11-061-1/+1
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Fix QQuickText hover event handlingJ-P Nurmi2013-11-051-12/+13
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-2/+3
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-052-0/+14
* Add missing namespace wrappers for QQuickItemsModuleTor Arne Vestbø2013-11-051-0/+3
* Doc: Fix broken linksSze Howe Koh2013-11-0517-27/+26
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-053-1/+22
* Doc: Fix typosSze Howe Koh2013-11-052-2/+1
* Tolerate NaN in the geometry without assertingGunnar Sletta2013-11-041-0/+9
* Fix preedit text layoutRobin Burchell2013-11-041-2/+2
* Handle glyph runs with >65536 glyphsRobin Burchell2013-11-041-1/+6
* Doc: Add missing image to XmlListModel documentationTopi Reinio2013-11-041-0/+0
* QQuickWindowPrivate: implement clearFocusObjectRichard Moe Gustavsen2013-11-012-0/+6
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-011-1/+1
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-015-0/+27
* Fix rendering bug with batched translucent elements.Gunnar Sletta2013-11-012-0/+13
* Be consistent when checking for blocked subtrees.Gunnar Sletta2013-10-311-7/+2
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-3161-715/+1144
* Work around Nouveau driver bugsGunnar Sletta2013-10-303-7/+31