summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-151-11/+5
|\
| * Fixed wasted space in the texture cache.Gunnar Sletta2010-03-151-1/+1
| * Get debug code compiling since function signature changesGunnar Sletta2010-03-151-10/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-153-22/+14
|\ \ | |/ |/|
| * Fixed bug in QTransform::type() after using operator/ or operator*.Samuel Rødal2010-03-111-3/+4
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-101-17/+8
| |\
| | * Fixed paint crash in Symbian for trasnclucent dialogs.Janne Anttila2010-03-101-17/+8
| * | Prevent QRegion from crashing on large coordinates.Samuel Rødal2010-03-081-2/+2
| |/
* | Removed a Valgrind warning.Trond Kjernåsen2010-03-121-1/+2
* | Fixed "inconsistent dll linkage" warning on Windows.Kim Motoyoshi Kalland2010-03-101-1/+2
* | Added clipping to the dashed stroke processor in the GL2 engine.Kim Motoyoshi Kalland2010-03-101-23/+93
* | Fixed assert failure when drawing dashes with raster engine.Kim Motoyoshi Kalland2010-03-101-5/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-101-3/+0
|\ \
| * | MAke the SIMD fiunctions be used even when the QT_NO_DEBUG macro is usedThierry Bastian2010-03-101-3/+0
* | | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4....Qt Continuous Integration System2010-03-095-15/+18
|\ \ \ | |/ / |/| |
| * | doc: Fixed several qdoc errors.Martin Smith2010-03-092-13/+6
| * | Doc: mark methods as internal (as they were in previous releases)Volker Hilsheimer2010-03-081-0/+10
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-072-2/+2
| |\ \
| | * | FreeType: Fast lookup of Latin-1 glyphsAndreas Kling2010-03-052-2/+2
* | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-0914-42/+119
|\ \ \ \
| * | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-095-31/+32
| |/ / /
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-064-2/+41
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix for QTBUG-8762 QApplication::setGraphicsSystem("raster") crashes.Jani Hautakangas2010-03-051-0/+13
| | * Make translucent windows work, and support WA_TranslucentBackgroundPaul Olav Tvete2010-03-043-2/+28
| | * Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-4/+11
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-052-3/+3
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-042-3/+3
| | |\ \
| | | * | Enable two fast path for blend_tiled_rgb565Benjamin Poulain2010-03-041-1/+1
| | | * | Don't print a warning when passing an empty string to QColorThorbjørn Lindeijer2010-03-031-2/+2
| * | | | QPrinter: Add Current Page print range supportJohn Layt2010-03-042-1/+4
| |/ / /
| * | | Fix warnings on MSVCThierry Bastian2010-03-031-1/+1
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-011-3/+10
| |\ \
| | * | Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-3/+10
| * | | Doc: Rephrase documentation for QColor::isValidColor and add \since 4.7.Volker Hilsheimer2010-03-011-3/+5
| * | | Added static method isValidColor to QColor.Erik Verbruggen2010-03-012-3/+28
| |/ /
* | | Fix alignment of text with negative right bearingEskil Abrahamsen Blomfeldt2010-03-091-2/+3
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-253-206/+5
|\ \
| * | doc: mark as reimplemented.Volker Hilsheimer2010-02-241-0/+3
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-242-206/+2
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Benjamin Poulain2010-02-2335-246/+1191
| | |\ \
| | * | | Cache the result of qDetectCPUFeatures()Benjamin Poulain2010-02-231-4/+1
| | * | | Move the SIMD detection from QtGui to QtCoreBenjamin Poulain2010-02-232-203/+2
* | | | | Fix point drawing in QPainter.Gunnar Sletta2010-02-251-1/+1
* | | | | Make the qpainter test compile under Windows.Trond Kjernaasen2010-02-241-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-2229-184/+1096
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-171-1/+9
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'origin/master' into bearermanagement/integrationAaron McCarthy2010-02-114-18/+57
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'origin/4.6' into bearermanagement/integrationAaron McCarthy2010-02-1111-62/+94
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'origin/4.6' into bearermanagement/integration-4Aaron McCarthy2010-01-29167-280/+847
| |\ \ \ \ \ \ \