summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-106-18/+33
|\
| * Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
| * Add some punctuation to QTextCursor's detailed description.Mitch Curtis2015-02-021-5/+5
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-292-8/+13
| |\
| | * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-192-8/+13
| * | QTextCharFormat: fix word spacing setupMaks Naumov2015-01-231-1/+1
| * | Doc: fix copy/paste error in QTextCharFormat::setFont documentationDavid Faure2015-01-221-1/+1
| * | OS X/iOS: Fix stretched font renderingEskil Abrahamsen Blomfeldt2015-01-221-0/+9
| * | QFontDatabase: Make assert about failed delayed font population more verbose.Friedemann Kleint2015-01-211-1/+1
* | | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-083-3/+3
* | | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-083-4/+6
* | | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-3/+0
* | | [QFontDatabase] Speed-up is(Bitmap|Smoothly)ScalableKonstantin Ritt2015-02-041-0/+6
* | | Micro optimizations to HB-NG pathKonstantin Ritt2015-01-241-37/+34
* | | Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-234-33/+29
* | | QTextDocumentLayout: handle QTextBlock visibilityJ-P Nurmi2015-01-221-2/+4
* | | Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-212-0/+19
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-5/+5
|\| |
| * | QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| |/
| * Doc: verb "to layout" changed to "to lay out"Nico Vertriest2015-01-161-4/+4
* | Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-115-21/+17
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-303-34/+14
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-293-34/+14
| |\|
| | * QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
| | * Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
* | | Set the minimum required FreeType version to 2.1.10Konstantin Ritt2014-12-291-50/+19
* | | Minor improvement to Qt-HB bridging codeKonstantin Ritt2014-12-291-12/+12
* | | Report font tables are R/O blobsKonstantin Ritt2014-12-291-1/+1
* | | [Docs] Don't propose using deprecated QFont:: rawName()/setRawName()Konstantin Ritt2014-12-291-8/+4
|/ /
* | [QFont] Don't build datastream helpers with QT_NO_DATASTREAMKonstantin Ritt2014-12-241-3/+1
* | Make it obvious we never expect QFontDatabase::Any to be supportedKonstantin Ritt2014-12-231-1/+1
* | Re-use cached font engines when request only differs in scriptKonstantin Ritt2014-12-231-2/+27
* | [QFontDatabasePrivate] Drop unused `fallbackFamilies` memberKonstantin Ritt2014-12-231-5/+1
* | [QFontDatabase] Don't look for best foundry twiceKonstantin Ritt2014-12-231-1/+1
* | Simplify QFontDatabase::load() a bitKonstantin Ritt2014-12-211-19/+15
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-183-34/+44
|\|
| * Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+5
| * Make QRawFont usage safer in a multi-threaded environmentKonstantin Ritt2014-12-133-34/+39
* | [QStaticTextItem] Drop unused membersKonstantin Ritt2014-12-142-41/+8
* | QTextDocument QRegExp search cleanupSamuel Gaist2014-12-121-10/+6
* | QTextDocument QRegularExpression search cleanupSamuel Gaist2014-12-121-9/+6
* | Add QFont::Weight enum valuesPierre Rossi2014-12-126-44/+82
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-102-8/+16
|\|
| * Fix loading of web fonts with broken hinting bytecodeAllan Sandfeld Jensen2014-12-042-1/+8
| * FreeType: Fix font rendering with fonts with embedded bitmapsSérgio Martins2014-12-041-2/+4
| * QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1
| * Fix build due to source incompatible change with FreeType 2.5.4Sérgio Martins2014-12-021-3/+3
* | Fix regression introduced by 8e3fdf13543f43d7a4cb4fa41fKonstantin Ritt2014-12-091-1/+6
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0310-140/+140
* | Fix assertion introduced in 8e3fdf13543f43d7a4cb4fa41f7279f9a5d274d3Konstantin Ritt2014-11-291-4/+4