- 12 Mar, 2019 1 commit
-
-
Behdad Esfahbod authored
-
- 11 Mar, 2019 5 commits
-
-
Khaled Hosny authored
-
David Corbett authored
-
Eric Muller authored
-
Eric Muller authored
-
Eric Muller authored
Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences. Current behavior unchanged if this flag is not set (and it isn't by default).
-
- 07 Mar, 2019 2 commits
-
-
Ebrahim Byagowi authored
-
David Corbett authored
-
- 06 Mar, 2019 1 commit
-
-
Adrian Wong authored
-
- 05 Mar, 2019 1 commit
-
-
Stephan Bergmann authored
I stumbled over this when trying to upgrade the version of HarfBuzz used by LibreOffice to 3.2.1 (see <https://gerrit.libreoffice.org/plugins/gitiles/core/ +/b7ddc514bff9bdf682abae537f990aa01dc2c0fb%5E!/> "Upgrade to latest HarfBuzz 2.3.1"), where building with MSVC 2017 failed like > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2440: 'reinterpret_cast': cannot convert from 'const int *' to 'std::atomic<int> *' > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): note: Conversion loses qualifiers > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2227: left of '->load' must point to class/struct/union/generic type (see <https://ci.libreoffice.org/job/gerrit_windows/29916/>). I added all the necessary "const" to make building of HarfBuzz 2.3.1 with MSVC 2017 succeed for me. There may be more missing at least conceptually.
-
- 04 Mar, 2019 1 commit
-
-
Martin Hosken authored
-
- 01 Mar, 2019 2 commits
-
-
Ebrahim Byagowi authored
As vscode is going to support it soon
-
Garret Rieger authored
-
- 26 Feb, 2019 1 commit
-
-
Ebrahim Byagowi authored
It makes a hb_face_t from IDWriteFontFace, useful when using DirectWrite facilities for font selection, loading and rendering but using harfbuzz for shaping.
-
- 25 Feb, 2019 2 commits
-
-
David Corbett authored
-
Joël R. Langlois authored
Fixes https://github.com/harfbuzz/harfbuzz/issues/1596
-
- 20 Feb, 2019 2 commits
-
-
Michiharu Ariza authored
-
Michiharu Ariza authored
in case called immediately after init()
-
- 19 Feb, 2019 4 commits
-
-
Khaled Hosny authored
-
Khaled Hosny authored
It is rather confusing to have script, language etc, in hb-common section while feature is in hb-shape section. I keep looking for it in hb-common section then using the API index because I can’t find it there.
-
Evgeniy Reizner authored
Fixed a small typo. [skip ci]
-
Khaled Hosny authored
Copied and edited from the util option documentation. The docbook table syntax is too verbose, but that is the best I can come up with.
-
- 15 Feb, 2019 5 commits
-
-
Behdad Esfahbod authored
CFF more arrayof fixes
-
Behdad Esfahbod authored
[subset] Implement --retain-gids with CFF/CFF2
-
Michiharu Ariza authored
-
Michiharu Ariza authored
-
Martin authored
-
- 14 Feb, 2019 4 commits
-
-
Behdad Esfahbod authored
Wish there was a way to streamline this :(.
-
Michiharu Ariza authored
-
Michiharu Ariza authored
-
Behdad Esfahbod authored
-
- 13 Feb, 2019 4 commits
-
-
Ebrahim Byagowi authored
-
Michiharu Ariza authored
-
Michiharu Ariza authored
-
Ebrahim Byagowi authored
For some reasons djgpp doesn't understand "unsigned int" can be same with one of uint*_t anyway so lets do that for it explicitly. Just to note, our CI's djgpp is based GCC 7.2.0 and isn't old.
-
- 12 Feb, 2019 3 commits
-
-
-
Michiharu Ariza authored
-
Michiharu Ariza authored
-
- 11 Feb, 2019 2 commits
-
-
Michiharu Ariza authored
-
Michiharu Ariza authored
-