summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Symbian build failure for Armv5Sami Merila2011-05-121-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-052-9/+6
|\
| * Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-8/+2
| * Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bitMatthew Cattell2011-05-021-1/+4
* | Merge earth-team into origin/4.8Olivier Goffart2011-05-0313-222/+744
|\ \
| * \ Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-021-1/+1
| |\ \ | | |/ | |/|
| | * Fix crash in raster on X11 when text contains unsupported charactersEskil Abrahamsen Blomfeldt2011-04-281-1/+1
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-291-4/+2
| |\ \
| | * \ Merge remote branch 'qt-fire-review/master'aavit2011-04-281-4/+2
| | |\ \
| | | * | Fixed off-by-one in radial gradient color table index computation.Samuel Rødal2011-04-281-4/+2
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-2812-210/+734
| |\ \ \ \ | | |/ / /
| | * | | Merge remote branch 'qt-mainline/master'aavit2011-04-262-3/+3
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Don't transform glyph positions for Core Graphics paint engineJiang Jiang2011-04-191-2/+3
| | * | | Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-04-181-1/+1
| | * | | Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-154-43/+46
| | * | | Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-04-151-1/+6
| | * | | Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-04-141-0/+5
| | * | | Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-04-141-1/+1
| | * | | Added support for six-parameter radial gradients.Samuel Rødal2011-04-1311-73/+343
| | * | | Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-135-72/+222
| | * | | Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-04-133-0/+98
| | * | | Improved qt_gradient_clamp for reflect spreads.Samuel Rødal2011-04-131-5/+2
| | * | | Prepared for SIMD implementation of radial gradients.Samuel Rødal2011-04-132-177/+174
| | * | | Fix a race condition when the main window is being destructed.Fabien Freling2011-04-121-1/+2
| | * | | Switch the default graphics system to raster on Mac.Fabien Freling2011-04-111-1/+1
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-271-11/+11
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Let QTextLine decide its own x position in QPainterJiang Jiang2011-04-191-4/+8
| | * | Support text decoration in QML when using static text back-endEskil Abrahamsen Blomfeldt2011-04-181-11/+11
* | | | Fixes warnings about unused variablesOlivier Goffart2011-04-285-17/+2
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-194-43/+46
|\ \ \
| * | | Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-194-43/+46
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-04-1434-445/+489
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-04-131-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix warnings about && inside ||Thiago Macieira2011-04-131-2/+2
| * | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-091-3/+1
| |\ \ \
| | * \ \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-091-3/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-04-081-3/+1
| | | |\ \
| | | | * | Let's not write to the source buffer when blending argb32 on rgb16.Samuel Rødal2011-04-081-3/+1
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-075-135/+128
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Get rid of double conversions and arithmetic when qreal is float.Samuel Rødal2011-04-065-135/+128
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-2/+4
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-04-041-2/+4
| | |\ \ | | | |/ | | |/|
| | | * Fix QGradient stop with NaN position on Symbian.Laszlo Agocs2011-04-041-2/+4
| * | | Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-055-12/+3
| * | | Fix positioning in GL2 paint engine with subpixel antialiasingJiang Jiang2011-04-041-1/+1
| * | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-04-032-9/+9
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-312-9/+9
| | |\ \ \ | | | |/ /
| | | * | Fixed rounding of coordinates pre-transformation in CG paintengine.Samuel Rødal2011-03-291-1/+1
| | | * | Fixed infinite loop in QPainterPath::intersects() when qreal=float.Samuel Rødal2011-03-281-8/+8
| | | |/
| * | | Make sure we don't use subpixel positions in full hinting modeJiang Jiang2011-04-012-7/+2