summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+1
|\
| * Insert leading after each line, not beforeUlf Hermann2015-10-091-2/+1
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-022-0/+2
* | Implement support for 'none' value for list-style CSS propertyDan Vrátil2015-09-301-0/+3
|/
* QFontEngine: Read minimum left and right glyph bearings from 'hhea' tableTor Arne Vestbø2015-09-221-19/+55
* Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+7
* Fix some doc warnings.Friedemann Kleint2015-09-111-6/+0
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-026-64/+86
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-83/+222
|\
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-123-57/+167
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-173-57/+167
| | |\
| | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-103-57/+167
| | | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-191-0/+2
| * | | Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55
* | | | 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