summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-224-64/+45
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-193-5/+6
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-193-9/+14
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-7/+7
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-144-4/+4
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fix crash when QTextLayout::setAdditionalFormats is called with ranges with n...Olivier Goffart2012-09-071-2/+4
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-071-8/+0
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-052-15/+26
* Harfbuzz: fix build with NO_OPENTYPE macro definedKonstantin Ritt2012-08-291-1/+0
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-272-34/+48
* doc: Fix doc warnings for qtextlayout.cppEskil Abrahamsen Blomfeldt2012-08-251-3/+7
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-258-24/+26
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-231-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-231-2/+65
* doc: Remove documentation for removed functionEskil Abrahamsen Blomfeldt2012-08-231-12/+0
* Move Qt::CursorMoveStyle docs to the right file.Frederik Gladhorn2012-08-231-15/+0
* Fix docs for QRawFont.Jason Barron2012-08-211-2/+2
* Doc: Small addition to QAbstractTextDocumentLayout::registerHandler()Geir Vattekar2012-08-181-0/+2
* Register QTextDocument* as a meta type to fix QTextEdit::document typeJ-P Nurmi2012-08-182-1/+3
* QtGui: collapse two qgetenv() on the same variableMarc Mutz2012-08-071-1/+2
* change \img to \image in docsJeremy Katz2012-08-013-5/+5
* Correct method name referred to in QFont's detailed description.Mitch Curtis2012-07-271-1/+1
* Avoid crash when getting bearings from fallback font engineEskil Abrahamsen Blomfeldt2012-07-141-0/+1
* 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