summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-061-1/+1
* Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-011-2/+3
* Add support for QRawFont in QTextLayout.Pierre Rossi2012-03-011-54/+120
* Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
* QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-231-1/+14
* Add support for querying an elided sub-string from QTextEngine.Andrew den Exter2012-02-161-19/+23
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix that right aligned tabs can cause text overlappingC. Boemann2012-01-171-1/+1
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix crash in positionInLigatureJiang Jiang2012-01-021-1/+1
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-041-3/+9
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-222/+0
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-5/+1
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-171-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-131-4/+4
|\
| * Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-081-2/+2
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-1/+2
| |\
| * \ Merge branch 'master' into refactorGunnar Sletta2011-08-251-19/+25
| |\ \
| * \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-1/+1
| |\ \ \
| * \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-19/+45
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-0/+69
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'origin/master' into refactorLars Knoll2011-05-041-1/+338
| |\ \ \ \ \ \ \ \
| * | | | | | | | | move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-041-2/+2
* | | | | | | | | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
* | | | | | | | Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
* | | | | | Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-141-4/+22
* | | | | | Fix crash when app font is addedJiang Jiang2011-07-141-14/+21
* | | | | | Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
* | | | | | Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
| |_|_|_|/ |/| | | |
* | | | | Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
| |_|_|/ |/| | |
* | | | Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-301-0/+69
| |_|/ |/| |
* | | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| |/ |/|
* | Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-291-0/+4
* | Make sure layoutData exist before checking for string directionJiang Jiang2011-04-291-0/+2
* | Take leading space width into account for painting and selectionJiang Jiang2011-04-291-1/+3
* | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-291-1/+33
* | Support visual cursor movement for BIDI textJiang Jiang2011-04-291-0/+297
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2845