summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use special value SMOOTH_SCALABLE where appropriateKonstantin Ritt2014-11-291-3/+2
* | QTextDocument: Don't use QRegExp for string search overloadsSamuel Gaist2014-11-271-8/+68
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-275-106/+38
|\|
| * Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-272-1/+4
| * QDistanceField: a zero glyph index means the glyph was not foundShawn Rutledge2014-11-251-1/+1
| * [QStaticText] Fix potential font engine leakingKonstantin Ritt2014-11-251-3/+8
| * Get rid of some duplicate code in QFontEngineFTEskil Abrahamsen Blomfeldt2014-11-251-101/+25
* | Add missing QT_NO_REGEXP guard to search functionsSamuel Gaist2014-11-262-0/+5
* | QFontDatabase: Fall back to "Any" writing system if none matchesUlf Hermann2014-11-261-1/+4
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-265-135/+110
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2410-55/+130
|\|
| * Fix failure to build QtQuick with LTOThiago Macieira2014-11-232-1/+5
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-215-15/+9
| |\
| | * Fix hb_face leaking in QFontEngineFTKonstantin Ritt2014-11-153-8/+2
| | * Revert "Fix fallbacks for adapted common script"Eskil Abrahamsen Blomfeldt2014-11-133-7/+7
| * | Enable transformations for Qt Quick in FT engineEskil Abrahamsen Blomfeldt2014-11-202-11/+67
| |/
| * Fix loading 2x images in Rich Text DocumentsMihailNaydenov2014-11-071-26/+41
| * Fix justification in multi fontengine glyphrunsAllan Sandfeld Jensen2014-10-281-2/+4
| * fix crash when dropping a file into an empty QTextEditJoerg Bornemann2014-10-271-0/+4
* | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-2/+0