summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-253-0/+25
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-235-14/+23
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-232-2/+11
* Fix memory leaks in the FT font engineLaszlo Agocs2013-09-201-2/+18
* Un-export qt_registerFont() internal functionKonstantin Ritt2013-09-162-10/+10
* Fix QTextEngine build on MSVC2008 debug mode.Nicolás Alvarez2013-09-151-0/+1
* Fix build with -WerrorKonstantin Ritt2013-09-141-1/+1
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-6/+0
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-131-6/+0
| |\
| | * Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
* | | Remove unused QPF font engine support.Thiago Macieira2013-09-132-1501/+0
|/ /
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-132-3/+4
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-0/+8
* | Implement QFontEngine::harfbuzzFont/Face() with HarfBuzz-NGKonstantin Ritt2013-09-131-2/+2
* | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-103-6/+6
* | Use Qt's own glyph cache with the freetype engine.Gunnar Sletta2013-09-101-2/+1
* | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-103-6/+12
* | QFontEngineFT: Drop modularization leftoversKonstantin Ritt2013-09-091-4/+0
* | Add HarfBuzz-NG supportKonstantin Ritt2013-09-082-1/+178
* | Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-084-0/+861
* | QTextEngine::shapeText(): Better error handling for corner casesKonstantin Ritt2013-09-081-4/+4
* | QTextEngine::shapeTextWithHarfbuzz() code simplificationKonstantin Ritt2013-09-082-66/+69
* | Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-055-11/+18
* | Introduce QAbstractTextDocumentLayout::unregisterHandler()J-P Nurmi2013-09-042-0/+19
* | Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-041-1/+0
* | Fix QAbstractTextDocumentLayout::registerHandler() argument nameJ-P Nurmi2013-09-021-4/+2
* | Fix typo in QTextDocument::contentsChange() argumentsJ-P Nurmi2013-09-021-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-024-53/+310
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-274-53/+310
| |\|
| | * Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-272-29/+306
| | * Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-0/+4
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
* | | Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
|/ /
* | Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-205-61/+42
* | Fix possible crash due to integer overflowKonstantin Ritt2013-08-151-1/+1
* | Don't allocate QGlyphLayout data, when possibleKonstantin Ritt2013-08-142-61/+37
* | API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-163-1/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-152-1/+14
|\|
| * Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-112-1/+14
* | Merge branch 'stable' into devSergio Ahumada2013-07-112-0/+10
|\|
| * Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-082-0/+10
* | Add API to let applications integrate with the system fontsAleix Pol2013-07-052-0/+59
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-122-3/+16
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-102-3/+16
| |\
| | * RecalcAdvances and DoKerning should agree on when to use design metricsAllan Sandfeld Jensen2013-06-072-3/+16
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-042-1/+11
|\| |
| * | Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-042-1/+11
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-235-12/+26
|\|
| * Fix clipping of QTextList decorators.Leonard Lee2013-05-231-1/+14
| * Clean up old PostScript printing codeSze Howe Koh2013-05-123-4/+0