Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix misspelled word in comment. | Fabien Freling | 2011-05-11 | 1 | -1/+1 |
* | Rename QGlyphs -> QGlyphRun | Eskil Abrahamsen Blomfeldt | 2011-05-10 | 3 | -14/+14 |
* | Remove warning from QColor::setNamedColor(). | Samuel Rødal | 2011-05-06 | 1 | -2/+1 |
* | Add internal documentation for QUnifiedToolbarSurface. | Fabien Freling | 2011-05-06 | 1 | -0/+33 |
* | Fix QPainter::drawGlyphs() with non-affine transformation | Eskil Abrahamsen Blomfeldt | 2011-05-06 | 1 | -1/+8 |
* | Merge remote branch 'qt-mainline/4.8' | aavit | 2011-05-06 | 6 | -18/+3 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-05-05 | 2 | -9/+6 |
| |\ | |||||
| * \ | Merge earth-team into origin/4.8 | Olivier Goffart | 2011-05-03 | 13 | -222/+744 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-05-02 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix crash in raster on X11 when text contains unsupported characters | Eskil Abrahamsen Blomfeldt | 2011-04-28 | 1 | -1/+1 |
| * | | | | Fixes warnings about unused variables | Olivier Goffart | 2011-04-28 | 5 | -17/+2 |
* | | | | | Merge branch 'master' into merge_raster | Fabien Freling | 2011-05-04 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Set the default graphics system to raster. | Fabien Freling | 2011-04-26 | 1 | -1/+1 |
| * | | | | Merge remote branch 'fire/master' | Fabien Freling | 2011-04-18 | 14 | -251/+777 |
| |\ \ \ \ | |||||
* | | | | | | Support gamma correction of text on GL | Eskil Abrahamsen Blomfeldt | 2011-05-03 | 1 | -8/+2 |
* | | | | | | Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bit | Matthew Cattell | 2011-05-02 | 1 | -1/+4 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-29 | 1 | -4/+2 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge remote branch 'qt-fire-review/master' | aavit | 2011-04-28 | 1 | -4/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixed off-by-one in radial gradient color table index computation. | Samuel Rødal | 2011-04-28 | 1 | -4/+2 |
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-28 | 12 | -210/+734 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge remote branch 'qt-mainline/master' | aavit | 2011-04-26 | 2 | -3/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | | | |||||
| * | | | | | Don't transform glyph positions for Core Graphics paint engine | Jiang Jiang | 2011-04-19 | 1 | -2/+3 |
| | |_|/ / | |/| | | | |||||
| * | | | | Revert "Switch the default graphics system to raster on Mac." | Fabien Freling | 2011-04-18 | 1 | -1/+1 |
| * | | | | Long live QRawFont! | Eskil Abrahamsen Blomfeldt | 2011-04-15 | 4 | -43/+46 |
| * | | | | Another attempt at fixing the MSVC2005 build. | Samuel Rødal | 2011-04-15 | 1 | -1/+6 |
| * | | | | Compile fix in qdrawhelper_sse2.cpp for MSVC 2005. | Samuel Rødal | 2011-04-14 | 1 | -0/+5 |
| * | | | | Compile fix in qdrawhelper_sse2.cpp. | Samuel Rødal | 2011-04-14 | 1 | -1/+1 |
| * | | | | Added support for six-parameter radial gradients. | Samuel Rødal | 2011-04-13 | 11 | -73/+343 |
| * | | | | Improved gradient table generation performance for two-stop gradients. | Samuel Rødal | 2011-04-13 | 5 | -72/+222 |
| * | | | | Optimized radial gradient fetch using SSE 2. | Samuel Rødal | 2011-04-13 | 3 | -0/+98 |
| * | | | | Improved qt_gradient_clamp for reflect spreads. | Samuel Rødal | 2011-04-13 | 1 | -5/+2 |
| * | | | | Prepared for SIMD implementation of radial gradients. | Samuel Rødal | 2011-04-13 | 2 | -177/+174 |
| * | | | | Fix a race condition when the main window is being destructed. | Fabien Freling | 2011-04-12 | 1 | -1/+2 |
| * | | | | Switch the default graphics system to raster on Mac. | Fabien Freling | 2011-04-11 | 1 | -1/+1 |
* | | | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Olivier Goffart | 2011-04-27 | 1 | -11/+11 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Let QTextLine decide its own x position in QPainter | Jiang Jiang | 2011-04-19 | 1 | -4/+8 |
| * | | | Support text decoration in QML when using static text back-end | Eskil Abrahamsen Blomfeldt | 2011-04-18 | 1 | -11/+11 |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-19 | 4 | -43/+46 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Long live QRawFont! | Eskil Abrahamsen Blomfeldt | 2011-04-19 | 4 | -43/+46 |
| | |/ | |/| | |||||
* | | | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-04-14 | 34 | -445/+489 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-04-13 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix warnings about && inside || | Thiago Macieira | 2011-04-13 | 1 | -2/+2 |
| * | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-04-09 | 1 | -3/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-04-09 | 1 | -3/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-04-08 | 1 | -3/+1 |
| | | |\ \ | |||||
| | | | * | | Let's not write to the source buffer when blending argb32 on rgb16. | Samuel Rødal | 2011-04-08 | 1 | -3/+1 |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-04-07 | 5 | -135/+128 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Get rid of double conversions and arithmetic when qreal is float. | Samuel Rødal | 2011-04-06 | 5 | -135/+128 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-04-07 | 1 | -2/+4 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-04-04 | 1 | -2/+4 |
| | |\ \ | | | |/ | | |/| |