aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
* Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
* Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
* Tidy up Context2D transform-related documentation.Mitch Curtis2013-06-251-20/+31
* Fix some Canvas/Context2D documentation issues.Mitch Curtis2013-06-211-32/+53
* Our Context2D::clearRect implementation was a bit clumsyGunnar Sletta2013-06-131-5/+2
* Don't show a negative size canvas.Gunnar Sletta2013-06-131-1/+1
* Fix resizing canvas with renderStrategy == CooperativeGunnar Sletta2013-06-131-2/+4
* support url type qml property as a source for Context2D::drawImage()Tasuku Suzuki2013-06-101-0/+3
* doc fixAlan Alpert2013-06-061-1/+1
* Doc: Fix some broken linksSze Howe Koh2013-05-201-1/+1
* Make Canvas respect smooth: true/falseGunnar Sletta2013-05-151-0/+1
* Fix assertion in qt_create_image_data().Mitch Curtis2013-05-101-1/+1
* Made Canvas blur better match the one in HTML 5 Canvas.Samuel Rødal2013-05-032-34/+70
* Fixed wrong rendering offset / clipping with shadowBlur in Canvas.Samuel Rødal2013-05-031-74/+125
* Canvas: Do not apply transform to text twiceFrederik Gladhorn2013-05-031-1/+0
* Fixed segmentation fault when setting shadowBlur in Canvas element.Samuel Rødal2013-04-261-1/+1
* Mark the canvas texture dirty when we change it.Gunnar Sletta2013-04-261-0/+1
* Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
* Fixed crash in QQuickCanvasItem.Samuel Rødal2013-04-231-15/+14
* fix typo in warningGunnar Sletta2013-04-161-1/+1
* Replace deprecated V8 functionsPeter Varga2013-03-111-23/+23
* Android support: build fixesPaul Olav Tvete2013-03-051-1/+1
* Fix docs for Canvas.renderStrategy, the default is CooperativeGunnar Sletta2013-03-031-1/+1
* Change Canvas to use Image and antialiasing by default.Gunnar Sletta2013-02-261-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-2/+2
|\
| * Remove use of QPainter::HighQualityAntialiasing. It has no effect.Gunnar Sletta2013-02-121-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-071-1/+1
|\|
| * Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-1/+1
* | 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