summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Clean up old PostScript printing codeSze Howe Koh2013-05-123-4/+0
* Doc: Updated the addtional information about elide marksVenu2013-05-101-7/+12
* 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
* 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
* 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
* 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
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-182-3/+3
| |\
| * | Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-132-1/+10
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-2/+2
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-2/+2
| | |\ \
| * | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2922-88/+0
| |/ / /
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2288-88/+88
| |\ \ \
| * | | | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-211-0/+1
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+2
| |\ \ \ \
| * | | | | Fix regression in perspective-transformed textEskil Abrahamsen Blomfeldt2013-01-111-1/+1
| * | | | | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-3/+3
| * | | | | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-071-1/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-071-1/+3
| | |\ \ \ \ \
| * | | | | | | Get rid of pre-QPA leftoversKonstantin Ritt2013-01-073-240/+1
| |/ / / / / /
| * | | | | | Merge branch 'stable' into devFrederik Gladhorn2013-01-046-30/+31
| |\ \ \ \ \ \
| * | | | | | | Move ForceIntegerMetrics testing out of the loopKonstantin Ritt2013-01-021-2/+5
| * | | | | | | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-2110-145/+138
* | | | | | | | Fix missing glyphs for large fontsEskil Abrahamsen Blomfeldt2013-03-191-8/+18
* | | | | | | | Remove the usage of undefined QFontDatabase::WritingSystemLiang Qi2013-03-151-8/+0
* | | | | | | | Fix size of HB_FontRec in qharfbuzz_copy_p.hJosh Faust2013-03-131-1/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Doc: Fixed typo "pragraphs" -> "paragraphs"Marcel Krems2013-02-151-2/+2
* | | | | | | Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
| |_|_|_|/ |/| | | |