summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Made -graphicssystem trace work with Qt::TextBypassShaping flag.Samuel Rødal2010-06-291-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-07-061-6/+10
|\ \
| * | QGLPixelBuffer should not rely on temporary QGLWidgets.Trond Kjernåsen2010-07-051-5/+5
| * | Check Qt::AA_X11InitThreads to determine pixmap usage in threads.Trond Kjernåsen2010-07-021-6/+7
| * | More work on GL threading.Trond Kjernåsen2010-07-021-4/+7
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-9/+9
|\ \ \ | |/ / |/| / | |/
| * Speed up calls to QPainter::setCompositionMode when the mode is unchangedSimon Hausmann2010-06-171-0/+2
| * Fixed missing stroke for flat ellipses.Samuel Rødal2010-06-151-4/+0
| * LayoutDirectionAuto is the default layout direction for QPainterLars Knoll2010-06-091-5/+7
* | Merge remote branch 'origin/master'Olivier Goffart2010-06-151-10/+38
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-10/+38
| |\ \ | | |/
| | * More Pixmap cache key optimizationsJens Bache-Wiig2010-06-021-4/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-021-0/+17
| | |\
| | | * Add the Qt::TextBypassShaping flag.Jocelyn Turcotte2010-05-311-0/+17
| | * | Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-011-6/+17
| | |/
* | | New class: QGlyphsEskil Abrahamsen Blomfeldt2010-06-041-12/+40
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-201-22/+21
|\ \ | |/
| * Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-191-2/+7
| |\
| * | doc: Fixed many broken links.Martin Smith2010-05-191-22/+21
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-191-2/+7
|\ \ \ | | |/ | |/|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-2/+7
| |\ \ | | |/ | |/|
| | * Recalculate script item widths when forcing justificationEskil Abrahamsen Blomfeldt2010-05-061-2/+7
* | | Fix tab stop in QPainter::drawText()Eskil Abrahamsen Blomfeldt2010-04-281-0/+3
|/ /
* | Fix setting font for QStaticText on Linux and MacEskil Abrahamsen Blomfeldt2010-03-301-5/+5
* | Implement proper QStaticText support in QPaintBufferEskil Abrahamsen Blomfeldt2010-03-291-0/+10
* | Make QStaticText layout lazyEskil Abrahamsen Blomfeldt2010-03-291-1/+1
* | Change QStaticText::setMaximumSize() to setTextWidth()Eskil Abrahamsen Blomfeldt2010-03-291-23/+19
* | Respect QPainter::pen() in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-03-291-1/+1
* | Add new function QTextLine::horizontalAdvance()Eskil Abrahamsen Blomfeldt2010-03-231-1/+1
* | Fixed performance issues when falling back to raster for sub-pixmaps.Samuel Rødal2010-03-221-2/+7
* | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4....Qt Continuous Integration System2010-03-091-4/+4
|\ \
| * | doc: Fixed several qdoc errors.Martin Smith2010-03-091-4/+4
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-091-23/+30
|\ \ \
| * | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-20/+20
| |/ /
| * | Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-3/+10
* | | Fix alignment of text with negative right bearingEskil Abrahamsen Blomfeldt2010-03-091-2/+3
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtRhys Weatherley2010-02-241-0/+1
|\ \
| * \ Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-221-3/+141
| |\ \
| * \ \ Merge remote branch 'origin/4.6' into bearermanagement/integrationAaron McCarthy2010-02-111-7/+20
| |\ \ \
| * \ \ \ Merge commit 'origin/4.6' into bearermanagement/integration-4Aaron McCarthy2010-01-291-13/+131
| |\ \ \ \
| * | | | | Fix build on Maemo, force type to qreal.Aaron McCarthy2010-01-071-1/+2
* | | | | | Add private qt_draw_glyphs() APIEskil Abrahamsen Blomfeldt2010-02-231-0/+55
* | | | | | Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-0/+154
| |_|_|/ / |/| | | |
* | | | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-0/+137
|\ \ \ \ \ | |_|_|_|/ |/| | | |