aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* Clear up Canvas docs wrt the unsupported FBO render modeLaszlo Agocs2020-11-061-17/+2
* Do not assert with OpenGL in qquickcanvasitem testLaszlo Agocs2020-11-061-8/+5
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-1/+2
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-12/+8
* Fix compilation with newer qtbaseFabian Kosmale2020-08-061-2/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-4/+0
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-162-12/+12
* Remove FBO path from painternode/context2dPaul Olav Tvete2020-06-117-592/+5
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-091-2/+3
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-2/+4
* Update qtbase dependencyJonas Karlsson2020-06-051-3/+3
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-232-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-2/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-281-2/+3
| |\
| | * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-051-2/+3
* | | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-6/+0
|\| |
| * | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-6/+0
* | | Add major version to all Q_REVISIONsUlf Hermann2020-02-191-0/+1
* | | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-2/+2
* | | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-272-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-99/+138
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-122-99/+138
| |\
| | * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-292-99/+138
* | | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+1
|/ /
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-043-3/+5
* | Remove deprecated QPainter::HighQualityAntialiasingChristian Ehrlicher2019-05-271-9/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-091-5/+7
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-5/+7
| |\
| | * Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* | | Remove QQmlV4HandleUlf Hermann2019-04-105-11/+13
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-2/+7
|\|
| * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-2/+7
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-144/+166
|\|
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
* | Fix QFont-related deprecation warningsFriedemann Kleint2019-01-081-3/+3
* | QQuickCanvas: Return millisecond timestamp in requestAnimationFrame callbackKai Uwe Broulik2018-11-271-1/+1
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-172-12/+12
* Add LineStyle support to Context2dColin Ogilvie2018-07-124-0/+172
* Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-121-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-6/+6
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+7
* Unify put and putIndexedLars Knoll2018-07-021-2/+6
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-252-5/+5
|\