summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Jason McDonald2012-01-2393-93/+93
* Fix glyphsEnd range checkJiang Jiang2012-01-201-2/+5
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-1/+1
* Fix that right aligned tabs can cause text overlappingC. Boemann2012-01-171-1/+1
* Join user state of removed text blocksLeandro Melo2012-01-171-9/+10
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-18/+14
* Add methods for font stretch and absolute letter spacingC. Boemann2012-01-112-4/+74
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-102-0/+23
* Make sure cursor navigation in qtexttable works like user expectsC. Boemann2012-01-091-19/+12
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-072-2/+3
* Avoiding crash when insert preEditStringYuchen Deng2012-01-071-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-0594-94/+94
* QTextLayout::lineAt() to return invalid line if index is out of boundsPekka Vuorela2012-01-051-1/+1
* Support RTL text with merge font enginesJiang Jiang2012-01-051-6/+10
* Fix crash in positionInLigatureJiang Jiang2012-01-021-1/+1
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-291-2/+6
* Merge QTextDocumentFragment::toHtml() overload per Qt 5 comment.Robin Burchell2011-12-272-12/+1
* Finish removing Qt3 supportBradley T. Hughes2011-12-233-15/+0
* Add destructor to QPlatformFontDatabase.Frederik Gladhorn2011-12-202-0/+8
* engineData should be cached solely based on QFontDefJiang Jiang2011-12-014-11/+11
* Remove explict debug messageJiang Jiang2011-11-221-1/+1
* Support better committing preedit in QLineControllerPekka Vuorela2011-11-212-0/+29
* Support input method tentative commit string in QLineControlPekka Vuorela2011-11-212-9/+49
* Fix QLineControl work properly with input method selection eventPekka Vuorela2011-11-211-4/+9
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-11-181-6/+9
* Revert logic when building with --force-assertsHarald Fernengel2011-11-161-9/+1
* Fix Q_ASSERT usage in case -force-asserts is enabledEckhart Koppen2011-11-161-0/+8
* Provide defaultFont with fontconfig dbJiang Jiang2011-11-151-0/+1
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-141-5/+2
* Fix symbol fonts support with FT engineJiang Jiang2011-11-111-20/+0
* Fix application font loading in basic font dbJiang Jiang2011-11-111-5/+13
* 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