summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix possible crash/assertion in qt_fontHasNarrowOutlines()Konstantin Ritt2012-11-211-4/+10
* Fixed rendering artifacts when drawing cursor.Samuel Rødal2012-11-201-1/+1
* Fix conditional jump based on an uninitialized variable.Jędrzej Nowacki2012-11-031-2/+3
* Pixel-align vertical metrics in QTextLayout againEskil Abrahamsen Blomfeldt2012-10-301-2/+2
* QSyntaxHighlighter: minor code de-duplicationKonstantin Ritt2012-10-291-25/+4
* QFontEngineMulti: Fix possible crash in stringToCMap()Konstantin Ritt2012-10-291-3/+4
* QTextEngine: Support SMP code points when case changingKonstantin Ritt2012-10-251-4/+16
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-252-4/+13
* Fix crash due to memory access violationKonstantin Ritt2012-10-221-0/+1
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-192-7/+29
* Remove Qt3 compat leftoversKonstantin Ritt2012-10-191-12/+2
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-181-4/+4
* Get rid of unused memberKonstantin Ritt2012-10-161-2/+0
* QTextBlock: Handle surrogates in textDirection()Konstantin Ritt2012-10-161-2/+9
* QFont: Don't detach unless value has really changedKonstantin Ritt2012-10-161-6/+46
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-152-39/+41
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-133-7/+7
* QFont: Fix build with QFONTCACHE_DEBUGKonstantin Ritt2012-10-131-1/+1
* QGlyphRun: Fix isEmpty() and boundingRect() didn't work after setRawData()Konstantin Ritt2012-10-131-5/+5
* Update/fix QTextBoundaryFinder simple usage cases in qtbaseKonstantin Ritt2012-10-131-10/+10
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-40/+23
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-23/+40
* fixing typo in compile fix for MSVC 2008Thomas Hartmann2012-10-081-1/+1
* compile fix for MSVC 2008 and std::upper_boundThomas Hartmann2012-10-042-1/+24
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2289-2137/+2137
* 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