summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-3/+23
* QtGui: declare some classes as sharedMarc Mutz2012-07-108-1/+29
* Color transparency support in html import/exportAlexey Chernov2012-07-102-5/+32
* Optimize QFontMetrics:: boundingRect() and left/rightBearing()Konstantin Ritt2012-07-101-6/+6
* Optimize Q*FontEngine*::stringToCMap()Konstantin Ritt2012-07-103-6/+14
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-1014-75/+68
* Fix cursor truncate to include line positionJiang Jiang2012-07-091-2/+2
* Remove Library dependency on SettingsTasuku Suzuki2012-07-092-4/+0
* Remove platform specific DirectWrite font engine from QtGuiEskil Abrahamsen Blomfeldt2012-07-033-839/+0
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-1/+1
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-0315-0/+95
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-031-13/+11
* Fix capitalization with newline bugYann Bodson2012-07-031-1/+1
* shapeTextWithHarfbuzz() minor optimizationKonstantin Ritt2012-07-031-5/+7
* 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
|\