Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / src / gui / painting /
2011-09-12 suzuki toshiyaReplace 'i < len-1 && func(i+1)' by 'i+1 < len && func...
2011-08-31 Lars KnollCorrectly position aliased lines with flat caps
2011-08-09 Harald FernengelRemove all non-const operator==
2011-08-05 Alan AlpertUse more numerically robust algorithm to compute QBezie...
2011-07-25 Jiang JiangMaking cached glyphs drawing check clearer
2011-07-21 Samuel RødalFixed clipping errors for non-extended paint engines.
2011-07-21 Thiago MacieiraGet rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZER
2011-07-19 Jiang JiangUse truncate only for subpixel boundingBox x position
2011-07-08 Casper van DonderenRemove more references to demos.
2011-07-07 Jyri TahtelaUpdate licenseheader text in source files for qtbase...
2011-07-06 Eskil Abrahamsen... Fix bidi reordering when part of text is rendered by...
2011-07-05 Casper van DonderenUpdate the documentation after moving examples.
2011-07-05 Casper van DonderenMove some other examples around in the docs.
2011-07-05 Sergio AhumadaDoc: Fixing typo
2011-07-01 Casper van DonderenMove the composition example in the docs.
2011-07-01 David BoddieDoc: Fixed qdoc warnings.
2011-06-28 Gunnar SlettaRemove QPainter::UniteClip
2011-06-28 Gunnar SlettaRemove code with no consquence
2011-06-28 Casper van DonderenChange references to affine example.
2011-06-27 aavitFix problem with cosmetic stroking of cubic beziers
2011-06-27 aavitStill use midpoint rendering of aliased ellipses
2011-06-27 Lars KnollFix smaller bugs in the stroker
2011-06-27 aavitCompilation fix of f8e8583
2011-06-27 aavitRevert "Fix how subpixel positions are intepreted in...
2011-06-22 Lars Knollfix autotest regressions introduced by 37c329a3
2011-06-20 Gunnar SlettaMake QPoint have the same layout on all platforms
2011-06-20 Eskil Abrahamsen... Make it possible to set color of QStaticText with pixel...
2011-06-07 Eskil Abrahamsen... Add function QGlyphRun::setRawData()
2011-06-03 Jiang JiangFix Windows build
2011-06-03 Jiang JiangRefactor glyph pretransform check
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Jyri TahtelaUpdate licenseheader text in source files for qtbase...
2011-05-23 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-23 David BoddieDoc: Fixed qdoc warnings.
2011-05-19 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-19 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-19 Samuel RødalRemove warning from QColor::setNamedColor().
2011-05-19 Samuel RødalFixed compile of qdrawhelper_neon.cpp.
2011-05-19 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-18 Eskil Abrahamsen... Fall back to using paths for large fonts in drawStaticT...
2011-05-16 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-13 Jason McDonaldMerge branch 'master' of git://scm.dev.nokia.troll...
2011-05-12 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-12 Lars Knollfix compilation with namespaces
2011-05-12 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-12 Lars KnollFix compilation with namespaces enabled
2011-05-12 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-12 Lars KnollNew algorithm for drawing thin lines
2011-05-11 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-11 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Olivier GoffartMerge remote-tracking branch 'staging/master'
2011-05-10 Matthew CattellFixed bug in QPdfEngine::addImage causing mono images...
2011-05-10 Samuel RødalFixed off-by-one in radial gradient color table index...
2011-05-10 Olivier GoffartFixes warnings about unused variables
2011-05-10 Samuel RødalAnother attempt at fixing the MSVC2005 build.
2011-05-10 Samuel RødalCompile fix in qdrawhelper_sse2.cpp for MSVC 2005.
2011-05-10 Samuel RødalCompile fix in qdrawhelper_sse2.cpp.
2011-05-10 Samuel RødalAdded support for six-parameter radial gradients.
2011-05-10 Samuel RødalImproved gradient table generation performance for...
2011-05-10 Samuel RødalOptimized radial gradient fetch using SSE 2.
2011-05-10 Samuel RødalImproved qt_gradient_clamp for reflect spreads.
2011-05-10 Samuel RødalPrepared for SIMD implementation of radial gradients.
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Eskil Abrahamsen... Rename QGlyphs -> QGlyphRun
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Fabien FrelingAdd internal documentation for QUnifiedToolbarSurface.
2011-05-10 Fabien FrelingSet the default graphics system to raster.
2011-05-10 Fabien FrelingRevert "Switch the default graphics system to raster...
2011-05-10 Fabien FrelingFix a race condition when the main window is being...
2011-05-10 Fabien FrelingSwitch the default graphics system to raster on Mac.
2011-05-09 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-06 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-06 Eskil Abrahamsen... Fix QPainter::drawGlyphs() with non-affine transformation
2011-05-06 Olivier GoffartMerge remote-tracking branch 'mainline/master' into...
2011-05-05 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-04 Gunnar SlettaMerge branch 'master' of scm.dev.nokia.troll.no:qt...
2011-05-04 Gunnar SlettaMerge branch 'master' of scm.dev.nokia.troll.no:qt...
2011-05-04 Gunnar SlettaMerge branch 'qtquick2'
2011-05-04 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-05-03 Eskil Abrahamsen... Support gamma correction of text on GL
2011-04-29 Jiang JiangDon't transform glyph positions for Core Graphics paint...
2011-04-29 Eskil Abrahamsen... Fix crash in raster on X11 when text contains unsupport...
2011-04-27 axisMerged master into qtquick2.
2011-04-27 Qt by NokiaInitial import from qtquick2.
2011-04-27 Qt by NokiaInitial import from the monolithic Qt.