summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2819-0/+44
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-272-4/+4
* Remove all references to XLFD fontsLars Knoll2012-06-275-33/+10
* QTextLayout docs: a minor typo fixKonstantin Ritt2012-06-211-1/+1
* Disable hinting for scaled glyphs in FreeTypeJiang Jiang2012-06-141-0/+5
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-144-11/+19
* Add the AGLFN tables generator, update the tables up to AGLFN 1.7Konstantin Ritt2012-06-142-175/+289
* AGLFN: optimize glyph name lookup and reverse map creationKonstantin Ritt2012-06-142-15/+22
* Make distance field image width variable.Yoann Lopes2012-06-121-20/+24
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-081-16/+141
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-6/+6
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-2/+3
* 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