RSS feed
012b00f3
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/12/07 05:19
[truetype] Reduce Infinality footprint again.
1f951898
– Cameron Cawley <ccawley2011@gmail.com>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/12/06 18:08
[builds/windows] Guard some non-ancient API.
9a533aa2
– Cameron Cawley <ccawley2011@gmail.com>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/12/06 16:46
* builds/windows/visualc/freetype.vcproj: Add missing file.
3f83daee
– Werner Lemberg <wl@gnu.org>
authored
on 2021/12/01 15:17
* Version 2.11.1 released.
03380482
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/29 15:45
[builds/windows] Improve debugging.
3b45f564
– Seigo Nonaka <nona@google.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/29 13:17
* src/base/ftobjs.c (FT_Request_Metrics): Fix build warning on Android.
64e26ad3
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/27 17:31
* builds/windows/vc2010/freetype.vcxproj (DlgCopy): Minor tweak.
36a905e1
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/26 04:15
* src/truetype/ttpload.c (tt_face_load_hdmx): Added comments.
32f13c11
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/25 17:38
[truetype] Quietly reject out-of-spec `hdmx` tables.
cff026d4
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/23 11:05
[truetype] Partly revert 5b626281.
99086bf2
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/23 11:02
* builds/windows/vc2010/freetype.vcxproj (DlgCopy): Use transforms.
3cabd142
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/22 14:36
Update `CHANGES` files, other minor whitespace and documentation issues.
81912a13
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/21 13:31
formats.txt: Add info about WOFF and WOFF2.
407f31ff
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/21 06:01
meson.build: Initialize `common_ldflags`.
896630be
– Lukas Oberhuber <@lukaso>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/21 02:58
* meson.build: Fix compatibility version on MacOS.
a11650d7
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/21 02:51
* src/truetype/ttinterp.c (Ins_MD): Avoid `FT_ABS`.
f8a4163a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/20 02:01
* include/freetype/fttypes.h (FT_MAKE_TAG): Remove the same casting.
6da5f95f
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/20 04:29
[gxvalid] Fix minor compilation warning.
f5ce1824
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/20 02:56
[smooth] Fix stand-alone compilation.
8c8f51c5
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/19 16:50
Avoid undefined left-shifts.
9079c5d9
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/13 03:53
Provide C++ versions for public macros with casts.
238245cd
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/16 17:07
Fix clang++ warnings.
e4f7673e
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/13 16:11
[truetype] Updates for the forthcoming OpenType 1.9 standard (2/2).
93e6b3e8
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/13 09:41
[truetype] Updates for the forthcoming OpenType 1.9 standard (1/2).
d31bafcb
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/14 06:02
Fix clang warnings.
9597fd7b
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/11 12:33
[sfnt] Avoid undefined shifts in `COLR` v1 paint parsing
cf553136
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/12 17:27
[builds/windows] Improve `DlgCopy` target.
42e61723
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/11 18:06
Explicitly define `FT_MSB` for Clang.
c5cd2a3d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/10 03:46
* src/truetype/ttgxvar.c (ft_var_to_normalized): Edge optimization.