aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-286-24/+0
* Complete rewrite of threaded render loop.Gunnar Sletta2013-01-182-5/+0
* Doc: correcting typo "the the"Nico Vertriest2013-01-141-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1012-12/+12
* Android also needs <ctype.h> for isspace() to be found.Samuel Rødal2012-09-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2312-288/+288
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-289-29/+53
* canvas-related doc fixesBea Lam2012-08-092-170/+179
* Fix various broken links in documentationBea Lam2012-08-032-17/+17
* Add missing types for canvas related propertiesBea Lam2012-08-021-4/+4
* Refactor context2d thread logicCharles Yin2012-07-317-289/+158
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-302-6/+8
* QQuickCanvas renamesAlan Alpert2012-07-173-23/+23
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-171-1/+1
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* Compile without RTTI supportEskil Abrahamsen Blomfeldt2012-07-041-2/+4
* Create new documentation structureChris Adams2012-06-211-0/+1
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-101-2/+2
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-062-2/+7
* Introduce QQuickCanvasPixmapCharles Yin2012-06-057-108/+271
* Fix canvas item drawImage bug with FBO render targetCharles Yin2012-06-051-0/+4
* Fix resizing of Canvas item that use FBO as renderTargets.Charles Yin2012-06-041-0/+5
* Enable threaded/immediate rendering for FBO(step 1)Charles Yin2012-05-313-6/+62
* Add missing unintialized member in QV8Context2DResourceCharles Yin2012-05-291-1/+1
* Remove unreachable code from qquickcontext2d.cppCharles Yin2012-05-291-3/+0
* Add Q_DISABLE_COPY to QQuickContext2DCharles Yin2012-05-291-0/+2
* Fix potential memory leaks in context2dCharles Yin2012-05-291-4/+12
* Doc: Sanitized QML typesNico Vertriest2012-05-242-9/+15
* doc fixCharles Yin2012-05-221-2/+2
* Remove unnecessary exportsMatthew Vogt2012-05-182-2/+2
* Using QStringLiteral or QLatin1String instead of QLatin1LiteralDebao Zhang2012-05-161-15/+15
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-102-22/+22
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Fix tile rendering bug for context2dCharles Yin2012-05-041-2/+3
* Add more warningsCharles Yin2012-05-041-2/+6
* Implement QQuickContext2DRenderThread class for threaded context2d renderingCharles Yin2012-05-042-0/+54
* Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d joinCharles Yin2012-05-041-1/+1
* Do not use deprecated APIOlivier Goffart2012-04-241-2/+2
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-232-1/+7
* Fix the conversion of a colour from a string.Thiago Macieira2012-04-031-1/+1
* Fix context2d transform issuesCharles Yin2012-03-303-273/+459
* Fix compilation on QNX.Tobias Koenig2012-03-201-0/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-132-94/+94
* Change the default renderTarget and renderStrategyCharles Yin2012-03-071-4/+4
* Repaint the canvas item properly when canvas resizedCharles Yin2012-03-072-13/+13
* Fix texture leaks in QQuickCanvasItemCharles Yin2012-03-071-2/+9
* Continue refactor of Canvas rendering.Justin McPherson2012-03-066-49/+49
* Use NPOT support if available.Justin McPherson2012-03-062-52/+43