summaryrefslogtreecommitdiffstats
path: root/src/openvg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-3/+6
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-242-1/+4
| |\
| | * Fix QPixmap::fromImage() in the OpenVG pixmap backend.Jason Barron2010-11-231-1/+1
| | * Fix non-stroked filled paths in OpenVG paint engine.Jason Barron2010-11-231-0/+3
| * | Round origin of text in OpenVG engineEskil Abrahamsen Blomfeldt2010-11-221-2/+2
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-1/+1
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-011-1/+1
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-291-1/+1
| | |\
| | | * Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-1/+1
* | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-011-0/+1
|\ \ \ \ | |/ / /
| * | | Fix OpenVG painting artifacts after restoreState().Jason Barron2010-11-011-0/+1
| |/ /
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-305-16/+101
|\ \ \ | |/ /
| * | Revert function renaming in QtOpenVG.Jani Hautakangas2010-10-293-12/+12
| * | Fallback to vgWritePixels in drawPixmap.Jani Hautakangas2010-10-285-28/+113
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-1/+2
|\ \ | |/
| * Fix for CFbsBitmap to QPixmap conversion.Jani Hautakangas2010-10-121-1/+2
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-123-7/+13
|\ \ | |/
| * Compile fix for OpenVG without VGFont.Samuel Rødal2010-10-113-7/+13
* | Merge branch '4.7-s60' into master-s60axis2010-10-081-5/+5
|\ \ | |/
| * Fix memory leak in QPixmap::toSymbianRSgImage() when an error occurs.Jason Barron2010-10-081-4/+5
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-071-3/+2
|\ \ | |/
| * Minor OpenVG optimization when setting the EGL surface attribute.Jason Barron2010-10-071-3/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-072-93/+67
|\ \ | |/
| * Define QVG_SCISSOR_CLIP for QtOpenVG on Symbian.Jason Barron2010-10-061-1/+1
| * Revert "When using complex transformations rendering goes easily off by one p...Jani Hautakangas2010-10-041-92/+66
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-1/+6
|\ \ | |/
| * Avoid OpenVG rendering errors when stroking an aliased path.Jason Barron2010-09-231-1/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-213-99/+105
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-141-1/+1
| |\
| | * Fix top-left corner of rounded rects in QPaintEngineExGunnar Sletta2010-09-141-1/+1
| * | Remove redundant code in SgImage -> VGImage conversion on Symbian.Jason Barron2010-09-141-29/+2
| |/
| * When using complex transformations rendering goes easily off by one pixel.Jani Hautakangas2010-09-131-66/+92
| * Fix crash in OpenVG when failing to allocate large VGImages.Jason Barron2010-09-101-3/+10
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-252-1/+60
|\ \ | |/
| * Use QImage 'convertInPlace' versions in QVGPixmapData load functions.Jani Hautakangas2010-08-242-1/+60
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-3/+6
|/
* 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
* | Minor modifications and optimizations to the Symbian HW glyph cache.Jason Barron2010-07-121-49/+60
* | Convert to new EGL API.Jason Barron2010-07-122-47/+42
* | Don't invert glyphs for the default VG font cache on Symbian.Jason Barron2010-07-121-0/+2
* | Move QVGFontGlyphCache from source file into a separate headerJason Barron2010-07-121-1/+0
* | Ensure glyphs are upright instead of upside-down.Jason Barron2010-07-123-1/+15
* | Enable cross-process glyph cache for OpenVG graphics system on Symbian.Jason Barron2010-07-123-21/+60
* | Factor out RSgImage -> VGImage conversion to separate function.Jason Barron2010-07-121-73/+75