summaryrefslogtreecommitdiffstats
path: root/harfbuzz
Commit message (Collapse)AuthorAgeFilesLines
* Blind attempt to fix HarfBuzz buildKhaled Hosny2013-05-221-1/+7
| | | | Change-Id: Iaa61bc2c82ab6bd6391c8c81951ca55c5ce133ab
* Update HarfBuzz to 0.9.17Khaled Hosny2013-05-211-7/+1
| | | | | | | Change-Id: If84a1eb7dbd54b4f1e3d876eb63cc3f2f8e51938 Reviewed-on: https://gerrit.libreoffice.org/3993 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl2013-05-161-5/+1
| | | | Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
* Make harfbuzz Windows XP compatibleFridrich Štrba2013-05-102-0/+138
| | | | | | | | | | In a case we use harfbuzz on Windows once, it is using in the uniscribe backend some OpenType shaping that is available only in Vista and later. So call this functions over function pointers if available and if not, fallback to the itemizing/shaping/placing that is available in Windows XP uniscribe. Change-Id: I5b1a22d812d57194d1147effa87033cdf6af78d3
* harfbuzz: stop delivering headersMichael Stahl2013-05-081-17/+0
| | | | Change-Id: I6a68b2df3a5bd4076e07729b675179e52f4f0615
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* fix harfbuzz buildPetr Mladek2013-04-241-1/+7
| | | | | | | icu-config could print the list of libraries on more lines. We need one line for the variable. Change-Id: I08a0415c2c3baa226e9cd32e0c3da7d384511f87
* Revert "Trying to fix the harfbuzz build"Petr Mladek2013-04-241-60/+21
| | | | | | Will use less intrusive solution This reverts commit 4e6033f22aa23a6dd2d2d518264da4e4426eb8e3.
* Trying to fix the harfbuzz buildFridrich Štrba2013-04-241-21/+60
| | | | Change-Id: I7472d6e86cde5459aca4caf21fe7fe4e6ef60ecc
* Fix linking with harfbuzzFridrich Štrba2013-04-231-0/+1
| | | | Change-Id: Ic28c7922b0fab3b5a7ac1c0500a429539a4c29bc
* Disable coretex againFridrich Štrba2013-04-231-0/+9
| | | | Change-Id: I0372ccce744caace0dc43b69c3e26af928d81fa9
* Revert "Disable coretex again"Fridrich Štrba2013-04-231-10/+10
| | | | This reverts commit 0ef5a4bb954e16e4e5e009c78da9196cbf0706fa.
* Disable coretex againFridrich Štrba2013-04-231-10/+10
| | | | Change-Id: I58ea44d1ede37aa4012ab99403411f1aefa5eb6a
* Harfbuzz fixFridrich Štrba2013-04-231-10/+10
| | | | Change-Id: Ia8103d3214885f98a055352f2aecc7d35c85a3c8
* Add HarfBuzz support to the build systemKhaled Hosny2013-04-237-0/+212
To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>