summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly register preedit text in QLineControlEskil Abrahamsen Blomfeldt2011-09-151-1/+0
* Add new composite Qt::ImQueryInput queryJoona Petrell2011-09-141-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1372-17271/+2586
|\
| * Use new QInputPanel update function in QTextControlJoona Petrell2011-09-081-7/+3
| * Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+1
| * MicroFocus is in item coordinatesLars Knoll2011-09-081-4/+0
| * Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-082-2/+4
| * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-14/+28
| |\
| * | micro optimizationsKonstantin Ritt2011-09-023-91/+40
| * | fix typo in the docsKonstantin Ritt2011-09-021-1/+1
| * | QRawFont: add missed operator !=Konstantin Ritt2011-09-022-0/+9
| * | optimize QGlyphRun's operator == a bitKonstantin Ritt2011-09-021-7/+11
| * | QGlyphRun: make operator != inlinedKonstantin Ritt2011-09-022-5/+5
| * | QGlyphRun: don't detach if the decoration wasn't actually changedKonstantin Ritt2011-09-021-0/+9
| * | Add a QStyleHints class to QtGuiLars Knoll2011-08-312-14/+11
| * | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-293-1/+9
| |\ \