| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -847/+0 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-06-27 | 1 | -1/+1 |
| |\ |
|
| | * | QTextBoundaryFinder: don't break after uppercase followed by comma | wangChuan | 2019-05-23 | 1 | -1/+1 |
| * | | Allow word break wrapping in Korean text | Eskil Abrahamsen Blomfeldt | 2019-04-04 | 1 | -2/+27 |
| |/ |
|
| * | Update Text segmentation and line break data to Unicode 10.0 | Lars Knoll | 2018-01-03 | 1 | -91/+175 |
| * | Fix libs build with msvc on Chinese locale on Windows | Liang Qi | 2017-02-01 | 1 | -1/+1 |
| * | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -2/+2 |
| * | Improve the script itemization algorithm to match Unicode 8.0 | Konstantin Ritt | 2016-04-27 | 1 | -47/+24 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Update Unicode data & algorithms up to v8.0 | Konstantin Ritt | 2015-11-05 | 1 | -24/+37 |
| * | Update Unicode data up to v7.0 | Konstantin Ritt | 2015-03-27 | 1 | -3/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Fix several regressions in font selection | Eskil Abrahamsen Blomfeldt | 2014-08-20 | 1 | -0/+6 |
| * | Improve the Unicode script itemization implementation | Konstantin Ritt | 2014-04-14 | 1 | -4/+34 |
| * | Update the Unicode Data and Algorithms up to Unicode 6.3.0 | Konstantin Ritt | 2014-01-14 | 1 | -29/+51 |
| * | initCharAttributes() micro-optimization | Konstantin Ritt | 2013-08-15 | 1 | -5/+12 |
| * | Move Unicode script itemization code from text engine to UnicodeTools | Konstantin Ritt | 2013-03-14 | 1 | -0/+45 |
| * | Hide Harfbuzz from the outer world | Konstantin Ritt | 2013-03-13 | 1 | -2/+1 |
| * | Fix potential issue in QTBF itemization code | Konstantin Ritt | 2013-03-04 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | | Merge branch 'stable' into dev | Frederik Gladhorn | 2013-01-04 | 1 | -1/+2 |
| |\| |
|
| | * | properly syncqt-ize harfbuzz headers | Oswald Buddenhagen | 2012-12-04 | 1 | -1/+1 |
| * | | Update Qt internals to use QChar::Script | Konstantin Ritt | 2012-12-21 | 1 | -3/+3 |
| |/ |
|
| * | QTBF: Fix issue with no splitting the words at "." (FULL STOP) | Konstantin Ritt | 2012-11-23 | 1 | -0/+12 |
| * | QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flag | Konstantin Ritt | 2012-10-10 | 1 | -3/+3 |
| * | Update the Unicode Data and Algorithms up to Unicode 6.2 | Konstantin Ritt | 2012-10-09 | 1 | -58/+63 |
| * | QCharAttributes: add wordStart/wordEnd flags | Konstantin Ritt | 2012-09-26 | 1 | -2/+32 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | A step out from Harfbuzz (reduce dependency) | Konstantin Ritt | 2012-09-22 | 1 | -27/+49 |
| * | Add QChar::SoftHyphen enum value | Konstantin Ritt | 2012-07-03 | 1 | -1/+1 |
| * | QUnicodeTables: some internal API renamings | Konstantin Ritt | 2012-06-22 | 1 | -23/+23 |
| * | Improve the code generation by using Q_LIKELY/Q_UNLIKELY | Konstantin Ritt | 2012-06-16 | 1 | -36/+34 |
| * | Line Breaking Algorithm: handle the Object Replacement Character | Konstantin Ritt | 2012-06-10 | 1 | -30/+31 |
| * | Line Breaking Algorithm: don't break inside numeric expressions | Konstantin Ritt | 2012-06-10 | 1 | -6/+107 |
| * | Update the Unicode Text Breaking Algorithm implementation | Konstantin Ritt | 2012-06-10 | 1 | -281/+326 |
| * | Shift positions for lineBreakType | Konstantin Ritt | 2012-06-07 | 1 | -1/+4 |
| * | Set the whiteSpace flag outside the grapheme and the line breaking loop | Konstantin Ritt | 2012-06-07 | 1 | -7/+21 |
| * | QTBF: fix the mandatory line breaks not being set in some cases | Konstantin Ritt | 2012-05-30 | 1 | -4/+5 |
| * | Introduce QUnicodeTools | Konstantin Ritt | 2012-05-30 | 1 | -11/+21 |
| * | move the default text breaking algorithm impl from HarfBuzz to Qt | Konstantin Ritt | 2012-05-10 | 1 | -0/+398 |