summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | compile fixesLars Knoll2011-05-051-1/+3
| * | | | | | | | | | | | | | | | remove some more qapp dependenciesLars Knoll2011-05-051-7/+2
| * | | | | | | | | | | | | | | | special directory for stuff we want to move from widgets to guiLars Knoll2011-05-055-5982/+0
| * | | | | | | | | | | | | | | | remove some dependencies to QTextEditLars Knoll2011-05-053-17/+14
| * | | | | | | | | | | | | | | | remove some QApplication dependenciesLars Knoll2011-05-053-27/+3
| * | | | | | | | | | | | | | | | move platform specific files out of the wayLars Knoll2011-05-0421-13391/+0
| * | | | | | | | | | | | | | | | moving some more files around.Lars Knoll2011-05-043-2/+2293
| * | | | | | | | | | | | | | | | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0439-430/+914
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | remove dependency to QStyle::visualAlignmentLars Knoll2011-05-042-3/+2
| * | | | | | | | | | | | | | | | | small cleanupsLars Knoll2011-05-042-4/+4
| * | | | | | | | | | | | | | | | | move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-043-5/+4
| * | | | | | | | | | | | | | | | | less qapp includesLars Knoll2011-05-043-4/+0
| * | | | | | | | | | | | | | | | | Remove more QApp dependenciesLars Knoll2011-05-044-61/+44
| * | | | | | | | | | | | | | | | | even less QT3_SUPPORTLars Knoll2011-05-035-75/+0
| * | | | | | | | | | | | | | | | | QWS removal, part 2Lars Knoll2011-05-021-19/+1
| * | | | | | | | | | | | | | | | | remove Qt/Embedded.Lars Knoll2011-05-025-2772/+0
* | | | | | | | | | | | | | | | | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-1213-88/+52
* | | | | | | | | | | | | | | | | | Avoid double initialize of platform font databaseJiang Jiang2011-09-081-1/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix uses of qRound on non-floating-point types.Thiago Macieira2011-07-121-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Remove some metrics parsing code from Core TextJiang Jiang2011-07-112-20/+3
* | | | | | | | | | | Don't cast a string from asciiLars Knoll2011-07-071-1/+1
* | | | | | | | | | | Fix regressions in previous QFontDatabase patchJiang Jiang2011-07-076-57/+64
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-07-012-7/+33
* | | | | | | | | | Fix resource leak in QFontEngineDirectWriteEskil Abrahamsen Blomfeldt2011-07-011-2/+3
* | | | | | | | | | Fix transformations on DirectWrite rasterized textEskil Abrahamsen Blomfeldt2011-07-012-47/+104
* | | | | | | | | | Fix text color in some cases of QML and QStaticTextEskil Abrahamsen Blomfeldt2011-06-301-3/+7