summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add flag for showing document terminator in textEskil Abrahamsen Blomfeldt2016-04-081-2/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+1
|\
| * Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1
* | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-7/+23
|\|
| * Disable ligatures using existing mechanism in HB, not workaroundEskil Abrahamsen Blomfeldt2016-02-241-8/+11
| * Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-191-3/+16
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | QtGui: eradicate Q_FOREACH loops [QVarLengthArray]Marc Mutz2016-02-111-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-5/+5
|\|
| * Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-6/+7
|\|
| * Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-231-6/+7
* | Add Section Symbol at end of text flow when showing paragraphsJohn Cumming2015-11-191-1/+1
|/
* QTextEngine: Apply CoreText specific post-processing for QFE::Mac onlyKonstantin Ritt2015-11-131-13/+14
* QTextEngine: Do not disable graphite2 HB shaper backendKonstantin Ritt2015-11-131-15/+14
* OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-1/+18
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+1
|\
| * Fix ambiguous overload call on OS XThiago Macieira2015-07-081-1/+1
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-0/+1
* | QTextLayout: replace a use of an inefficient QList with QVectorMarc Mutz2015-05-291-5/+5
|/
* [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-151-15/+0
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-1/+7
* Fix soft-hyphen appearance at line-breakKonstantin Ritt2015-03-261-0/+13
* Set dontPrint flag for the respective glyphKonstantin Ritt2015-03-261-15/+14
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-4/+13
|\
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-4/+4
| |\
| | * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-191-4/+4
| * | OS X/iOS: Fix stretched font renderingEskil Abrahamsen Blomfeldt2015-01-221-0/+9
| |/
* | Micro optimizations to HB-NG pathKonstantin Ritt2015-01-241-37/+34
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-261-2/+2
|/
* Fix hb_face leaking in QFontEngineFTKonstantin Ritt2014-11-151-2/+0
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+1
|\
| * Add backslash to the list of word separator.David Schulz2014-09-221-0/+1
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+3
|\|
| * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-1/+1
* | Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-1/+0
* | QTextEngine: remove unnecessary assignment in LayoutData::reallocate()Maks Naumov2014-09-021-2/+1
* | A basic justification algorithm for HarfBuzz-NGKonstantin Ritt2014-07-271-0/+80
* | Update bundled HarfBuzz-NG copy to 0.9.32Konstantin Ritt2014-07-201-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+5
|\|
| * Don't assert when HB-old is unable to deal with surrogatesKonstantin Ritt2014-07-081-1/+5
* | Decrease code duplication by reusing QTextEngine::findItem()Konstantin Ritt2014-07-081-53/+6
* | Guarantee QTextEngine::findItem() returns -1 for invalid strPosKonstantin Ritt2014-05-231-2/+6
* | Decrease the life time of SpecialData::resolvedFormatsKonstantin Ritt2014-05-211-5/+4
* | Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-201-43/+43