summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fallback to vgWritePixels in drawPixmap.Jani Hautakangas2010-10-281-9/+77
* Compile fix for OpenVG without VGFont.Samuel Rødal2010-10-111-7/+2
* Revert "When using complex transformations rendering goes easily off by one p...Jani Hautakangas2010-10-041-92/+66
* Avoid OpenVG rendering errors when stroking an aliased path.Jason Barron2010-09-231-1/+6
* Fix top-left corner of rounded rects in QPaintEngineExGunnar Sletta2010-09-141-1/+1
* When using complex transformations rendering goes easily off by one pixel.Jani Hautakangas2010-09-131-66/+92
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-111-6/+20
|\
| * Improving text coordinate rounding in the OpenVG paint engineAlessandro Portale2010-08-041-3/+7
| * Fix proxy widgets with the OpenVG paint engine.Jason Barron2010-07-301-3/+13
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-2/+12
|\ \ | |/
| * Avoid a crash in the OpenVG paint engine when clipping to an empty pathJason Barron2010-07-151-1/+4
| * Include qmath.h to get the definition of ceil()Rhys Weatherley2010-07-051-0/+1
| * Avoid blurry text with OpenVG on SymbianAlessandro Portale2010-06-301-1/+7
* | Ensure glyphs are upright instead of upside-down.Jason Barron2010-07-121-0/+6
* | Enable cross-process glyph cache for OpenVG graphics system on Symbian.Jason Barron2010-07-121-0/+4
* | Move QVGFontGlyphCache from source file into a separate headerJason Barron2010-07-121-18/+1
* | Make cacheGlyphs() function (and the destructor) virtual.Jason Barron2010-07-121-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-4/+41
|\ \ | |/
| * Clipping with rounded rectangles and QVG_SCISSOR_CLIPRhys Weatherley2010-06-021-4/+41
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-4/+83
|\ \ | |/
| * OpenVG blending modes from VG_KHR_advanced_blending extensionRhys Weatherley2010-05-121-4/+83
* | Apply Rhys's fix to qpaintengine_vg.cpp to make it compileThiago Macieira2010-04-271-5/+5
* | Attempt again at fixing the OpenVG paint engine buildThiago Macieira2010-04-261-7/+9
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-221-32/+22
|\ \ | |/
| * correctly position glyphs for complex languagesLars Knoll2010-04-211-32/+22
* | Revert "Attempt at fixing compile failure introduced by 4.6 merge in qpainten...Thiago Macieira2010-04-221-3/+3
* | Attempt at fixing compile failure introduced by 4.6 merge in qpaintengine_vg.cppThiago Macieira2010-04-221-3/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-3/+7
|\ \ | |/
| * Fix RTL text rendering in the QVGPaintEngineAlessandro Portale2010-04-161-2/+7
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-4/+4
|\ \ | |/
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-4/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-311-19/+22
|\ \ | |/
| * Another "off by 1" problem in OpenVG - in paths this time.Rhys Weatherley2010-03-301-19/+22
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-1/+1
|\ \ | |/
| * Fix another off-by-1 error in OpenVG image painting.Rhys Weatherley2010-03-251-1/+1
* | Fix compilation of OpenVG paint engine with OpenVG 1.0Rhys Weatherley2010-03-141-0/+9
* | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-76/+72
|\ \ | |/
| * Image drawing in OpenVG was off by 0.5 of a pixelRhys Weatherley2010-03-051-9/+14
| * When using OpenVG alpha mask, turn off scissor-as-maskRhys Weatherley2010-03-051-0/+1
| * Remove vgClearPath() change to OpenVG paint engineRhys Weatherley2010-03-031-67/+57
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-59/+69
|\ \ | |/
| * Improve performance of VGPath creation by reusing the same pathRhys Weatherley2010-02-221-57/+67
| * Don't use vgClear() for semi-transparent brushes.Jason Barron2010-02-221-2/+2
* | Fix compilation error in openVGOlivier Goffart2010-02-231-1/+1
* | Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-12/+12
* | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-151-12/+9
|\ \
| * \ Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-11/+65
| |\ \ | | |/
| * | Replace qt_vg_imageBits() with constBits() in the OpenVG codeRhys Weatherley2010-02-081-12/+9