Behdad Esfahbod
a45a630539
Fix unintentional locale dependency ( #3358 )
...
Avoid unintentional locale dependency
hb_variation_to_string uses sprintf with %g, which will produce
a locale-dependent decimal point, which is not desired here.
The output is supposed to be compatible with CSS syntax, and
that always uses '.' for the decimal point.
Fix this by changing the per-thread locale to "C" around sprintf call.
Fixes https://github.com/harfbuzz/harfbuzz/issues/3355
Fixes https://github.com/harfbuzz/harfbuzz/pull/3357
Fixes https://github.com/harfbuzz/harfbuzz/pull/3358
Co-authored-by: Matthias Clasen <mclasen@redhat.com>
3 years ago
Khaled Hosny
be91d2917d
3.2.0
3 years ago
Khaled Hosny
8aed5c21a3
3.1.2
3 years ago
Khaled Hosny
cd5c6cd041
3.1.1
3 years ago
Khaled Hosny
77eeec53a9
3.1.0
3 years ago
Khaled Hosny
9c387e20d6
3.0.0
3 years ago
Khaled Hosny
505df5abf8
2.9.1
4 years ago
Khaled Hosny
9aa6f8a93f
2.9.0
4 years ago
Behdad Esfahbod
e0d7060f80
[test] Rename shaping/ to shape/
4 years ago
Khaled Hosny
63e15eac4f
2.8.2
4 years ago
Khaled Hosny
b37f03f16b
2.8.1
4 years ago
Hans Petter Jansson
8298c2f93b
[hb-view] Use Chafa for terminal graphics if available
...
This produces high-quality terminal graphics using symbols or sixels
according to the detected terminal capabilities.
Fixes #2430 .
4 years ago
Khaled Hosny
743baf3543
[build] Don’t look for FontConfig
...
We don’t currently use it anywhere. It was used briefly for the
hb-fc-list tool, but this tool have not been built since 2015:
commit cd042fc8c4
Author: Behdad Esfahbod <behdad@behdad.org>
Date: Thu Jun 18 10:55:13 2015 -0700
[util] Disable hb-fc-list for now
Until I figure out what to do about the API, and finalize
the tool.
4 years ago
Garret Rieger
b8b8c58b9f
[subset] add tests that check for successful repacking of a real font file.
4 years ago
Khaled Hosny
03538e872a
2.8.0
4 years ago
Behdad Esfahbod
c2fc2aa44c
[atomic] Remove Solaris intrinsics
4 years ago
Behdad Esfahbod
7099a6dca1
[atomic] Remove old Intel primitives implementation
4 years ago
Behdad Esfahbod
711c241f6c
m[mutex] Remove busyloop mutex implemenation
...
Don't know why I ever added this. :)
4 years ago
Khaled Hosny
7236c7e29c
2.7.4
4 years ago
Khaled Hosny
71a3b54f3c
2.7.3
4 years ago
Khaled Hosny
ea4476d738
[autotools] Don’t fallback to icu-config
...
ICU pkg-config support have been available for a long time, and
icu-config often breaks cross-compiling when the one from host system is
found.
4 years ago
Khaled Hosny
5091ea7e24
Merge pull request #2733 from astiob/buffer-context-doc
...
[docs] Describe buffer context applicability more explicitly
4 years ago
Khaled Hosny
9c98b2b9a9
2.7.2
5 years ago
Ebrahim Byagowi
05ef75c553
2.7.1
5 years ago
Ebrahim Byagowi
ef2e380342
Revert "Remove cmake-config support of HarfBuzz"
...
This reverts commit 75efa89343
.
5 years ago
Ebrahim Byagowi
5193357832
Revert "Remove autotools build support"
...
This reverts commit 01ac32aab2
.
5 years ago
Ebrahim Byagowi
01ac32aab2
Remove autotools build support
5 years ago
Ebrahim Byagowi
75efa89343
Remove cmake-config support of HarfBuzz
...
Reverts d38f37b2
as discussed in #2316
5 years ago
Ebrahim Byagowi
a01c7a380b
2.7.0
5 years ago
Behdad Esfahbod
a783840789
Always round up
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/2496
5 years ago
Ebrahim Byagowi
53b0a183c7
Remove concept of stable/unstable from build tools
...
We never practiced the concept of stable and unstable releases, let's
remove the code and always use the stable scheme.
5 years ago
Ebrahim Byagowi
e4203c1469
2.6.8
5 years ago
Ebrahim Byagowi
8c84fee2e5
Update build systems status messages
5 years ago
Ebrahim Byagowi
65462c4b0b
minor, improve the need for graphite comment
5 years ago
Ebrahim Byagowi
fb46a32ed0
2.6.7
5 years ago
Ebrahim Byagowi
42025680cb
2.6.6
5 years ago
Ebrahim Byagowi
44fe1c8ff1
Remove xlocale use now that isn't available in most distros
...
Our CI bots don't detect it in Alpine, ArchLinux, Ubuntu and Fedora
so let's get rid of it use the fallback we are using anyway for a
long time.
5 years ago
Behdad Esfahbod
186976ebd6
[autotools] C++11 requirement is mandatory
...
How was this not updated?
5 years ago
Ebrahim Byagowi
f9bc373381
2.6.5
5 years ago
Behdad Esfahbod
3a74ee5282
2.6.4
5 years ago
Behdad Esfahbod
ce11df1b5b
2.6.3
5 years ago
Behdad Esfahbod
e48ef0804a
2.6.2
5 years ago
Ebrahim Byagowi
88c73359da
Check roundf availibity in autotools
...
Hmm, not sure how I missed it.
6 years ago
Behdad Esfahbod
be97e9d678
2.6.1
6 years ago
Behdad Esfahbod
6461143b44
2.6.0
6 years ago
Ebrahim Byagowi
eb8bd2f7ec
Add hb_gdi_face_create API
...
Based on Konstantin Ritt work posted on mailing list
6 years ago
Carlo Bramini
a4543d408b
Empty DIRECTWRITE_LIBS
...
Not used anymore since DWRITE is loaded dynamically.
6 years ago
Behdad Esfahbod
b14e413fae
2.5.3
6 years ago
Behdad Esfahbod
6b44bf8538
2.5.2
6 years ago
Behdad Esfahbod
6172ec5d87
Remove (unused) posix_memalign fallback
...
Was wrong. The returned pointer couldn't be passed to free(). Ouch!
6 years ago