summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-041-2/+2
* | | | | | | | | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
* | | | | | | | Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
* | | | | | Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-141-4/+22
* | | | | | Fix crash when app font is addedJiang Jiang2011-07-141-14/+21
* | | | | | Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
* | | | | | Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
| |_|_|_|/ |/| | | |
* | | | | Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
| |_|_|/ |/| | |
* | | | Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-301-0/+69
| |_|/ |/| |
* | | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| |/ |/|
* | Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-291-0/+4
* | Make sure layoutData exist before checking for string directionJiang Jiang2011-04-291-0/+2
* | Take leading space width into account for painting and selectionJiang Jiang2011-04-291-1/+3
* | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-291-1/+33
* | Support visual cursor movement for BIDI textJiang Jiang2011-04-291-0/+297
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2845