summaryrefslogtreecommitdiffstats
path: root/src/openvg/qvg_symbian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Handle QVolatileImage-backed pixmaps optimally in drawPixmap().Laszlo Agocs2011-06-161-0/+5
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Changed s60 style not to rely on QPixmapData::toNativeType().Laszlo Agocs2011-03-211-2/+0
* Add missing bitmap locking to QVGPixmapData::fromNativeType.Laszlo Agocs2011-03-211-2/+4
* Fix for fromSymbianCFbsBitmap changing the source data unexpectedly.Laszlo Agocs2011-03-101-1/+0
* Avoid image conversion in fromSymbianCFbsBitmap for certain formats.Laszlo Agocs2011-03-101-3/+20
* Added native image handle provider support in pixmaps on openvg.Laszlo Agocs2011-03-081-0/+45
* VGImage readback support in QPixmap on OpenVG.Laszlo Agocs2011-03-071-1/+1
* Changed QPixmap VG backend to use CFbsBitmap on Symbian.Laszlo Agocs2011-02-281-94/+27
* Fix the broken QPixmap::fromSymbianRSgImage().Laszlo Agocs2011-02-071-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Revert function renaming in QtOpenVG.Jani Hautakangas2010-10-291-1/+1
* Fallback to vgWritePixels in drawPixmap.Jani Hautakangas2010-10-281-2/+1
* Fix for CFbsBitmap to QPixmap conversion.Jani Hautakangas2010-10-121-1/+2
* Fix memory leak in QPixmap::toSymbianRSgImage() when an error occurs.Jason Barron2010-10-081-4/+5
* Remove redundant code in SgImage -> VGImage conversion on Symbian.Jason Barron2010-09-141-29/+2
* Minor modifications and optimizations to the Symbian HW glyph cache.Jason Barron2010-07-121-49/+60
* Convert to new EGL API.Jason Barron2010-07-121-45/+40
* Don't invert glyphs for the default VG font cache on Symbian.Jason Barron2010-07-121-0/+2
* Ensure glyphs are upright instead of upside-down.Jason Barron2010-07-121-1/+6
* Enable cross-process glyph cache for OpenVG graphics system on Symbian.Jason Barron2010-07-121-20/+55
* Factor out RSgImage -> VGImage conversion to separate function.Jason Barron2010-07-121-73/+75
* Add new file for Symbian specific VG stuff and add Symbian glyph cache.Jason Barron2010-07-121-0/+348