summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qunicodetools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-0/+6
* Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-4/+34
* Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-29/+51
* initCharAttributes() micro-optimizationKonstantin Ritt2013-08-151-5/+12
* Move Unicode script itemization code from text engine to UnicodeToolsKonstantin Ritt2013-03-141-0/+45
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-131-2/+1
* Fix potential issue in QTBF itemization codeKonstantin Ritt2013-03-041-1/+1
* 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-041-1/+2
|\|
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-1/+1
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-3/+3
|/
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-231-0/+12
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-101-3/+3
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-091-58/+63
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-261-2/+32
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-27/+49
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-1/+1
* QUnicodeTables: some internal API renamingsKonstantin Ritt2012-06-221-23/+23
* Improve the code generation by using Q_LIKELY/Q_UNLIKELYKonstantin Ritt2012-06-161-36/+34
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-30/+31
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-6/+107
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-101-281/+326
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-1/+4
* Set the whiteSpace flag outside the grapheme and the line breaking loopKonstantin Ritt2012-06-071-7/+21
* QTBF: fix the mandatory line breaks not being set in some casesKonstantin Ritt2012-05-301-4/+5
* Introduce QUnicodeToolsKonstantin Ritt2012-05-301-11/+21
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+398