summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Compile fix for QtGui when configure with -qpa on WindowsOlli Werwolff2011-05-261-1/+1
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2488-1578/+1757
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24117-1990/+1990
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-4/+40
| * Doc: Fixed qdoc warnings.David Boddie2011-05-237-60/+104
| * Enablers for TextInputEskil Abrahamsen Blomfeldt2011-05-237-23/+119
* | Compile fix for -qpa/Linux.Friedemann Kleint2011-05-232-0/+3
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-1/+1
|\|
| * Fix broken drawing with large fonts using QStaticText and FreeTypeEskil Abrahamsen Blomfeldt2011-05-181-1/+1
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-1211-36/+82
|\|
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-119-31/+27
| * Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-112-5/+55
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1113-226/+181
|\|
| * Merge remote-tracking branch 'staging/master'Olivier Goffart2011-05-101-2/+2
| |\
| | * Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
| * | Fixes warnings about unused variablesOlivier Goffart2011-05-102-2/+1
| * | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-05-101-11/+19
| |/
| * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-109-120/+121
| * Fix QRawFont::setPixelSize() on MacEskil Abrahamsen Blomfeldt2011-05-061-1/+1
| * Only enable design metrics for scalable fontsJiang Jiang2011-05-051-1/+1
| * Add a way to retrieve CTFontRef from QFontJiang Jiang2011-05-052-3/+6
| * Remove QFontEngineFT::loadGlyphMetricsJiang Jiang2011-05-042-101/+0
| * Add required font metrics functions to QRawFontJiang Jiang2011-05-042-0/+56
* | get QtWidgets to linkLars Knoll2011-05-073-3/+3
* | make the new QtGui compileLars Knoll2011-05-073-4/+8
* | 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