summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
* Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12
* 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
* | | 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
|/ /
* | Fix ambiguous overload call on OS XThiago Macieira2015-07-081-1/+1
* | 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
* | 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
* | 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
* | [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-154-24/+8
* | Fix trivial copy-paste typo in QTextBlock::previous() docuKonstantin Ritt2015-04-151-1/+1
* | Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-102-2/+5
* | [QtFontFamily] Get rid of unused memberKonstantin Ritt2015-04-081-2/+0
* | [QFontEngineFT::loadGlyph] Fix reversed condition.Friedemann Kleint2015-04-081-6/+6
* | [QFontEngineFT::loadGlyph] Consolidate paths for fetchMetricsOnly casesKonstantin Ritt2015-04-072-25/+27
* | [QFontEngineFT] Move code around to improve readability (no-op)Konstantin Ritt2015-04-071-21/+14
* | [QFontEngineFT] Avoid double-negation of info.xKonstantin Ritt2015-04-071-4/+4
* | [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-071-38/+8
* | [QFontEngineFT] Consolidate .*lpha.*MapForGlyph() behaviorKonstantin Ritt2015-04-071-71/+52
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+1
|\|
| * Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
* | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-2/+4
* | Fix "'QCss::Property' is not a class or namespace"Andrew Knight2015-03-301-11/+11
* | Update Unicode data up to v7.0Konstantin Ritt2015-03-272-2/+47
* | Fix soft-hyphen appearance at line-breakKonstantin Ritt2015-03-261-0/+13
* | Set dontPrint flag for the respective glyphKonstantin Ritt2015-03-261-15/+14
* | Better detection of Symbol fontsKonstantin Ritt2015-03-261-1/+7