summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-6/+1
|\ \ | |/
| * Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-271-6/+1
| * Use binarysort to find items.Gunnar Sletta2010-08-241-7/+12
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-24/+62
|\ \ | |/
| * Fix QTextEngine overflow caused by extremely long textJiang Jiang2010-08-051-24/+63
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-2/+2
|\ \ | |/
| * Made -graphicssystem trace work with Qt::TextBypassShaping flag.Samuel Rødal2010-06-291-2/+2
* | Optimize text layout.Michael Brasser2010-07-091-19/+46
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-4/+24
|\ \ | |/
| * Fix compiler warnings in QtGui (text,painting).Friedemann Kleint2010-06-211-1/+1
| * consistent handling of directionality in QTextLayoutLars Knoll2010-06-091-12/+19
| * correctly initialize the bidi level in the text engineLars Knoll2010-06-091-2/+15
* | nano optimizationsRitt Konstantin2010-06-281-6/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-1/+7
|\ \ | |/
| * Add the Qt::TextBypassShaping flag.Jocelyn Turcotte2010-05-311-0/+6
| * QTextEngine: skip an unnecessary call to GetDeviceCaps on Windows.Jocelyn Turcotte2010-05-311-1/+1
* | Use binarysort to find items.Gunnar Sletta2010-05-211-7/+12
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-2/+2
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-1/+1
|\ \ | |/
| * Fix crash for multiscript text in QTextEngine::boundingBox()Eskil Abrahamsen Blomfeldt2010-04-061-1/+1
| * Avoid QString reallocation in QTextEngineAndreas Kling2010-03-041-4/+2
* | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-3/+2
|\ \