aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes
Commit message (Expand)AuthorAgeFilesLines
* Shapes: extend boundingRect for SquareCapPaul Olav Tvete2023-11-161-1/+2
* Implement async mode for QuickShapes curve renderer backendEirik Aavitsland2023-11-163-99/+219
* Fix uninitialized read in Qt Quick ShapesEskil Abrahamsen Blomfeldt2023-11-151-2/+2
* Shapes: take strokeWidth into account for boundingRectPaul Olav Tvete2023-11-131-1/+2
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-1122-3984/+104
* Make the resource_name more unique in qt_add_shaders callLaszlo Agocs2023-11-091-7/+7
* Add fillMode and alignment properties for ShapePaul Olav Tvete2023-11-063-6/+151
* Set implicit size for QQuickShapePaul Olav Tvete2023-11-062-1/+18
* Add license headers to shader sourceEskil Abrahamsen Blomfeldt2023-10-306-0/+18
* Harden curve node polymorphyEskil Abrahamsen Blomfeldt2023-10-056-23/+59
* Curve renderer: quick fix for unsafe static_castPaul Olav Tvete2023-10-041-2/+7
* Curve renderer: update material when fill changesPaul Olav Tvete2023-09-111-0/+3
* Rename Path.simplified to simplifyShawn Rutledge2023-09-061-2/+2
* Use more categorized logging in curve rendererEirik Aavitsland2023-08-301-1/+2
* Use categorized logging for debug messages from curve rendererEirik Aavitsland2023-08-281-2/+2
* Tune the environment variable setting for the new curve rendererEirik Aavitsland2023-08-281-1/+1
* Curve renderer: reduce size of external trianglesPaul Olav Tvete2023-08-255-72/+90
* Further Qt Quick Shapes curve renderer improvementsPaul Olav Tvete2023-08-1818-1489/+1617
* Do not link against ShaderToolsKai Köhne2023-08-151-1/+0
* CMake: Add SILENT option to some of the add_shaders callsAlexandru Croitor2023-07-241-0/+3
* Improve Qt Quick Shapes curve renderer strokesEskil Abrahamsen Blomfeldt2023-07-1416-1275/+1987
* Doc: Fix linking issuesTopi Reinio2023-07-051-4/+4
* Improvements to curve rendererEskil Abrahamsen Blomfeldt2023-06-226-1774/+1275
* Doc: Add missing \endlist commandTopi Reinio2023-06-091-0/+1
* Make some properties in Qt Quick Shapes FINALOliver Eftevaag2023-06-051-33/+33
* Silence warnings when building Qt Quick Shapes shadersEskil Abrahamsen Blomfeldt2023-06-051-0/+7
* Curverenderer: increase resilience in exceptional casesEirik Aavitsland2023-06-012-2/+6
* Code cleanup for the curve rendererPaul Olav Tvete2023-05-303-51/+15
* Introduce hardware accelerated curve renderer for ShapesEskil Abrahamsen Blomfeldt2023-05-2613-15/+4333
* Adapt to the RHI API conceptLaszlo Agocs2023-05-222-2/+2
* doc: Expand module docs for Qt Quick ShapesEskil Abrahamsen Blomfeldt2023-04-201-1/+26
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-4/+2
* shapes: Condition shaders at build timeLaszlo Agocs2023-03-139-29/+12
* Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-171-0/+4
* shapes: Privately expose the tringulator scaleLaszlo Agocs2023-01-014-20/+40
* Fix potential crash in software renderer of ShapeLaszlo Agocs2022-12-051-4/+2
* Handle missing stops gracefully in Shape gradientsLaszlo Agocs2022-11-111-3/+5
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-132-11/+11
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-073-9/+9
* Fix casts in qquickshapegenericrendererLaszlo Agocs2022-09-261-4/+4
* Guard header files that belong to opengl featureAlexey Edelev2022-09-261-2/+3
* doc: Clarify QQuickShape renderer documentationEskil Abrahamsen Blomfeldt2022-09-081-6/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Remove Qt key words from header filesYuhang Zhao2022-07-191-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add "auto" to module DEPENDENCIESUlf Hermann2022-06-241-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-1111-417/+21
* QuickShapesPrivate: includemocsMarc Mutz2022-04-291-0/+2