summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-084-20/+59
* Remove dead code.Pierre Rossi2012-03-084-32/+0
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-072-13/+1
* Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-063-6/+12
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-044-23/+3
|\
| * Merge master -> api_changesRohan McGovern2012-02-294-30/+50
| |\
| * | 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
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0210-114/+114
* | | Revert "Don't render glyph with FT with fetchMetricsOnly"Jiang Jiang2012-03-011-1/+1
* | | Allow using multi fontengine in QTextLayout with QRawFont.Pierre Rossi2012-03-017-22/+108
* | | Add support for QRawFont in QTextLayout.Pierre Rossi2012-03-016-64/+171
| |/ |/|
* | 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
|/
* 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