summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* | | | OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+1
* | | | Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-142-6/+27
* | | | OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-1/+18
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-36/+85
|\| | |
| * | | Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-6/+11
| * | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-312-8/+46
| * | | [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22
| * | | Doc:added doc to undocumented functionsNico Vertriest2015-07-222-2/+6
| |/ /
* | | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-302-2/+5
* | | Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
* | | Clarified the documentation for QTextDocument::find.Kavindra Palaraja2015-07-221-4/+12
* | | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-193-8/+8
* | | QZip*: return FileInfo by valueMarc Mutz2015-07-191-11/+10
* | | QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-192-5/+5
* | | Clean up QZipReader::FileInfoMarc Mutz2015-07-192-39/+7
* | | 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