summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
| * | Cache font fallback families to reduce startup timeKonstantin Ritt2015-12-161-3/+52
| * | Use the cached font fallback families list in QFont::defaultFamily()Konstantin Ritt2015-12-151-2/+4
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-4/+8
|\| |
| * | 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
* | | Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-5/+14
|\| |
| * | Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
| * | QTextOdfWriter: Added support for hyperlinks.Ilija Ristevski2015-11-301-0/+9
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | | Make a couple of iterators trivially-copyable in Qt 6Sérgio Martins2015-11-292-0/+8
* | | QFont*: fix some const-incorrectnesses involving QFontPrivateMarc Mutz2015-11-273-19/+19
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-273-29/+26
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-1/+1
|\| |
| * | QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
* | | Add Section Symbol at end of text flow when showing paragraphsJohn Cumming2015-11-191-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-185-80/+111
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-1/+2
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-13/+3
|\| |
| * | Add support for "@3x" image loading.Morten Johan Sørvig2015-10-161-13/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+1
|\| |
| * | Insert leading after each line, not beforeUlf Hermann2015-10-091-2/+1
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-022-0/+2
* | | Implement support for 'none' value for list-style CSS propertyDan Vrátil2015-09-301-0/+3
|/ /
* | 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