summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when creating distance field for large glyphEskil Abrahamsen Blomfeldt2016-06-141-1/+3
* Make it possible to create distance fields with any heightEskil Abrahamsen Blomfeldt2016-06-141-1/+2
* Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
* Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-1/+7
* Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-014-9/+8
* doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
* QZipReader - test that QFile::open was, indeed, successful.Timur Pocheptsov2016-04-261-4/+2
* Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
* Fix possible out-of-bounds access when making distance fieldsEskil Abrahamsen Blomfeldt2016-03-311-1/+3
* QFontEngineFT: Apply hinting for non-scaled rotated glyphsAlexander Volkov2016-03-301-1/+7
* QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+13
* QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
* Correct qt_defaultDpi X/Y with just a QCoreApplicationAllan Sandfeld Jensen2016-03-161-2/+2
* QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
* Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1
* Fix UB in QFontEngineFT::loadGlyph()Marc Mutz2016-03-051-1/+1
* Disable ligatures using existing mechanism in HB, not workaroundEskil Abrahamsen Blomfeldt2016-02-243-25/+12
* QFontEngineFT: Fix Clang warning about using uninitialized variables.Friedemann Kleint2016-02-211-2/+2
* Qt Quick: Fix selection when mixing line breaks and line wrapsEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-194-5/+40
* Doc: Fixed Qt::TextWordBreak to Qt::TextWordWrapSamuel Gaist2016-02-151-2/+2
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-156-10/+12
|\
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-023-30/+45
| |\
| * | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-301-0/+3
| * | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
| * | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
* | | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-131-4/+4
* | | Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
* | | Reduce allocations by using reserve()Sérgio Martins2016-02-072-6/+9
| |/ |/|
* | QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-12/+12
* | QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-282-3/+8
* | QFont*: Optimize by caching the QFontCache::instance() resultKonstantin Ritt2016-01-262-11/+17
* | Deduplicate and clarify the code a bitKonstantin Ritt2016-01-261-2/+5
* | Avoid needless string comparisonKonstantin Ritt2016-01-261-2/+3
|/
* Hide better the private API QTextCursor constructorsThiago Macieira2016-01-227-16/+24
* QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-211-46/+46
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-194-3/+14
|\
| * 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
* | Lock qfontdatabase mutex in qt_fallbacksForFamilyAllan Sandfeld Jensen2016-01-151-6/+12
* | Fix broken permission to mode mappingFrank Meerkoetter2015-12-191-3/+3
* | Cache font fallback families to reduce startup timeKonstantin Ritt2015-12-161-3/+52
* | Use the cached font fallback families list in QFont::defaultFamily()Konstantin Ritt2015-12-151-2/+4
* | Doc: Clarified QTextTable::mergeCells() documentationNico Vertriest2015-12-031-2/+2
* | Freetype font engine: Restrict bold depending on OS2 weight class.Friedemann Kleint2015-12-031-2/+6
* | Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
* | QTextOdfWriter: Added support for hyperlinks.Ilija Ristevski2015-11-301-0/+9
* | Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
* | Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
* | QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8