summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-1/+1
* Fix capitalization with newline bugYann Bodson2012-07-031-1/+1
* shapeTextWithHarfbuzz() minor optimizationKonstantin Ritt2012-07-031-5/+7
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Remove all references to XLFD fontsLars Knoll2012-06-271-6/+4
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* Fix text decoration width roundingJiang Jiang2012-05-301-1/+1
* Introduce QUnicodeToolsKonstantin Ritt2012-05-301-4/+4
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-171-2/+2
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-11/+3
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+1
* Don't ignore default font's font capitalization in QTextDocumentEskil Abrahamsen Blomfeldt2012-05-101-4/+6
* QTextEngine: simplify the code a bitKonstantin Ritt2012-05-091-22/+7
* Retain bidirectional marks when eliding textEskil Abrahamsen Blomfeldt2012-04-201-2/+44
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-181-3/+14
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+1
|\
| * Fix crash with invalid pre-edit position.Andrew den Exter2012-04-101-1/+1
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
|/
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-121-0/+99
* 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