summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-281-5/+14
|\
| * Don't transform glyph positions for Core Graphics paint engineJiang Jiang2011-04-191-2/+3
| * Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-151-35/+19
| * Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-3/+11
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-271-11/+11
|\ \
| * | Let QTextLine decide its own x position in QPainterJiang Jiang2011-04-191-4/+8
| * | Support text decoration in QML when using static text back-endEskil Abrahamsen Blomfeldt2011-04-181-11/+11
* | | Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-191-35/+19
| |/ |/|
* | Fixed underline offset after raster coordinate system change.Samuel Rødal2011-04-011-1/+2
* | Fix horizontal centered text drawing without word wrapJiang Jiang2011-03-311-5/+12
* | Revert "Fixed underline offset after raster coordinate system change."Samuel Rødal2011-03-301-2/+1
* | Fixed underline offset after raster coordinate system change.Samuel Rødal2011-03-281-1/+2
* | qFloor the decoration line width before paintingJiang Jiang2011-03-241-1/+1
* | Let QTextLine decide its own x position in QPainterJiang Jiang2011-03-241-8/+5
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-6/+6
|\ \ | |/
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-2/+2
| |\
| * \ Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-071-2/+2
| |\ \
| * | | doc: Moved some table headers to be before the rows.Martin Smith2010-10-201-6/+6
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| * | | Doc: Fixing typoSergio Ahumada2011-01-071-1/+1
| | |/ | |/|
* | | Fix transformed QPainter::drawGlyphs() for certain paint enginesEskil Abrahamsen Blomfeldt2010-12-131-6/+19
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-2/+2
|\ \ \ | |/ /
| * | Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-2/+2
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-301-1/+1
| |\
* | \ Merge commit 'c1f9978c9d61bcbdb2f280185a3abdea13d7f532' into master-from-4.7Rohan McGovern2010-10-051-1/+1
|\ \ \ | | |/ | |/|
| * | fix documentation of drawText(int, int, int, int, ...Gunnar Sletta2010-09-271-1/+1
* | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-4/+4
|\ \ \ | | |/ | |/|
| * | Fixed performance issue in QML clipping with OpenGL 2.0 paint engine.Samuel Rødal2010-09-281-4/+4
| |/
* | Fix QPainter::clipBoundingRect() for QRectF clip.Andreas Kling2010-09-261-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-1/+1
|\ \ | |/
| * Merge commit 'staging-1/4.7' into doc-4.7Morten Engvoldsen2010-09-031-2/+3
| |\
| * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Morten Engvoldsen2010-09-021-1/+1
| |\ \
| | * | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-1/+1
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments().Trond Kjernåsen2010-09-011-1/+1
| * | | Fix QStaticText with OpenGL1 engineEskil Abrahamsen Blomfeldt2010-08-301-1/+2
| |/ /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-3/+3
|\ \ \ | |/ /
| * | Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-271-4/+4
| |/
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-251-2/+5
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-2/+5
| |\ \ | | |/
| | * Fix mispositioned text with QStaticText and OpenVG graphics systemEskil Abrahamsen Blomfeldt2010-08-241-2/+5
* | | Fix tabArray support for boundingRect measurementJiang Jiang2010-08-231-1/+8
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-6/+59
|\ \ | |/
| * Add text decoration support to QStaticTextJiang Jiang2010-08-101-13/+71
* | Added QPainter::clipBoundingRect() which is significantly fasterGunnar Sletta2010-08-091-0/+55
* | Merge remote branch 'origin/master' into qt-master-from-4.7Thiago Macieira2010-07-151-13/+55
|\ \
| * | Support text decoration in QPainter::drawGlyphs()Eskil Abrahamsen Blomfeldt2010-07-141-13/+55
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-1/+10
|\ \ \ | |/ / |/| / | |/
| * Warn when drawPixmapFragments is called with an invalid source rectAndy Shaw2010-07-051-0/+9