summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
* Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-8/+31
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-4/+5
|\
| * REG: Fix misplaced outline drawn text with native renderingEskil Abrahamsen Blomfeldt2015-02-052-4/+5
* | Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
* | Add some punctuation to QTextCursor's detailed description.Mitch Curtis2015-02-021-5/+5
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-292-8/+13
|\|
| * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-192-8/+13
* | QTextCharFormat: fix word spacing setupMaks Naumov2015-01-231-1/+1
* | Doc: fix copy/paste error in QTextCharFormat::setFont documentationDavid Faure2015-01-221-1/+1
* | OS X/iOS: Fix stretched font renderingEskil Abrahamsen Blomfeldt2015-01-221-0/+9
* | QFontDatabase: Make assert about failed delayed font population more verbose.Friedemann Kleint2015-01-211-1/+1
* | QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
|/
* Doc: verb "to layout" changed to "to lay out"Nico Vertriest2015-01-161-4/+4
* QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
* Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
* 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
* 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
* 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
* 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
* Add support for more font weights internallyPierre Rossi2014-10-243-8/+17
* Fix uninitialized value warning in QFontEngineFT.Axel Rasmussen2014-10-231-0/+1
* Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
* 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
* | 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