summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove qt_image_id() and qt_image_colortable().Robin Burchell2011-12-201-2/+0
* Improved performance of large text when parts are outside view.Kim Motoyoshi Kalland2011-12-131-6/+81
* Silence -Woverloaded-virtual warnings in QRasterPaintEngineBradley T. Hughes2011-12-121-10/+10
* Fix subpixel positioning supportJiang Jiang2011-11-081-2/+2
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-115/+0
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-231-1/+1
* Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-221-37/+17
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-201-100/+31
* Enable glyph caching on QPAEskil Abrahamsen Blomfeldt2011-09-191-31/+3
* Merge branch 'refactor'Gunnar Sletta2011-09-131-328/+42
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-5/+2
| |\
| * | Get rid of unused function in qpaintengine_raster.cpp.Samuel Rødal2011-07-211-71/+0
| * | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-11/+11
| * | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-59/+189
| |\ \
| * | | Adapt font engines for Windows/QPA.Friedemann Kleint2011-06-291-1/+1
| * | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-7/+0
| |\ \ \
| * | | | Compile fix: MinGW.Friedemann Kleint2011-06-241-0/+4
| * | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-36/+33
| |\ \ \ \
| * | | | | Windows: Bring back the HDC to the raster engine, Q_OS_WIN.Friedemann Kleint2011-05-311-21/+36
| * | | | | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-2/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ 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