summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make it easier to select words at the start of a line.Andrew den Exter2011-09-051-12/+22
| * Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-09-051-2/+6
* | 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
|\|
| * Fix crash when fallback font is not #0 in multi font engineEskil Abrahamsen Blomfeldt2011-08-262-0/+7
| * Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
* | 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
|\|
| * Enablers for using QGlyphRun in SceneGraphEskil Abrahamsen Blomfeldt2011-08-198-24/+135
| * Fixed broken lookup of fallback fonts on qpaRohan McGovern2011-08-191-2/+1
| * Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
| * Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
| * Remove all non-const operator==Harald Fernengel2011-08-093-35/+1
* | 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
| |\|
| | * Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-297-13/+13
| | * Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
| | * Emit selectionChanged signals when input method alters the selection.Andrew den Exter2011-07-261-0/+3
| | * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-2/+4
| | * Use QUuid::toByteArray() instead of QUuid::toString().toAscii()liangqi2011-07-221-1/+1
| | * Add support for rawFonts loaded from data in FaceIdPierre Rossi2011-07-212-1/+4
* | | 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
|\|
| * Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-211-6/+13
| * Add a way to check if we have a matching family in the database.Pierre Rossi2011-07-202-0/+12
| * Do not use qRound with integersOlivier Goffart2011-07-201-1/+1
| * Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-201-2/+2
| * Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
| * Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-141-4/+22
| * Fix crash when app font is addedJiang Jiang2011-07-143-19/+28
| * Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
| * Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1