summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-6/+6
* | | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-196-18/+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
* | | QPlatformFontDatabase: compress an array of ushortsMarc Mutz2015-07-161-5/+8
* | | QTextEngine: don't hold ItemDecoration in QListMarc Mutz2015-07-131-1/+3
* | | QPlatformFontDatabase: compress requiredUnicodeBits tableMarc Mutz2015-07-131-1/+1
* | | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-2/+2
* | | qdoc:Fixed a few qdoc errorsMartin Smith2015-07-071-0/+14
* | | QTextLayout: deprecate QList API for additionalFormatMarc Mutz2015-07-042-11/+14
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-019-121/+137
|\| |
| * | Replace MAC OS X with OS XNico Vertriest2015-06-303-4/+4
| * | [QZip] Do not depend on platform definitionsKonstantin Ritt2015-06-271-85/+98
| * | Treat color (ARGB) glyphs, e.g. Emoji, as having unreliable glyph outlinesTor Arne Vestbø2015-06-261-5/+5
| * | Simplify permission flag handling a bitKonstantin Ritt2015-06-251-18/+6
| * | [QFontMetrics] Mark obsolete charWidth() method for deletion in 6.0Konstantin Ritt2015-06-252-1/+5
| * | Extend generated style strings to include new font weightsAllan Sandfeld Jensen2015-06-151-9/+20
| * | Font definitions with different style names are not equalAllan Sandfeld Jensen2015-06-031-2/+2
* | | QtGui: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-304-10/+20
* | | QZip*: mark various types movable and primitiveMarc Mutz2015-06-242-0/+10
* | | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-227-11/+18
* | | QTextDocumentLayout: don't hold QPointers in QListMarc Mutz2015-06-221-1/+1
* | | QFontSubset: mark local types movable and hold in QVector, not QListMarc Mutz2015-06-202-19/+24
* | | Remove quadratic behavior in QFontDatabase::writingSystems()Marc Mutz2015-06-191-8/+16
* | | 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 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