summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-131-2/+2
|\|
| * Fix uses of qRound on non-floating-point types.Thiago Macieira2011-07-121-2/+2
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-123-45/+52
|\|
| * 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
* | QLineControl: Fix compilation, warnings.Friedemann Kleint2011-07-082-1/+4
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-0612-181/+317
|\|
| * 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
| * Add HB_LineBreakType to qharfbuzz_copy_p.h.Frederik Gladhorn2011-06-301-0/+7
| * Move glyph run merging logic to QTextLayout levelJiang Jiang2011-06-302-110/+101
| * compile on Mac OS XGunnar Sletta2011-06-281-1/+2
| * Add missing APIs to QRawFont and some additional notes to fromFontJiang Jiang2011-06-272-0/+29
| * Only compare styleNames if they are not emptyJiang Jiang2011-06-272-2/+2
| * Store styleName in font databaseJiang Jiang2011-06-273-12/+38
* | added a QLineControl class to QtGuiLars Knoll2011-07-064-1/+2166
* | add QTextControl class to QtGuiLars Knoll2011-07-067-1/+3420
* | Adapt font engines for Windows/QPA.Friedemann Kleint2011-06-293-5/+40
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-278-10/+21
|\|
| * Add styleName to QFontDef comparisonJiang Jiang2011-06-272-0/+4
| * Fix fontconfig usage in X11 font databaseJiang Jiang2011-06-222-52/+31
| * Support -qtnamespace and -qtlibinfix againLiang Qi2011-06-203-5/+13
| * Fix empty lines in Qt HTML when displayed in external browsers (again)Eskil Abrahamsen Blomfeldt2011-06-203-4/+11
| * Fix bug which caused repeated characters in a QML TextEskil Abrahamsen Blomfeldt2011-06-201-2/+2
| * Fix missing empty lines in Qt HTML when displayed in compliant browsersEskil Abrahamsen Blomfeldt2011-06-101-1/+1
* | Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-273-3/+3