summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Keep other text format with QTextOption::SuppressColors tag onJiang Jiang2012-01-311-2/+6
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-09-091-2/+2
* Save previous font engine for right bearing adjustmentJiang Jiang2011-07-271-5/+15
* Reset previousGlyph once we reached a new text itemJiang Jiang2011-07-251-0/+1
* Optimize text layout.Michael Brasser2011-07-111-6/+8
* Fix crash when app font is addedJiang Jiang2011-07-111-4/+4
* Fix horizontal center alignment with trailing spaceJiang Jiang2011-07-041-1/+1
* Fix cursor position test on CursorOnCharacter caseJiang Jiang2011-05-251-2/+4
* Fix xToCursor issue due to backporting from 4.8Jiang Jiang2011-05-241-0/+2
* Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-231-7/+5
* Fix ligature offset in multi-line textJiang Jiang2011-05-201-2/+2
* Make selection work across ligaturesJiang Jiang2011-05-201-21/+43
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Let QTextLine decide its own x position in QPainterJiang Jiang2011-04-191-18/+1
* Adjust right bearing when breaking with line separatorsJiang Jiang2011-03-151-22/+25
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Gunnar Sletta2010-08-241-4/+19
|\
| * Disable minRightBearing optimization in QTextLayout on MacEskil Abrahamsen Blomfeldt2010-08-111-0/+2
| * Fix scrollbar randomly popping up in QPlainTextEditEskil Abrahamsen Blomfeldt2010-08-091-4/+17
* | Use binarysort to find items.Gunnar Sletta2010-08-241-7/+17
|/
* Fix QTextEngine overflow caused by extremely long textJiang Jiang2010-08-051-5/+14
* Fix RightBearing confusion in text layoutmae2010-07-161-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-211-20/+23
|\
| * Documentation changes to QTextLayout.Robin Burchell2010-06-151-20/+23
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-201-3/+11
|\ \ | |/ |/|
| * Fix possible crash in QTextLayout for glyphless itemsEskil Abrahamsen Blomfeldt2010-06-171-3/+11
* | consistent handling of directionality in QTextLayoutLars Knoll2010-06-091-3/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-2/+2
|\ \ | |/
| * Fix regression with Qt::AlignRight on monospaced text in QTextLayoutEskil Abrahamsen Blomfeldt2010-05-271-2/+2
| * Back port change d85b149a5c7f3532f8e1a593a79298c9ae38a95fEskil Abrahamsen Blomfeldt2010-05-271-0/+1
* | Revert behavior of QTextLayout::boundingRect() when line width is setEskil Abrahamsen Blomfeldt2010-05-311-1/+2
* | Fix unreasonably large width of QTextLayout::boundingRect()Eskil Abrahamsen Blomfeldt2010-05-311-1/+1
* | Simplify docs a bitThomas Zander2010-04-161-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-3/+3
|\ \ | |/
| * Recommit 1ebeb971d3382aec0fff927Eskil Abrahamsen Blomfeldt2010-03-221-3/+3
* | Add new function QTextLine::horizontalAdvance()Eskil Abrahamsen Blomfeldt2010-03-231-0/+14
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-41/+82
|\ \ | |/
| * Revert "Optimize getting bearings of a glyph on Windows for true type fonts"Olivier Goffart2010-03-191-3/+3
| * Optimize getting bearings of a glyph on Windows for true type fontsEskil Abrahamsen Blomfeldt2010-03-171-3/+3
| * Optimize speed of QTextLayout and QPainter::drawTextEskil Abrahamsen Blomfeldt2010-03-171-40/+82
* | Fix alignment of text with negative right bearingEskil Abrahamsen Blomfeldt2010-03-091-0/+2
|/
* Blinking cursors are 2 pixels wide on Mac OS X/Cocoa.Prasanth Ullattil2010-02-101-1/+5
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Line spacing fixesJoerg Bornemann2009-10-231-12/+64
* Only account for a negative right bearing in QTextLayoutEskil Abrahamsen Blomfeldt2009-09-241-1/+1
* Fix breaking on fixed column width when text has tabsEskil Abrahamsen Blomfeldt2009-09-221-2/+7
* If the font does not exist, then the right bearing becomes to bigJørgen Lind2009-09-141-1/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101