summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-12-217-653/+342
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-12-217-653/+342
| |\
| | *-. Merge branches 'nonQtApps-fix' and 'merge-request-2516' into master-s60axis2010-12-207-653/+342
| | |\ \
| | | | * get rid of QPrinterInfoPrivate::isNull memberKonstantin Ritt2010-12-202-3/+2
| | | | * QPrinterInfo::supportedPaperSizes(): return early if the info is invalidKonstantin Ritt2010-12-203-0/+7
| | | | * fix QPrinterInfo::defaultPrinter() on winKonstantin Ritt2010-12-201-9/+8
| | | | * micro-optimizations, clean-ups and styling fixesKonstantin Ritt2010-12-203-98/+83
| | | | * refactoring of QPrinterInfoKonstantin Ritt2010-12-207-363/+209
| | | | * minor refactoring of QPrinterInfoPrivateKonstantin Ritt2010-12-203-100/+32
| | | | * use binary search int the string2PaperSize() helperKonstantin Ritt2010-12-201-143/+64
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-211-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix the redirection of painting for the toolbar.Fabien Freling2010-12-201-4/+4
| |/ / /
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-204-25/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Improve performance of clipping to a scaled QRectFLars Knoll2010-12-152-10/+25
| * | | Prevent crash in drawhelper code when the cpu has MMXEXT but no SSE.Samuel Rødal2010-12-151-11/+0
| * | | qrgb565: Use the trivial qt_memconvert() and qt_rectconvert()Andreas Kling2010-12-131-4/+0
* | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-143-23/+29
|\ \ \ \
| * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-133-23/+29
| |\ \ \ \ | | |/ / /
| | * | | Prevent out-of-bounds memory access in drawhelper.Samuel Rødal2010-12-081-0/+2
| | * | | Fixed cubic bezier rendering bug in qgrayraster.Samuel Rødal2010-12-081-1/+1
| | * | | Revert "qgrayraster: Speed up rendering of small cubic splines."Samuel Rødal2010-12-081-16/+20
| | * | | Fix QWingedEdge memory usage issueJiang Jiang2010-12-081-7/+7
* | | | | Fix transformed QPainter::drawGlyphs() for certain paint enginesEskil Abrahamsen Blomfeldt2010-12-131-6/+19
|/ / / /
* | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-074-3/+15
|\ \ \ \
| * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-064-3/+15
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Joona Petrell2010-11-301-2/+2
| | |\ \
| | | * | Fix warnings with GCC 4.5: some cases are not part of the enumThiago Macieira2010-11-261-2/+2
| | * | | Fixed OpenGL state getting out of sync.Samuel Rødal2010-11-262-0/+12
| | |/ /
| | * | Fix possible artifacts under glyphs in texture glyph cacheEskil Abrahamsen Blomfeldt2010-11-251-1/+1
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-11-296-9/+22
| |\ \ \ | | | |/ | | |/|
| * | | compile with debug defined enabledGunnar Sletta2010-11-241-1/+1
* | | | Merge remote branch 'origin/master' into lighthouse-masterJørgen Lind2010-11-296-9/+22
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-254-1/+9
| |\ \ \
| | * | | Fix some memory leaks.Fabien Freling2010-11-254-1/+9
| | |/ /
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-8/+13
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix possible missing glyphs in raster engine glyph cacheEskil Abrahamsen Blomfeldt2010-11-192-10/+13
| | * Fix possible corrupted text when gl glyph cache becomes fullEskil Abrahamsen Blomfeldt2010-11-192-4/+11
* | | Adding some documentation for LighthouseJørgen Lind2010-11-221-1/+10
* | | Remove QWidget::paintEngine() codepath for LighthouseJørgen Lind2010-11-221-0/+4
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-11-1920-62/+149
|\ \ \ | |/ /
| * | Some optimizations for the gray-raster (raster engine antialiasing).Samuel Rødal2010-11-182-24/+13
| * | Avoid the flushing of widgets that shouldn't show on screen.Fabien Freling2010-11-151-0/+5
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-122-4/+6
| |\ \ | | |/
| | * Fixed text rendering bug in raster engine when opacity != 1.0.Samuel Rødal2010-11-081-1/+3
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-012-3/+3
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-302-3/+3
| | | |\
| | | | * Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-292-3/+3
| * | | | Support glyph subpixel positioning without subpixel renderingJiang Jiang2010-11-101-1/+1
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-061-3/+8
| |\ \ \ \