summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clarified QTextTable::mergeCells() documentationNico Vertriest2015-12-031-2/+2
* Freetype font engine: Restrict bold depending on OS2 weight class.Friedemann Kleint2015-12-031-2/+6
* Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
* QTextOdfWriter: Added support for hyperlinks.Ilija Ristevski2015-11-301-0/+9
* Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
* Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
* QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
* QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9
* QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
* QFontEngineFT: Optimize format convertion code with template magicKonstantin Ritt2015-11-161-16/+38
* QFontEngineFT: Revise the legacy LCD filter implementationKonstantin Ritt2015-11-161-22/+15
* Fix falsely reported style for fallback fontEskil Abrahamsen Blomfeldt2015-11-161-1/+4
* QFontEngineFT: Minor optimization to convertGRAYToARGB()Konstantin Ritt2015-11-131-6/+9
* QTextEngine: Apply CoreText specific post-processing for QFE::Mac onlyKonstantin Ritt2015-11-131-13/+14
* QTextEngine: Do not disable graphite2 HB shaper backendKonstantin Ritt2015-11-131-15/+14
* QFontEngine: Check for AAT support only with HB-NGKonstantin Ritt2015-11-131-5/+3
* Make qt_findAtNxFile return the source device pixel ratioOlivier Goffart2015-11-131-8/+12
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-1/+9
* Remove historical +4 padding in QFontEngine::alphaMapForGlyph()Eskil Abrahamsen Blomfeldt2015-10-271-1/+1
* Support overlapping contours in glyph rasterizer fallbackEskil Abrahamsen Blomfeldt2015-10-261-0/+1
* Add support for "@3x" image loading.Morten Johan Sørvig2015-10-161-13/+3
* Insert leading after each line, not beforeUlf Hermann2015-10-091-2/+1
* QFontEngine: Read minimum left and right glyph bearings from 'hhea' tableTor Arne Vestbø2015-09-221-19/+55
* Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+7
* Fix some doc warnings.Friedemann Kleint2015-09-111-6/+0
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-026-64/+86
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-264-83/+222
|\
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-123-57/+167
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-173-57/+167
| | |\
| | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-103-57/+167
| | | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-191-0/+2
| * | | Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55
* | | | OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+1
* | | | Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-142-6/+27
* | | | OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-1/+18
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-36/+85
|\| | |
| * | | Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-6/+11
| * | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-312-8/+46
| * | | [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22
| * | | Doc:added doc to undocumented functionsNico Vertriest2015-07-222-2/+6
| |/ /
* | | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-302-2/+5
* | | Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
* | | Clarified the documentation for QTextDocument::find.Kavindra Palaraja2015-07-221-4/+12
* | | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-193-8/+8
* | | QZip*: return FileInfo by valueMarc Mutz2015-07-191-11/+10
* | | QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-192-5/+5
* | | Clean up QZipReader::FileInfoMarc Mutz2015-07-192-39/+7
* | | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-6/+6
* | | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-196-18/+18
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+1
|\| |