summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-30166-2158/+2158
* Back port change d85b149a5c7f3532f8e1a593a79298c9ae38a95fEskil Abrahamsen Blomfeldt2010-05-271-2/+3
* Fixed line and point drawing for the PS/PDF generators.Trond Kjernåsen2010-05-071-0/+9
* Recalculate script item widths when forcing justificationEskil Abrahamsen Blomfeldt2010-05-061-2/+7
* Fixed two problems with generated EPS files.Trond Kjernåsen2010-04-231-11/+14
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-191-3/+4
|\
| * Fixed a crash on Windows 7 systems with invalid PrinterPorts entries.Trond Kjernaasen2010-04-161-3/+4
* | Symbol visibility fixes for RVCT4 on SymbianIain2010-04-157-11/+10
|/
* Fix crash when using qDebug() on a QBrush with Qt::TexturePattern style.David Faure2010-03-311-1/+2
* Fixed cleartype text rendering on translucent surfaces.Trond Kjernaasen2010-03-151-3/+3
* Fixed bug in QTransform::type() after using operator/ or operator*.Samuel Rødal2010-03-111-3/+4
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-101-17/+8
|\
| * Fixed paint crash in Symbian for trasnclucent dialogs.Janne Anttila2010-03-101-17/+8
* | Prevent QRegion from crashing on large coordinates.Samuel Rødal2010-03-081-2/+2
|/
* Fix for QTBUG-8762 QApplication::setGraphicsSystem("raster") crashes.Jani Hautakangas2010-03-051-0/+13
* Make translucent windows work, and support WA_TranslucentBackgroundPaul Olav Tvete2010-03-043-2/+28
* Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-4/+11
* Fixed off-by-one blending errors in the NEON drawhelper code.Samuel Rødal2010-02-191-65/+65
* Fixed autotest failure in tst_QPainter::drawEllipse on Maemo.Samuel Rødal2010-02-181-8/+0
* Fixed autotest failure in tst_QGraphicsScene::render on Maemo.Samuel Rødal2010-02-171-14/+4
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-162-4/+7
|\
| * Make QCUPSSupport::printerHasPPD() clean up after itself.Trond Kjernåsen2010-02-111-1/+3
| * Speed up custom bitmap brushes on X11 without Xrender support.Trond Kjernåsen2010-02-111-3/+4
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-163-13/+255
|\ \
| * | Replace the inline blend function by #defineBenjamin Poulain2010-02-151-67/+60
| * | Implement the blend functions with SSE2Benjamin Poulain2010-02-123-13/+262
| |/
* / Fixed missing repaints on S60 3.1.axis2010-02-151-1/+9
|/
* Fixed drawing pixmaps onto bitmaps on X11 w/o Xrender support.Trond Kjernåsen2010-02-101-0/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-101-5/+18
|\
| * Updated the docs for QPainter::begin/endNativePainting()Trond Kjernåsen2010-02-081-5/+18
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-101-4/+7
|\ \
| * | Fixed defect in handling of expose events for SymbianGareth Stockwell2010-02-091-4/+7
| |/
* | Skip the transparent pixels when doing the sourceOverBenjamin Poulain2010-02-091-1/+6
* | Refactor comp_func_solid_Clear() and comp_func_solid_Source()Benjamin Poulain2010-02-093-42/+35
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-062-0/+10
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-052-0/+10
| |\
| | * Fixing 'softvfp+vfpv2' compiling issue for Tb9.2Aleksandar Sasha Babic2010-02-052-0/+10
* | | Merge remote branch 'origin/4.6' into 4.6Paul Olav Tvete2010-02-051-3/+1
|\| |
| * | Improve raster graphics system performance on Mac (second try).Morten Johan Sørvig2010-02-041-3/+1
| |/
* | Optimize QPathClipper::pathToRect.Bjørn Erik Nilsen2010-02-031-1/+1
* | QGraphicsScene: Use QPainter::setClipRect instead of setClipPath if possible.Bjørn Erik Nilsen2010-02-032-3/+3
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-021-2/+2
|\ \ | |/ |/|
| * Fixed a crash when QPixmaps are destroyed after the ~QApplication.Trond Kjernåsen2010-01-291-2/+2
* | Fixed text rendering via scaled QPainter on rasterPaintEngine / SymbianAlessandro Portale2010-02-011-1/+8
|/
* Small optimization in raster paint engine.Samuel Rødal2010-01-251-2/+2
* Fix QPainter::redirection() to pass autotest.Gunnar Sletta2010-01-221-3/+2
* Fix documentation bug in QColorGunnar Sletta2010-01-221-7/+4
* Don't use a mutex lock in QPainter::redirection unless strictly requiredGunnar Sletta2010-01-221-3/+36
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-20166-190/+209
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-151-3/+5
| |\