summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning/error with clang 3.6Lars Knoll2016-11-081-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+8
| |\
| | * harfbuzz: compile with GCC 7Marc Mutz2016-10-121-0/+8
* | | Add qt_attribution.json filesKai Koehne2016-08-121-0/+17
|/ /
* / Harfbuzz: Fix warnings of MSVC 64 bitFriedemann Kleint2016-07-272-5/+5
|/
* Fix MSVC 64 bit compiler warnings in 3rdparty codeKai Koehne2015-05-131-2/+2
* Fix const correctness in HarfbuzzThiago Macieira2015-03-111-2/+2
* Update copyright headersJani Heikkinen2015-02-1120-20/+20
* Fix more warnings, found by cross-compiling QtThiago Macieira2013-05-011-1/+1
* Fix infinit loopMontel Laurent2013-03-271-1/+1
* Fix HB incorrectly hides [narrow non-breaking space] characterKonstantin Ritt2013-02-251-1/+1
* Harfbuzz: backporting fixes from upstreamKonstantin Ritt2013-02-257-14/+26
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1820-20/+20
* Change copyrights from Nokia to DigiaSergio Ahumada2012-12-0520-20/+20
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-101-1/+1
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-262-2/+12
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-226-32/+25
* Harfbuzz: fix build with NO_OPENTYPE macro definedKonstantin Ritt2012-08-293-1/+7
* HarfBuzz: fix unused parameter / variable warningsMarc Mutz2012-08-251-2/+5
* Fix performence problem while shaping a lines with many scriptsOlivier Goffart2012-08-231-1/+1
* Remove trailing comma in enumThiago Macieira2012-08-151-1/+1
* Silence a false-positive warning about uninitialised variable with ICCThiago Macieira2012-08-153-3/+3
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-072-4/+2
* Re-generate the Arabic joining tables from UCD 6.1.0Konstantin Ritt2012-05-301-33/+36
* Disable GSUB feature when text contains surrogatesEskil Abrahamsen Blomfeldt2012-05-291-1/+12
* Avoid trying to load libthai again and again if it's not presentSimon Hausmann2012-05-101-1/+3
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-109-693/+12
* Avoid assert in QTextLayout for certain stringsEskil Abrahamsen Blomfeldt2012-05-091-0/+4
* Revert "Harfbuzz-shaper - fix incorrect logClusters being set in HB_OpenTypeP...Eskil Abrahamsen Blomfeldt2012-04-261-35/+13
* Harfbuzz-thai - fix buffer overflow when setting item attributesJohn Tapsell2012-04-021-2/+7
* Fix GPOS positioning for some fontsEskil Abrahamsen Blomfeldt2012-03-201-4/+5
* Harfbuzz-shaper - fix incorrect logClusters being set in HB_OpenTypePositionJohn Tapsell2012-03-201-13/+35
* Optimize HB memory consumption of PairPos1 in GPOS tablesEskil Abrahamsen Blomfeldt2012-03-132-28/+101
* Harfbuzz GPOS hinting- do not consider a subtable to be invalid if it is just...John Tapsell2012-03-121-0/+3
* Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-062-2/+32
* Harfbuzz-thai: Hide ZWJ and ZWNJ characters and show Inherited charactersJohn Tapsell2012-02-231-3/+8
* Harfbuzz-thai - When calling HB_OpenTypePosition we must set doLogClusters to...John Tapsell2012-02-231-1/+1
* Harfbuzz-thai - fix to_tis620 function for latin charactersJohn Tapsell2012-02-231-1/+1
* Fix height of some Thai charactersMarko Kenttala2012-02-231-0/+28
* Optimize memory consumption for simple GPOS tablesEskil Abrahamsen Blomfeldt2012-02-152-57/+170
* Fix isolated Thai SARA AM handlingJiang Jiang2012-01-171-7/+26
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fix HarfBuzz Thai character SARA AM handlingJiang Jiang2011-11-243-40/+352
* Harfbuzz shaper: kerning adjustment does not need to be modified by RTLJohn Tapsell2011-11-181-1/+1
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-19/+19
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-252-2/+2
* drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-131-2/+0
* Don't rely on uninitialized dataJoão Abecasis2011-05-101-0/+1