summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_raster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Check world matrix is true when seeing if transformations are supportedAndy Shaw2015-01-021-0/+2
* Avoid out of bounds memory reads when scaling imagesv4.8.6Lars Knoll2014-04-031-1/+1
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-141-13/+13
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-271-6/+1
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-301-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Converting from double to qreal in guimread2011-10-101-4/+4
* Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-091-37/+17
* Merge remote-tracking branch 'upstream/4.8'Sergio Ahumada2011-08-291-2/+2
|\
| * Use CoreText for font rendering on uikit.Eike Ziller2011-08-241-2/+2
* | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-2/+2
|/
* Fixed regression introduced by 5842d19cf3dff37a85c.Samuel Rødal2011-08-031-4/+9
* Fixed holes in border image drawing by introducing new API.Samuel Rødal2011-07-261-5/+6
* Get subpixel antialiasing again w/combo of raster and affine transformEskil Abrahamsen Blomfeldt2011-07-251-9/+3
* Fix vertical positioning of glyphs in raster engine with FreeTypeJiang Jiang2011-06-281-3/+4
* Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-06-091-1/+9
|\
| * Merge branch '4.7' into qt-4.8-from-4.7Liang Qi2011-06-061-1/+9
| |\
| | * Missing glyphs transforming QStaticText on X11/raster with subpixel AAEskil Abrahamsen Blomfeldt2011-05-301-1/+9
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-061-17/+17
|\| |
| * | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | | Fix Windows buildJiang Jiang2011-06-031-2/+2
* | | Refactor glyph pretransform checkJiang Jiang2011-06-031-34/+33
* | | Still use midpoint rendering of aliased ellipsesaavit2011-05-311-0/+160
* | | Keep line consistency with text baselineJiang Jiang2011-05-301-1/+2
* | | Revert the revert of subpixel positions interpretation for textJiang Jiang2011-05-231-3/+2
* | | Compilation fix of f8e8583aavit2011-05-191-2/+3
* | | Revert "Fix how subpixel positions are intepreted in an aliased grid."aavit2011-05-191-12/+28
* | | 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-04-131-1/+2
* | Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-131-0/+78
* | Make sure we don't use subpixel positions in full hinting modeJiang Jiang2011-04-011-6/+1
* | Fix remaining regressions in QWSJiang Jiang2011-03-251-2/+5
* | Fixed remaining issues in subpixel positioning with FreeTypeJiang Jiang2011-03-241-125/+125
* | Implement subpixel positioning with FreeTypeJiang Jiang2011-03-221-3/+4
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-0/+7
|\|
| * Prevent infinite loop in raster engine on zero dash pattern length.Samuel Rødal2011-02-221-0/+7
* | Fix silly warnings about initialising in the wrong orderThiago Macieira2011-02-211-4/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-3/+3
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| * Doc: Fixing typoSergio Ahumada2011-01-071-2/+2
* | Merge branch 'qt-graphics-team-text-master'Eskil Abrahamsen Blomfeldt2011-01-101-1/+3
|\ \
| * | Optimize texture glyph cacheEskil Abrahamsen Blomfeldt2010-12-211-1/+3
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-211-22/+15
|\ \ \