summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge master -> api_changesRohan McGovern2012-02-294-30/+50
|\
| * Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
| * Fix icon loading in style sheets.Friedemann Kleint2012-02-272-28/+33
| * QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-231-1/+14
| * Fix typosPekka Vuorela2012-02-221-1/+1
* | QFontMetrics: make conversion from QFont to QFontMetrics explicitMarc Mutz2012-02-281-2/+2
* | QFontEngine: remove unused and buggy grayPalette()Marc Mutz2012-02-272-20/+0
* | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-261-1/+1
|/
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-218-13/+13
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-203-0/+3
* Remove unnecessary image height adjustments from layout.Andrew den Exter2012-02-201-3/+3
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-171-1/+1
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-176-14/+13
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-179-4/+74
* Add support for querying an elided sub-string from QTextEngine.Andrew den Exter2012-02-162-20/+24
* Use english name to match font in windows platformjian liang2012-02-162-3/+37
* Use newly-added QFileInfo::isNativePathJoão Abecasis2012-02-142-7/+8
* Improvement to font database cleanupjian liang2012-02-102-21/+34
* Preserve weight and style request for multi font enginesJiang Jiang2012-02-092-5/+7
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* QTextEdit cursor position fix when moving left/right with selectionPasi Matilainen2012-02-081-6/+20
* Fix memory leak of QFontEngineBox objectjian liang2012-02-061-1/+5
* Add distance field generation functions from ScenegraphJiang Jiang2012-02-063-2/+851
* Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.Friedemann Kleint2012-02-021-1/+1
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-2/+2
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-5/+0
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-1/+2
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-312-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3088-88/+88
* Remove QTextControl and QLineControl.Andrew den Exter2012-01-257-5602/+0
* Don't lose the fontDef when setting the size of a raw font.Pierre Rossi2012-01-251-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2522-22/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-247-15/+17
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-244-30/+2
* Update contact information in license headers.Jason McDonald2012-01-2393-93/+93
* Fix glyphsEnd range checkJiang Jiang2012-01-201-2/+5
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-1/+1
* Fix that right aligned tabs can cause text overlappingC. Boemann2012-01-171-1/+1
* Join user state of removed text blocksLeandro Melo2012-01-171-9/+10
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-18/+14
* Add methods for font stretch and absolute letter spacingC. Boemann2012-01-112-4/+74
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-102-0/+23
* Make sure cursor navigation in qtexttable works like user expectsC. Boemann2012-01-091-19/+12
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-072-2/+3
* Avoiding crash when insert preEditStringYuchen Deng2012-01-071-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-0594-94/+94
* QTextLayout::lineAt() to return invalid line if index is out of boundsPekka Vuorela2012-01-051-1/+1
* Support RTL text with merge font enginesJiang Jiang2012-01-051-6/+10
* Fix crash in positionInLigatureJiang Jiang2012-01-021-1/+1
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-291-2/+6