summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-1/+1
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-10/+10
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-19/+19
* Doc: Fix broken linksSze Howe Koh2013-11-051-10/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* WinRT: Basic global supportAndrew Knight2013-09-201-0/+4
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-1/+2
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-0/+4
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-081-2/+4
* REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-131-1/+2
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-15/+33
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+1
| |\
| * | Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-1/+13
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\ \
| * | | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-14/+20
* | | | Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-071-13/+13
| |_|/ |/| |
* | | Doc, Qt GUI: Fix "no \inmodule command" warningsSze Howe Koh2013-01-281-0/+1
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* 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
| |\