summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-132-96/+0
| * Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-136-55/+81
| * Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-1210-60/+67
| * Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-124-132/+112
| * Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-042-0/+6
| * Fix path separators in archives created by QZipWriterPavel Mogylevskiy2013-02-201-6/+6