summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-052-13/+1
* Remove QFont::handleGirish Ramakrishnan2012-05-313-14/+0
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* Compile with clang when C++11 support is enabledBradley T. Hughes2012-05-301-1/+1
* Fix text decoration width roundingJiang Jiang2012-05-301-1/+1
* Introduce QUnicodeToolsKonstantin Ritt2012-05-301-4/+4
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-293-23/+20
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-2/+2
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-2/+2
* Fix potential access beyond the array endKonstantin Ritt2012-05-251-1/+3
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-221-5/+3
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* QCssParser: Remove temporary structure storing QIcon data.Friedemann Kleint2012-05-212-33/+23
* Fix FreeType glyph caching for high resolutionJiang Jiang2012-05-182-21/+25
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-171-2/+2
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-172-15/+9
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-161-0/+1
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-162-2/+18
* Fix QPA files inclusion headersGirish Ramakrishnan2012-05-151-3/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-119-114/+122
* Do not use charset loaded by fontconfigJiang Jiang2012-05-112-53/+13
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1013-36/+36
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-1/+1
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-0912-35/+35
* | Don't ignore default font's font capitalization in QTextDocumentEskil Abrahamsen Blomfeldt2012-05-101-4/+6
* | QTextEngine: simplify the code a bitKonstantin Ritt2012-05-091-22/+7
* | QTextEngine: drop unused leftoversKonstantin Ritt2012-05-081-8/+0
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-079-12/+12
|/
* 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
| |\ \ \ \ \