summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-294-8/+8
| * | | Merge branch 'master' into refactorGunnar Sletta2011-08-2513-80/+162
| |\ \ \
| * | | | QFontEngine: Avoid nesting multi-fontengines.Friedemann Kleint2011-08-232-1/+3
| * | | | Remove Type1 supportLars Knoll2011-08-192-255/+0
| * | | | Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-192-14/+13
| * | | | Move printing into it's own libraryLars Knoll2011-08-192-3/+0
| * | | | Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-194-78/+48
| * | | | Merge "Merge remote branch 'gerrit/master' into refactor" into refactorJørgen Lind2011-08-048-13/+19
| |\ \ \ \
| | * \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-038-13/+19
| | |\ \ \ \
| * | | | | | QPlatformFontDatabase: Add default fonts.Friedemann Kleint2011-08-032-0/+28
| |/ / / / /
| * | | | | Added Q_GUI_EXPORT for some internal symbols needed in QtWidgets.Samuel Rødal2011-07-271-4/+4
| * | | | | Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-8/+7
| * | | | | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-216-30/+77
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-131-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-123-45/+52
| |\ \ \ \ \ \ \