summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cursor position of one digit after RTL textJiang Jiang2012-01-311-1/+1
* Fix crash in positionInLigatureJiang Jiang2011-12-161-1/+1
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-09-091-3/+9
* Revert binary search in QTextEngine::findItemJiang Jiang2011-07-281-12/+6
* 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
* 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
|/
* Fix infinite loop when justifying undisplayable Arabic textEskil Abrahamsen Blomfeldt2010-10-081-6/+10
* Recognize @, #, $ and ` as word separatorsThorbjørn Lindeijer2010-09-031-0/+4
* QTextEngine::LayoutData::reallocate musn't corrupt memoryJoão Abecasis2010-08-311-2/+5
* Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-271-6/+1
* Use binarysort to find items.Gunnar Sletta2010-08-241-7/+12
* Fix QTextEngine overflow caused by extremely long textJiang Jiang2010-08-051-24/+63
* Made -graphicssystem trace work with Qt::TextBypassShaping flag.Samuel Rødal2010-06-291-2/+2
* 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
* 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
* 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
|\ \
| * | compile fix for mingw (also removes some warnings)Thierry Bastian2010-03-231-3/+2
* | | Make QStackTextEngine cheaper to constructAndreas Kling2010-03-221-5/+4
|/ /
* | Avoid QString reallocation for smallcaps fonts in Itemizer::generate()Andreas Kling2010-03-041-1/+1
* | Avoid QString reallocation in QTextEngine::itemize()Andreas Kling2010-03-031-3/+1
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Line spacing fixesJoerg Bornemann2009-10-231-7/+15
* QFontMetrics::boundingRect(QString) returns incorrect width on Mac OS XPrasanth Ullattil2009-09-161-1/+5
* If the font does not exist, then the right bearing becomes to bigJørgen Lind2009-09-141-1/+2
* Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-091-2/+7
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Made eliding of arabic text work without chaning the look of the glyphsGunnar Sletta2009-09-041-0/+33
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13