summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert binary search in QTextEngine::findItemJiang Jiang2011-07-281-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 potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
| * Check engine existence before increasing reference countJiang Jiang2011-07-121-3/+6
| * Keep reference count for cached font engines in QTextEngineJiang Jiang2011-07-111-0/+15
| * Optimize text layout.Michael Brasser2011-07-111-19/+46
| * Fix crash when app font is addedJiang Jiang2011-07-111-14/+21
| * 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
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| * Let QTextLine decide its own x position in QPainterJiang Jiang2011-04-191-0/+16
| * Make sure num_glyphs pass to HarfBuzz is large enoughJiang Jiang2011-03-241-1/+4
* | 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
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-01-071-1/+1
| |\
| | * Doc: Fixing typoSergio Ahumada2011-01-071-1/+1
| * | improve performance of QTextEngine, esp. setBoundary by using non-detaching o...Milian Wolff2010-12-231-7/+7
| |/
* | 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
|\ \ | |/
| * Fix infinite loop when justifying undisplayable Arabic textEskil Abrahamsen Blomfeldt2010-10-081-6/+10
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-2/+9
|\ \ | |/
| * Recognize @, #, $ and ` as word separatorsThorbjørn Lindeijer2010-09-031-0/+4
| * QTextEngine::LayoutData::reallocate musn't corrupt memoryJoão Abecasis2010-08-311-2/+5