summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-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
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+3
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-06-241-0/+1
| |\ \ | | |/
| | * Recognize | as separator characterThorbjørn Lindeijer2009-06-231-0/+1
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-3/+3
|\ \ \ | |/ /
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| * | Merge branch '4.5'Thiago Macieira2009-05-221-14/+26
| |\ \ | | |/
| * | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-2/+2
| * | Long live Qt!Lars Knoll2009-03-231-0/+2648
| /
* | Make Qt exception safer.Robert Griebl2009-06-101-4/+6
|/
* Fixed potential bug caused by change b89efc8e7f32.Samuel Rødal2009-05-221-1/+1