summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|/
* [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
* | [QFontEngineFT] Get rid of redundant lockFace()/unlockFace() callsKonstantin Ritt2015-03-201-8/+0
* | [QFontEngineFT] Fix memory leaks and possible double deletionsKonstantin Ritt2015-03-201-13/+18
* | [QFontEngineFT] Fix alphamap creation for a cached glyph with no dataKonstantin Ritt2015-03-121-1/+1
* | [QFontEngineFT] Avoid caching a transformed glyph in defaultGlyphSetKonstantin Ritt2015-03-122-17/+5
* | [QFontEngineFT] Move some code around to improve readabilityKonstantin Ritt2015-03-121-6/+3
* | Unbreak QTextLine::glyphRuns() in a multi-threaded usage scenarioKonstantin Ritt2015-03-121-1/+2
* | QtGui: Fix const correctness in old style castsThiago Macieira2015-03-122-4/+4
* | [QFontEngineFT] Use QScopedArrayPointer to auto-free the bitmap bufferKonstantin Ritt2015-03-111-21/+24
* | Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdpartyKonstantin Ritt2015-03-111-1/+1
* | [QFontEngineFT] Use FT_Library associated with a given faceKonstantin Ritt2015-03-091-5/+3
* | qdoc: Remove unnecessary ifndef Q_QDOCMartin Smith2015-03-071-2/+0
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-8/+31
|\|
| * Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-8/+31
* | Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* | Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-252-0/+12