summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of QStaticText on OpenGL by caching data on GPUEskil Abrahamsen Blomfeldt2010-01-291-0/+1
* CompileEskil Abrahamsen Blomfeldt2010-01-201-5/+2
* Implement QPaintBufferEngine::drawStaticTextItem()Eskil Abrahamsen Blomfeldt2010-01-183-1/+40
* Use fallback when drawing projected textEskil Abrahamsen Blomfeldt2010-01-151-1/+1
* Optimize drawStaticText() with rectangle destinationEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* CompileEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-147-13/+29
* Remove font property in QStaticText and fix handling translation onEskil Abrahamsen Blomfeldt2010-01-141-11/+24
* Apply painter matrix to position in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-10/+9
* Support transformations in drawStaticText() and optimize for spaceEskil Abrahamsen Blomfeldt2010-01-146-34/+51
* Optimize QStaticText for spaceEskil Abrahamsen Blomfeldt2010-01-147-31/+83
* Respect font settings of QStaticText and clip to maximum sizeEskil Abrahamsen Blomfeldt2010-01-141-1/+20
* Support maximumSize for the layout of the text in a QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-5/+1
* Speed optimization for QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-5/+9
* Space optimization in QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-6/+2
* Optimize QStaticText for one line stringsEskil Abrahamsen Blomfeldt2010-01-141-20/+9
* doc: Add documentation for QStaticText and QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-3/+25
* Add convenience overloads to QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-0/+12
* Fix formatting/clipping rectangle in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-1/+17
* Simplify QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-25/+2
* Introduce QStaticText APIEskil Abrahamsen Blomfeldt2010-01-142-0/+35
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-12166-166/+166
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-09166-166/+166
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-09166-166/+166
| | |\
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-07166-166/+166
| | | |\
| | | | * Update copyright year to 2010Jason McDonald2010-01-06166-166/+166
* | | | | Put LinesHint into QVectorPath hints to enable further optimizationsGunnar Sletta2010-01-121-2/+14
* | | | | Avoid coordinate limitations in the raster engine.Gunnar Sletta2010-01-122-4/+9
* | | | | Fix point drawing on raster engine for flat and square capsGunnar Sletta2010-01-121-4/+4
|/ / / /
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add texture glyph width cache default.Stefano Pironato2010-01-081-1/+5
| |/ /
* | | Fix for QTBUG-5870 QGraphicsProxyWidget does not show children onJani Hautakangas2010-01-081-3/+10
|/ /
* | Slight performance improvement in comp_func_SourceOver.Samuel Rødal2010-01-041-1/+4
* | fixed typo in qpainter docsGunnar Sletta2010-01-041-1/+1
|/
* Fix build with neon instructions enabled but not set in mkspecTom Cooksey2009-12-221-1/+1
* NEON configure detection and initial blend function implementations.Samuel Rødal2009-12-185-3/+358
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-165-22/+24
|\
| * Fix for QTBUG-4908 SVG transparency rendering problem.Jani Hautakangas2009-12-161-3/+5
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-168-29/+122
| |\
| * | qreal-izationAleksandar Sasha Babic2009-12-154-19/+19
* | | Optimized blur / drop shadow effects for the GL 2 paint engine.Samuel Rødal2009-12-142-0/+23
| |/ |/|
* | Determine QPrinterInfo's supportedPaperSizes on demand.David Faure2009-12-141-21/+29
* | Added vg to the performance section of the QPainter docsGunnar Sletta2009-12-141-0/+6
* | Fixed spelling in docsGunnar Sletta2009-12-141-6/+6
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-116-8/+9
|\ \
| * | Clean up the QFontEngine glyphcaching code to not crash and be more tidyGunnar Sletta2009-12-101-2/+2
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-093-0/+6
| |\ \
| | * | Compile with QT_NO_DEPRECATEDOlivier Goffart2009-12-093-0/+6
| | |/
| * | Fix crash when rotating cleartype text under gl engine.Gunnar Sletta2009-12-091-4/+1
| * | Don't assert on valid math in qbezierGunnar Sletta2009-12-091-2/+0
| |/