summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-174-26/+14
* | | QFontDatabase: Micro-optimize getFontWeight.Robin Burchell2014-09-151-22/+49
* | | QTextDocument: code cleanupSamuel Gaist2014-09-151-5/+5
* | | QTextDocument: Correct parameter documentationSamuel Gaist2014-09-151-7/+5
* | | QTextDocument: doc and function parameter name cleanupSamuel Gaist2014-09-152-19/+17
* | | Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-152-1/+131
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-103-9/+22
|\| |
| * | QTextEngine: remove unnecessary assignment in LayoutData::reallocate()Maks Naumov2014-09-021-2/+1