summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-14/+20
* QSpanData: use isAffine() instead of rolling your own testVitaliy Kharin2012-12-121-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-5/+24
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-231-2/+2
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-3/+2
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-4/+5
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-191-9/+30
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-201-6/+1
* Doc: fix yet more errors reported by qdocaavit2012-09-041-0/+19
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-311-5/+1
* Doc: Fixes for several doc errorsaavit2012-08-311-10/+0
* Remove toRect_normalized().Robin Burchell2012-06-261-11/+0
* Move QRectVectorPath into the .cpp of the only file actually using it.Robin Burchell2012-04-111-0/+48
* The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-291-1/+1
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-5/+14
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-7/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* 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