summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-274-8/+18
|\|
| * Add support for more font weights internallyPierre Rossi2014-10-243-8/+17
| * Fix uninitialized value warning in QFontEngineFT.Axel Rasmussen2014-10-231-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-1/+2
|\|
| * Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-0/+2
* | Fix access of non-existing color tableAllan Sandfeld Jensen2014-10-131-2/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-094-59/+139
|\|
| * QCss: mark many classes as movableMarc Mutz2014-10-081-0/+24
| * QCss: Move declaration of ValueExtractorMarc Mutz2014-10-081-39/+34
| * QCss: unexport some classesMarc Mutz2014-10-081-6/+8
| * Add text ranges to QGlyphRunPrivateEskil Abrahamsen Blomfeldt2014-10-082-8/+69
| * Fix QTextInlineObject class documentationAlex Blasche2014-10-051-6/+3
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+1
| |\
| | * Add backslash to the list of word separator.David Schulz2014-09-221-0/+1
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2983-1763/+1046
|\| |
| * | Update license headers and add new license filesMatti Paaso2014-09-2483-1577/+913
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-244-59/+66
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-234-59/+66
| | |\|
| | | * Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-1/+1
| | | * Revert "Make unicode ranges in font take precedence over codepage"Eskil Abrahamsen Blomfeldt2014-08-281-53/+51
| | | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-1/+1
| | | * Fix rendering of fonts matched based on stretchAllan Sandfeld Jensen2014-08-141-0/+7
| | | * Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-4/+4
| * | | Fix warning about sign change (ICC)Thiago Macieira2014-09-231-1/+1
| |/ /
| * | QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-191-1/+4
| * | Restore -qt-block-indent on <li> elementsAllan Sandfeld Jensen2014-09-181-1/+1
| * | Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-183-119/+39
| * | Force a full layout on the frame if it's vertical geometry changesLars Knoll2014-09-121-5/+22