summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* Replace two \returns markers by "The function returns"hjk2012-11-301-1/+1
* Not necessary to assign bool to false for changing just 2 lines afterMontel Laurent2012-11-301-3/+2
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-303-1/+4
* Add QText*Format classes to the list of the implicitly shared onesGiuseppe D'Angelo2012-11-301-0/+7
* Fix possible assertion when using stringToCMap() for a multi engineKonstantin Ritt2012-11-271-4/+3
* Change license header from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* Change QTextLayout::textOption() to return a const reference insteadAndy Shaw2012-11-262-2/+2
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-232-0/+6
* 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