summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-0926-87/+167
|\
| * doc: Remove uses of \mainclassMartin Smith2015-06-053-3/+0
| * Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0410-60/+39
| |\
| | * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0310-60/+39
| | |\
| | | * Don't assign iterator to const_iteratorSérgio Martins2015-06-021-1/+1
| | | * Better match thin font stylesAllan Sandfeld Jensen2015-05-141-0/+2
| | | * Fix overcaching the fallback families list for a requested familyKonstantin Ritt2015-05-131-15/+6
| | | * Simplify QFontDatabase::findFont()Konstantin Ritt2015-05-133-19/+22
| | | * [QFontDatabase::findFont] Get rid of the refactoring leftoversKonstantin Ritt2015-05-131-13/+3
| | | * QTextTable/QTextDocumentLayout: remove dead codeDavid Faure2015-05-062-8/+0
| | | * Make data tables const.Volker Krause2015-05-052-2/+2
| | | * Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-042-3/+4
| * | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-032-1/+6
| * | | QStaticTextUserData: declare dtor out-of-line and export classMarc Mutz2015-06-032-2/+7
| |/ /
| * | QAbstractTextDocumentLayoutPrivate: declare dtor out-of-line and export classMarc Mutz2015-06-012-1/+6
| * | src/gui/text/text.pri: add missing header qabstracttextdocumentlayout_p.hMarc Mutz2015-06-011-0/+1
| * | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-304-7/+12
| * | QTextLayout: replace a use of an inefficient QList with QVectorMarc Mutz2015-05-294-11/+50
| * | Q*GlyphCache: de-inline dtor and export vtableMarc Mutz2015-05-263-2/+46
* | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1312-72/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-043-41/+11
| |\|
| | * Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
| | * [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
| | * [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
| | * [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
| | * Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-228-29/+14
| |\|
| | * [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-154-24/+8
| | * Fix trivial copy-paste typo in QTextBlock::previous() docuKonstantin Ritt2015-04-151-1/+1
| | * Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-102-2/+5
| | * [QtFontFamily] Get rid of unused memberKonstantin Ritt2015-04-081-2/+0
| * | Remove <qhash.h> where it's not usedMarc Mutz2015-04-202-1/+2
| * | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-1/+1
| |/
* / Use qreal for devicePixelRatio everywhereMorten Johan Sørvig2015-04-152-2/+5
|/
* [QFontEngineFT::loadGlyph] Fix reversed condition.Friedemann Kleint2015-04-081-6/+6
* [QFontEngineFT::loadGlyph] Consolidate paths for fetchMetricsOnly casesKonstantin Ritt2015-04-072-25/+27
* [QFontEngineFT] Move code around to improve readability (no-op)Konstantin Ritt2015-04-071-21/+14
* [QFontEngineFT] Avoid double-negation of info.xKonstantin Ritt2015-04-071-4/+4
* [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-071-38/+8
* [QFontEngineFT] Consolidate .*lpha.*MapForGlyph() behaviorKonstantin Ritt2015-04-071-71/+52
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+1
|\
| * Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
* | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* | Fix "'QCss::Property' is not a class or namespace"Andrew Knight2015-03-301-11/+11
* | Update Unicode data up to v7.0Konstantin Ritt2015-03-272-2/+47
* | Fix soft-hyphen appearance at line-breakKonstantin Ritt2015-03-261-0/+13
* | Set dontPrint flag for the respective glyphKonstantin Ritt2015-03-261-15/+14
* | Better detection of Symbol fontsKonstantin Ritt2015-03-261-1/+7
* | Detect Thai writing system support from the font's Code Page BitfieldsKonstantin Ritt2015-03-261-0/+6
* | Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-66/+233