summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Better handling of invalid font tablesHEAD4.8Eskil Abrahamsen Blomfeldt2015-10-2310-85/+198
* Update copyright headersAkseli Salovaara2015-03-31117-1522/+1522
* Added check if fontEngine is still in the cache.David Weisgerber2015-01-291-1/+1
* Fix bugs generating PDF on CocoaJames Turner2015-01-292-3/+67
* Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-12-161-3/+26
* Fix OpenType fonts with cmap tables on WindowsJosh Faust2014-12-132-3/+11
* Make distance fields rendering work with Opentype CFF fontsEskil Abrahamsen Blomfeldt2014-12-132-1/+14
* fix glyph's CMAP index might be corruptedKonstantin Ritt2014-12-131-1/+1
* Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2014-09-091-1/+3
* Memory and file descriptor leak in QFontCacheSimon Yuan2014-05-146-84/+55
* Updated year in copyright headerKai Koehne2014-03-26117-117/+117
* Use the correct system font on OS X Mavericks.Jake Petroules2013-11-112-2/+10
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-10-311-2/+10
* Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
* qpa: Fix memory leak of QFontEngineBox objectFabienne Semeria2013-07-121-1/+5
* Fix clipping of QTextList decorators.Leonard Lee2013-07-081-1/+14
* Fix Mac OS X Carbon build with Qt in a namespace.Danny Boelens2013-04-262-2/+8
* Compile with clang when C++11 support is enabledBradley T. Hughes2013-04-081-1/+1
* Remove the usage of undefined QFontDatabase::WritingSystemLiang Qi2013-03-161-8/+0
* Fix path separators in archives created by QZipWriterPavel Mogilevskiy2013-02-211-6/+6
* Fix text issue with Hiragana characters when stylesheet is applied.Mitch Curtis2013-02-211-0/+6
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-211-0/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13117-117/+117
* Backport adjusting cursorToX for trailing spaces from Qt 5Eskil Abrahamsen Blomfeldt2012-12-192-15/+10
* Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-141-1/+1
* Mac: Correct writingSystem check value for ChineseLiang Qi2012-11-011-2/+2
* Fixing font database memoryleakKarim Pinter2012-10-311-2/+2
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-221-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29117-2809/+2809
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-1/+1
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-141-0/+1
* Revert "Speed up QTextEngine::resolveAdditionalFormats"v4.8.3Eskil Abrahamsen Blomfeldt2012-09-071-65/+2
* Optimize QTextEngine::findItem by using a binary search.Milian Wolff2012-09-051-5/+12
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-311-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-311-2/+65
* Update contact information in license headers.Sergio Ahumada2012-08-01117-234/+234
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-131-3/+23
* Fix cursor truncate to include line positionJiang Jiang2012-07-041-2/+2
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-211-2/+4
* Restored native behavior when moving cursor from selectionRobert Loehning2012-06-201-0/+8
* Fix application font loading in basic font dbJiang Jiang2012-05-041-5/+15
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-121-3/+10
* Fix signed/unsigned warnings (QWS)Sergey Gusarov2012-04-051-1/+1
* Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-031-0/+4
* Fixed compiler warnings about unused q and d pointers.Janne Anttila2012-03-151-1/+0
* Revert "Don't render glyph with FT with fetchMetricsOnly"Jiang Jiang2012-03-011-1/+1
* Fix divide by zero when glyphWidth is 0Jiang Jiang2012-02-281-0/+2
* Fix for Thai characters with a below markMarko Kenttala2012-02-281-3/+9
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-151-1/+1
* QTextEngine - treat a fullstop (0x2E) as the same script as the preceeding te...John Tapsell2012-02-101-1/+14