summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-1017-55/+290
|\|
| * Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-104-11/+7
| * Allow selecting fonts with irregular style namesJiang Jiang2011-06-0911-96/+204
| * Duplicate some harfbuzz symbols inside Qt.Gunnar Sletta2011-06-094-3/+115
| * Reorder member varibles in QGlyphRunPrivate to eliminate warningJiang Jiang2011-06-081-4/+4
| * Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
| * Fix compile when configure with no fontconfig supportJiang Jiang2011-06-081-3/+3
| * Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-074-46/+101
| * Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
* | QTextDocumentLayout has to be exported as it is used in widgetsOlli Werwolff2011-06-081-1/+1
* | Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
* | Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-061-1/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-014-11/+86
|\|
| * Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
| * Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
| * Fix build in C++0x modeBernhard Rosenkraenzer2011-05-311-2/+2
| * Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-303-7/+82
| * Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
| * Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
| * Workaround a bug in Core Text to select Light fontsJiang Jiang2011-05-251-1/+6
| * Fix QFontEngineX11FT compilationJiang Jiang2011-05-251-0/+2