summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Avoid glyph rendering with FT when not neededJiang Jiang2012-05-042-7/+25
* Load resources in in QTextDocument correctlyLars Knoll2012-05-042-20/+14
* Allow the QPA plugin arguments to contain non-ASCII.Thiago Macieira2012-05-041-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* support UTF-8 encoded file names in QZip*Konstantin Ritt2012-04-251-2/+9
* Don't use the QRegExp methods that modify the object [QtGui]Thiago Macieira2012-04-241-1/+1
* Retain bidirectional marks when eliding textEskil Abrahamsen Blomfeldt2012-04-201-2/+44
* Fix font substitutions.Friedemann Kleint2012-04-192-53/+26
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-181-3/+14
* Fix a thread safety issue with QTextLine::glyphRunsPierre Rossi2012-04-171-1/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1714-26/+24
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1611-54/+59
| |\
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-116-8/+8
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-107-9/+31
| |\ \
| * | | Port to the new QUrl APIThiago Macieira2012-03-302-3/+3
| * | | Merge master into api_changesKent Hansen2012-03-271-1/+1
| |\ \ \
| * \ \ \ Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-232-10/+12
| |\ \ \ \
| | * \ \ \ Merge master into api_changesKent Hansen2012-03-232-10/+12
| | |\ \ \ \
| * | | | | | Cleanup Q3* itemsDebao Zhang2012-03-231-2/+0
| |/ / / / /
| * | | | | Merge master into api_changesKent Hansen2012-03-191-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into api_changesKent Hansen2012-03-168-40/+72
| |\ \ \ \ \ \
| * | | | | | | QtGui: make some constructors explicitMarc Mutz2012-03-146-13/+13
* | | | | | | | 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