summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qtextureglyphcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\
| * Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-051-1/+1
* | Avoid uninitialized texture data in image glyph cacheLaszlo Agocs2019-05-281-0/+8
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
|/
* Don't dither antialiasing on glyphs when converting to monoEskil Abrahamsen Blomfeldt2018-12-211-1/+1
* Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-061-1/+2
* Remove unused NativeImageAllan Sandfeld Jensen2016-07-141-1/+0
* Add begin-end virtuals to the internal glyph cacheLaszlo Agocs2016-03-161-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-3/+3
|\
| * QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-131-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-121-2/+2
* QTextureGlyphCache: add some qMove()Marc Mutz2015-06-221-2/+2
* QTextureGlyphCache: don't use a QList<QImage>Marc Mutz2015-06-221-8/+11
* Q*GlyphCache: de-inline dtor and export vtableMarc Mutz2015-05-261-0/+10
* [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-071-11/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-1/+1
|\
| * GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-101-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-7/+1
|/
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-17/+3
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-23/+20
* Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
* Force FT font engine to load the right glyph metricsGunnar Sletta2013-11-101-0/+12
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-6/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-2/+7
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-131-1/+6
* | Fixed QTextureGlyphCache glyph padding.Yoann Lopes2013-03-191-5/+11
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warning about missing enumeration value.Friedemann Kleint2013-01-151-0/+2
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-8/+4
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-081-22/+5
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-251-2/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-40/+0
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-1/+1
* Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-201-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix crash in raster on X11 when text contains unsupported charactersEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+468