summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Avoid double initialize of platform font databaseJiang Jiang2011-11-081-1/+0
* Fix subpixel positioning supportJiang Jiang2011-11-084-7/+11
* Fix QQuickTextInput implicit width.Andrew den Exter2011-11-071-1/+2
* Allow disabling FreeType internal cacheJiang Jiang2011-11-052-155/+112
* Fix a warning in QGlyphRun compilationJiang Jiang2011-11-051-0/+1
* Restore subpixel rendering support with fontconfig and FreeTypeJiang Jiang2011-11-051-1/+2
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-041-2/+4
* Do not put cursor at non-stop character positionsJiang Jiang2011-11-041-0/+3
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-043-5/+12
* Renamed QTextLayout member variable for readabilityPekka Vuorela2011-11-032-39/+39
* Documented side-effect of QTextLayout::setPreeditArea()Pekka Vuorela2011-11-031-1/+2
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-312-2/+2
* Freetype: Do not unlock face when returning superclass value in lockedAlphaMa...Oliver Wolff2011-10-281-1/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-278-27/+25
* Fix compiler warnings.Friedemann Kleint2011-10-271-0/+1
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-255-171/+8
* Keep Multi font engine in QFontCacheJiang Jiang2011-10-243-7/+16
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-241-1/+1
* Fix some compiler warnings on MacSergio Ahumada2011-10-211-1/+1
* Remove stale documentation.Casper van Donderen2011-10-182-73/+0
* Fix scaled text rendering with the raster paint engine & FreeTypeSimon Hausmann2011-10-171-0/+7
* Add QGlyphRun::SplitLigature flagEskil Abrahamsen Blomfeldt2011-10-143-28/+49
* Remove commented out reference to QShortcutMapLars Knoll2011-10-141-9/+0
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-1323-1243/+2
* Don't crash when no usable font is availableJiang Jiang2011-10-111-3/+5
* Remove duplicate check in qtextcontrol cursorMoveKeyEvent()Kent Hansen2011-10-111-3/+0
* Use freetype font engine on WindowsOlli Werwolff2011-10-102-1/+13
* Clean-up a macro for CocoaMorten Sorvig2011-10-102-6/+2
* Fix QFont::defaultFamily() in the new QPA world.Pierre Rossi2011-10-072-9/+22
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-061-6/+2
* Add font family alias resolving to QPAJiang Jiang2011-10-054-1/+18
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-5/+5
* Move Qt::escape to QtCoreDavid Faure2011-09-292-34/+1
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-292-2/+1
* Register whether a glyph run goes from RTL or LTREskil Abrahamsen Blomfeldt2011-09-284-37/+116
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+2
* Update QLineControl's state correctly with QT_NO_ACCESSIBLITY.Andrew den Exter2011-09-271-2/+2
* Fix possible assert in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+3
* Add some enablers to QTextDocumentLayoutEskil Abrahamsen Blomfeldt2011-09-262-1/+43
* Fix possible crash in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+1
* Make sure cursor position doesn't exceed line endJiang Jiang2011-09-231-0/+3
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-235-10/+25
* Export QTextImageHandler and add accessor for imageEskil Abrahamsen Blomfeldt2011-09-212-3/+11
* Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFTAleksandar Stojiljkovic2011-09-201-2/+6
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-204-16/+141
* Fix regression causing synthesized oblique glyphs to clipEskil Abrahamsen Blomfeldt2011-09-191-1/+15
* Support synthesized oblique and bold in SceneGraphEskil Abrahamsen Blomfeldt2011-09-192-3/+21
* Treat QTestFontEngine properlyJiang Jiang2011-09-191-1/+1
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-173-5/+7
* doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docsEskil Abrahamsen Blomfeldt2011-09-151-1/+2