summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detect Thai writing system support from the font's Code Page BitfieldsKonstantin Ritt2015-03-261-0/+6
* Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-66/+233
* [QFontEngineFT] Get rid of redundant lockFace()/unlockFace() callsKonstantin Ritt2015-03-201-8/+0
* [QFontEngineFT] Fix memory leaks and possible double deletionsKonstantin Ritt2015-03-201-13/+18
* [QFontEngineFT] Fix alphamap creation for a cached glyph with no dataKonstantin Ritt2015-03-121-1/+1
* [QFontEngineFT] Avoid caching a transformed glyph in defaultGlyphSetKonstantin Ritt2015-03-122-17/+5
* [QFontEngineFT] Move some code around to improve readabilityKonstantin Ritt2015-03-121-6/+3
* Unbreak QTextLine::glyphRuns() in a multi-threaded usage scenarioKonstantin Ritt2015-03-121-1/+2
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-122-4/+4
* [QFontEngineFT] Use QScopedArrayPointer to auto-free the bitmap bufferKonstantin Ritt2015-03-111-21/+24
* Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdpartyKonstantin Ritt2015-03-111-1/+1
* [QFontEngineFT] Use FT_Library associated with a given faceKonstantin Ritt2015-03-091-5/+3
* qdoc: Remove unnecessary ifndef Q_QDOCMartin Smith2015-03-071-2/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-8/+31
|\
| * Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-8/+31
* | Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* | Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-252-0/+12
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-4/+5
|\|
| * 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
* | | Add explanatory text to translated strings in font database.Friedemann Kleint2015-02-201-0/+2
* | | [QFreetypeFace::addBitmapToPath] Get rid of unused paramKonstantin Ritt2015-02-202-3/+3
* | | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-162-4/+4
* | | QTextLayout: Reserve space ahead of time.Robin Burchell2015-02-151-0/+2
* | | QFontDatabase: Move style key near usage to avoid heap allocsRobin Burchell2015-02-151-8/+4
* | | QFontDatabase: Optimize QtFontStyle::Key::Key().Robin Burchell2015-02-151-6/+13
* | | FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-143-0/+15
* | | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | | Update copyright headersJani Heikkinen2015-02-1183-581/+581
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-106-18/+33
|\| |
| * | 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
* | | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-083-3/+3
* | | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-083-4/+6
* | | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-3/+0
* | | [QFontDatabase] Speed-up is(Bitmap|Smoothly)ScalableKonstantin Ritt2015-02-041-0/+6
* | | Micro optimizations to HB-NG pathKonstantin Ritt2015-01-241-37/+34
* | | Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-234-33/+29