summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qharfbuzzng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set point size, not just pixel size, when creating HarfBuzz fonts for shapingTor Arne Vestbø2018-12-161-0/+2
* Remove macOS specific path that causes reverse vertical advanceAllan Sandfeld Jensen2018-11-221-4/+0
* Update most Unicode data to version 10.0Lars Knoll2018-01-031-1/+15
* Bump the minimum required version for harfbuzz to 1.6.0Lars Knoll2017-12-301-24/+0
* Update HB-to-Qt bridging code to deal with latest HBKonstantin Ritt2017-02-021-62/+55
* QFontEngine: use RAII for font_, face_ membersMarc Mutz2016-03-041-14/+6
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-1/+9
* Update Unicode data up to v7.0Konstantin Ritt2015-03-271-1/+40
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Minor improvement to Qt-HB bridging codeKonstantin Ritt2014-12-291-12/+12
* Report font tables are R/O blobsKonstantin Ritt2014-12-291-1/+1
* Fix hb_face leaking in QFontEngineFTKonstantin Ritt2014-11-151-4/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* [HB] Ensure we always working with non-multi font engineKonstantin Ritt2014-04-041-4/+4
* [HarfBuzz-NG] Optimize Unicode de-/composition callbacksKonstantin Ritt2014-03-251-33/+26
* Use QStringIterator instead of homebrewKonstantin Ritt2014-03-101-9/+5
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-051-27/+1
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-1/+1
* Update HarfBuzz-NG path on MacKonstantin Ritt2014-02-131-0/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-7/+15
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-7/+15
| |\
| | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-7/+15
* | | Optimize stringToCMap() usageKonstantin Ritt2014-02-071-13/+10
|/ /
* | Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-311-1/+1
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-10/+6
|/
* Fix build with -WerrorKonstantin Ritt2013-12-171-1/+1
* Fix build with -WerrorKonstantin Ritt2013-09-141-1/+1
* Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-081-0/+730