summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the font engines leakingKonstantin Ritt2013-03-201-5/+2
* Move QTextEngine implementation details from QTextLayoutKonstantin Ritt2013-03-191-29/+71
* 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
* Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-131-2/+2
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-24/+21
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-1/+3
|\|
| * Fix possible crash in QTextDocumentEskil Abrahamsen Blomfeldt2013-01-031-1/+3
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-15/+16
|/
* QTextEngine: Support SMP code points when case changingKonstantin Ritt2012-10-251-4/+16
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-3/+12
* Get rid of unused memberKonstantin Ritt2012-10-161-2/+0
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-131-2/+2
* Update/fix QTextBoundaryFinder simple usage cases in qtbaseKonstantin Ritt2012-10-131-10/+10
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-40/+23
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-23/+40
* compile fix for MSVC 2008 and std::upper_boundThomas Hartmann2012-10-041-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-32/+28
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-3/+4
* Fix crash when QTextLayout::setAdditionalFormats is called with ranges with n...Olivier Goffart2012-09-071-2/+4
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-051-14/+18
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-231-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-231-2/+65
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-3/+3
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-1/+1
* Fix capitalization with newline bugYann Bodson2012-07-031-1/+1
* shapeTextWithHarfbuzz() minor optimizationKonstantin Ritt2012-07-031-5/+7
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Remove all references to XLFD fontsLars Knoll2012-06-271-6/+4
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* Fix text decoration width roundingJiang Jiang2012-05-301-1/+1
* Introduce QUnicodeToolsKonstantin Ritt2012-05-301-4/+4
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-171-2/+2
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-11/+3
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+1
* Don't ignore default font's font capitalization in QTextDocumentEskil Abrahamsen Blomfeldt2012-05-101-4/+6
* QTextEngine: simplify the code a bitKonstantin Ritt2012-05-091-22/+7
* Retain bidirectional marks when eliding textEskil Abrahamsen Blomfeldt2012-04-201-2/+44
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-181-3/+14
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+1
|\
| * Fix crash with invalid pre-edit position.Andrew den Exter2012-04-101-1/+1
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
|/
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-121-0/+99
* Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-061-1/+1