aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-023-2/+3
* Doc: Canvas doc review.Martin Jones2011-11-211-89/+75
* Optimization for context2d paintingCharles Yin2011-11-173-13/+12
* Fix memory leaks&uninitialized members in QQuickContext2D&QQuickContext2DTextureCharles Yin2011-11-143-0/+26
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-0/+1
* Fix decimal point bug in Context2D color parsingKent Hansen2011-10-241-1/+5
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-2113-449/+449
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-192-3/+2
* Fix coding style issuesKent Hansen2011-10-171-3/+3
* Clean up declarative includesKent Hansen2011-10-179-23/+21
* fix crash bug when unloading canvasCharles Yin2011-10-123-5/+2
* fix several canvasitem bugsCharles Yin2011-10-125-10/+32
* fix canvas bugCharles Yin2011-10-112-14/+7
* fix doc errorsCharles Yin2011-10-102-36/+36
* enable multisampling when paint on FBO with smooth = trueCharles Yin2011-10-102-13/+46
* add canvas drawImage unit testsCharles Yin2011-10-061-11/+29
* Add more unit tests for qsgcanvasitem and fix unstable testsCharles Yin2011-10-065-223/+394
* Declarative: Compile fix for Windows.Friedemann Kleint2011-10-021-1/+7
* Declarative: Fix ASCII conversion warnings.Friedemann Kleint2011-09-301-14/+14
* tests for canvas and a few bug fixesCharles Yin2011-09-3010-287/+367
* Declarative: Compile on Windows.Friedemann Kleint2011-09-293-12/+12
* Build with qt-in-namespaceKent Hansen2011-09-281-0/+3
* rename threadRendering to renderInThreadCharles Yin2011-09-162-22/+32
* update canvas item documentationsCharles Yin2011-09-163-126/+569
* fix context2d composition bug, lighter should map to qt ligten composite modeCharles Yin2011-09-161-3/+3
* fix broken canvas blur after merging refactor branchCharles Yin2011-09-163-137/+82
* Fix missing/outdated license headers.Jason McDonald2011-09-161-0/+41
* fix declarative to work after broken refactorGunnar Sletta2011-09-136-38/+61
* Merge branch 'refactor'Gunnar Sletta2011-09-131-1/+26
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121-583/+4
| |\
| * | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-7/+4
| * | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-313-2/+4
| * | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-1/+1
| * | Merge branch 'master' into refactorGunnar Sletta2011-08-112-6/+6
| |\ \
| * | | Build against refactor.Samuel Rødal2011-07-291-3/+3
* | | | canvas item refactorsCharles Yin2011-09-1214-2847/+4381
| |_|/ |/| |
* | | Add new path functionality.Michael Brasser2011-09-081-584/+3
| |/ |/|
* | Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-292-6/+6
|/
* fix canvas arc drawing bugCharles Yin2011-07-271-4/+4
* put all context2d code into context2d directoryCharles Yin2011-07-276-0/+5060