summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Doc: Updated the addtional information about elide marksVenu2013-05-101-7/+12
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-223-25/+37
|\|
| * QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-142-0/+2
| * Fix integer overflow for very large fontsKonstantin Ritt2013-04-121-3/+7
| * QFontCache: Make clear() really clear/free cached data it maintainsKonstantin Ritt2013-04-121-22/+28
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-125-27/+27
|\|
| * Fix leaking of QFontEngineDataKonstantin Ritt2013-04-123-11/+18
| * QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-111-1/+1
| * Fix QFontconfigDatabase unable to fallback to a localized familyKonstantin Ritt2013-04-112-15/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-032-4/+2
|\|
| * QTextCharFormat::setFont(): Preserve the font hinting preferenceKonstantin Ritt2013-04-021-0/+1
| * Fix reporting writing systems for non-TrueType fontsKonstantin Ritt2013-04-011-4/+1
* | Improve QTextEngine::elidedText() in TextShowMnemonic modeKonstantin Ritt2013-04-021-4/+5
* | Improve shapeTextWithHarfbuzz() logic a bitKonstantin Ritt2013-04-012-85/+63
* | Replace HB_JustificationClass with QGlyphAttributes::JustificationClassKonstantin Ritt2013-04-012-39/+59
|/
* Fix font stretching issueKonstantin Ritt2013-03-261-2/+2
* Fix handling of 0x00AD code with symbol fonts (Win/QPA/QPF/fallback)Konstantin Ritt2013-03-261-0/+1
* Recommit b7b858595e6e2d8dcc9debeb45eb8b9b294b9be6Eskil Abrahamsen Blomfeldt2013-03-211-8/+0
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2059-1065/+766
|\
| * Fix the font engines leakingKonstantin Ritt2013-03-206-111/+124
| * Move QTextEngine implementation details from QTextLayoutKonstantin Ritt2013-03-193-86/+95
| * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-193-0/+8
| * Perform kerning in QRawFont::advancesForGlyphIndexesAllan Sandfeld Jensen2013-03-192-7/+74
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1612-35/+35
| * QTextEngine capitalization doesn't work with QRawFontAllan Sandfeld Jensen2013-03-141-2/+3
| * Move Unicode script itemization code from text engine to UnicodeToolsKonstantin Ritt2013-03-141-6/+10
| * QTextEngine::itemize(): Minor optimizationKonstantin Ritt2013-03-131-1/+1