summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize QTextEngine::findItem by using a binary search.Milian Wolff2012-09-051-5/+12
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-311-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-311-2/+65
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-121-3/+10
* Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
* QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-101-1/+14
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix crash in positionInLigatureJiang Jiang2011-12-161-1/+1
* Merge remote branch 'origin/4.8' into 4.8-from-4.7Rohan McGovern2011-09-141-42/+398
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-09-111-3/+3
| |\
| | * Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-081-1/+1
| | * Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-081-2/+2
| * | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-071-2/+1
| |/
| * Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-241-1/+2
| * Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-161-2/+0
| * Minor optimizations for QTextEngineRitt Konstantin2011-08-081-17/+25
| * Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-07-291-12/+6
| |\
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-07-211-2/+2
| |\ \
| | * | Move separator skipping to proper placeJiang Jiang2011-07-191-6/+0
| | * | Skip shaping for hidden line/paragraph separatorsJiang Jiang2011-07-191-0/+6
| | * | Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
| | * | Fix warning for uninitialized variableJiang Jiang2011-07-121-1/+1
| * | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-07-141-0/+1
| |\ \ \ | | |/ / | |/| |
| * | | Fix crash when app font is addedJiang Jiang2011-07-111-14/+21
| * | | Skip boundry neutral characters in bidi itemizationJiang Jiang2011-06-221-4/+22
| * | | Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
| * | | Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-061-17/+17
| |\ \ \
| | * | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| * | | | Fix boundry conditions for cursor hit testJiang Jiang2011-05-251-1/+1
| * | | | Fix cursor position test on CursorOnCharacter caseJiang Jiang2011-05-251-1/+4
| * | | | Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-231-0/+66
| |/ / /
| * | | Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-271-0/+4
| * | | Make sure layoutData exist before checking for string directionJiang Jiang2011-04-271-0/+2
| * | | Take leading space width into account for painting and selectionJiang Jiang2011-04-261-1/+3
| * | | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-191-1/+33
| * | | Support visual cursor movement for BIDI textJiang Jiang2011-04-191-0/+297
| * | | Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-4/+0
| * | | Fix horizontal centered text drawing without word wrapJiang Jiang2011-03-311-0/+16
| * | | Check engine existence before increasing reference countJiang Jiang2011-02-231-3/+6
| * | | Keep reference count for cached font engines in QTextEngineJiang Jiang2011-02-231-0/+15
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-9/+9
| |\ \ \
| * | | | Make sure num_glyphs pass to HarfBuzz is large enoughJiang Jiang2010-12-131-1/+4
| * | | | Fix cursor position of one digit after RTL textJiang Jiang2010-11-151-1/+1
| * | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-091-6/+10
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-2/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-6/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-24/+62
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-2/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Optimize text layout.Michael Brasser2010-07-091-19/+46