summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | 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-141-0/+32
* | | | | | Speed up custom bitmap brushes on X11 without Xrender support.Trond Kjernåsen2010-02-111-3/+4
| |_|/ / / |/| | | |
* | | | | Updated the docs for QPainter::begin/endNativePainting()Trond Kjernåsen2010-02-081-5/+18
| |/ / / |/| | |
* | | | Fixed a crash when QPixmaps are destroyed after the ~QApplication.Trond Kjernåsen2010-01-291-2/+2
| |_|/ |/| |
* | | Fix QPainter::redirection() to pass autotest.Gunnar Sletta2010-01-221-3/+2
* | | 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-201-7/+12
|\ \ \
| * | | Clarify the docs slightly for QPainter::beginNativePainting().Trond Kjernåsen2010-01-151-6/+11
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\ \
| | * | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | | | Text drawing is not fast currentlyGunnar Sletta2010-01-151-3/+0
|/ / /
* | | fixed typo in qpainter docsGunnar Sletta2010-01-041-1/+1
|/ /
* | Added vg to the performance section of the QPainter docsGunnar Sletta2009-12-141-0/+6
* | Fixed spelling in docsGunnar Sletta2009-12-141-6/+6
* | Initial documentation for the performance characteristics of QPainter.Gunnar Sletta2009-12-111-0/+78
* | Fix possible off-by-one inconsistency against system look and feel whenEskil Abrahamsen Blomfeldt2009-12-081-1/+1
* | Fixes transformation problems with QGraphicsProxyWidget.Yoann Lopes2009-12-021-1/+1
* | Fixed build on S60 and WinCEThorbjørn Lindeijer2009-11-301-1/+1
|/
* Improved and optimized the WaveUnderlineThorbjørn Lindeijer2009-11-261-32/+60
* Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-061-15/+2
* don't do unessesary brush comparrisonsGunnar Sletta2009-11-061-8/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-031-1/+1
|\
| * Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
* | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
|/
* Removed usage of CompositionMode_Source in QGraphicsView for X11.Trond Kjernåsen2009-11-031-2/+3
* Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-151-29/+32
* Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-2/+1
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+4
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-181-1/+5
|\
| * Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-1/+5
| |\
| | * Fix drawing text in QPicture and printing in right-to-left modeEskil Abrahamsen Blomfeldt2009-09-151-1/+5
| | * Update license headers again.Jason McDonald2009-09-081-4/+4
* | | Made drawRoundedRect() implementation virtual in QPaintEngineExGunnar Sletta2009-09-181-73/+2
|/ /
* | Doc: Created a new Drawing Utility Functions page.David Boddie2009-09-151-1/+2
* | Fixed bad gradient offsets on Mac OS XGunnar Sletta2009-09-141-1/+2
* | Added example to docs for QPainter::beginNativePainting().Samuel Rødal2009-09-111-2/+7
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-4/+4
|\ \
| * | Update license headers again.Jason McDonald2009-09-091-4/+4
* | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-091-2/+0
|/ /
* | Optimize qt_format_text test operations: try not to detachOlivier Goffart2009-09-041-40/+28
* | Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-5/+8
* | Revert "Optimize qt_format_text test operations: try not to detach"Eskil Abrahamsen Blomfeldt2009-09-031-28/+40