summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Add 'we mean it' header to qpa headersGirish Ramakrishnan2012-04-161-0/+11
* | | | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-161-2/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove Qt5 to-do comment in qtexthtmlparser.cpp.Jason McDonald2012-04-111-1/+1
* | | | | | | Minor clean up in QTextOption APIEskil Abrahamsen Blomfeldt2012-04-112-4/+4
* | | | | | | Remove Qt5 to-do comments in qtextformat.cpp.Jason McDonald2012-04-101-2/+0
* | | | | | | Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-104-12/+47
* | | | | | | Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-102-34/+6
* | | | | | | Fix crash with invalid pre-edit position.Andrew den Exter2012-04-101-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix warnings about truncations in constants.Friedemann Kleint2012-04-032-2/+2
* | | | | | Return early in QRawFont::setPixelSize.Pierre Rossi2012-04-031-1/+1
* | | | | | Change fatal exit in QPlatformFontDatabase to a warning.Friedemann Kleint2012-04-021-3/+3
* | | | | | Calculate correct bounding rect for glyph runs in QTextLayoutEskil Abrahamsen Blomfeldt2012-04-021-1/+2
* | | | | | Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-021-0/+4
* | | | | | Document preedit details on QTextLayoutPekka Vuorela2012-04-021-0/+2
* | | | | | Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-281-2/+2
* | | | | | Protect QAbstractTextDocumentLayout::anchorAt() from preeditPekka Vuorela2012-03-271-0/+15
| |_|_|_|/ |/| | | |
* | | | | Fix warnings about commas at the end of enumsThiago Macieira2012-03-241-1/+1
| |_|_|/ |/| | |
* | | | Fix the build of -qt-freetypeThiago Macieira2012-03-221-0/+1
* | | | Remove hardcoded font names in QFont::defaultFamily()Jiang Jiang2012-03-211-10/+11
| |_|/ |/| |
* | | Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2012-03-161-1/+3
| |/ |/|
* | Use the lazily-queried families for all QPA multi font engines.Pierre Rossi2012-03-147-32/+47
* | Cleanup after the qsf cache file if it fails to be written toAndy Shaw2012-03-121-8/+25
|/
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-123-5/+139
* Add a movable type declaration to QGlyphRun.Andrew den Exter2012-03-121-0/+2
* 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