summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-1442/+78
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-1/+80
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Get rid of QCustomRasterPaintDevice / QWS stuff in raster engine.Samuel Rødal2011-05-041-230/+0
| * | | | | | | | | remove a not required include.Lars Knoll2011-05-031-1/+0
* | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Making cached glyphs drawing check clearerJiang Jiang2011-07-251-5/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove QPainter::UniteClipGunnar Sletta2011-06-281-17/+2
* | | | | | | | Remove code with no consquenceGunnar Sletta2011-06-281-31/+0
* | | | | | | | Still use midpoint rendering of aliased ellipsesaavit2011-06-271-0/+160
* | | | | | | | Compilation fix of f8e8583aavit2011-06-271-2/+3
* | | | | | | | Revert "Fix how subpixel positions are intepreted in an aliased grid."aavit2011-06-271-12/+28
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make QPoint have the same layout on all platformsGunnar Sletta2011-06-201-7/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix Windows buildJiang Jiang2011-06-031-2/+2
* | | | | | Refactor glyph pretransform checkJiang Jiang2011-06-031-34/+33
| |_|_|_|/ |/| | | |
* | | | | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| |_|_|/ |/| | |
* | | | Fall back to using paths for large fonts in drawStaticText()Eskil Abrahamsen Blomfeldt2011-05-181-2/+10
| |_|/ |/| |
* | | New algorithm for drawing thin linesLars Knoll2011-05-121-1442/+78
| |/ |/|
* | Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-1/+2
* | Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-05-101-0/+78
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+6325