RSS feed
6c831d65
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/12/11 17:34
[truetype] Initialize the loader with `hdmx` data.
7809007a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/12/11 17:22
[truetype] Relocate subpixel flag setting.
a35b081e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/12/11 17:12
[truetype] Limit INSTCTRL appication within specs.
bad92be9
– Ben Wagner <bungeman@chromium.org>
authored
on 2021/12/09 12:06
[bdf] Fix use of uninitialized value.
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.
188c7d66
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/09 17:47
Additional `FT_MSB` macro definitions.
05089e8a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/08 17:33
[build/windows] Remove logging from default debug configurations.
d899b200
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/08 07:27
* src/sfnt/sfobjs.c (sfnt_open_font): Fix typo.
b86f96bc
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/08 06:15
* src/gxvalid.*, src/otvalid.*: Fix `-Wformat` warnings.
cce78228
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/08 04:41
[pshinter] Fix C++ compilation.
7ef26604
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/04 05:10
[sfnt] Reduce footprint if WOFF and WOFF2 support is not needed.
bb4e049a
– Werner Lemberg <wl@gnu.org>
authored
on 2021/11/04 04:58
[truetype] Make trickyness checks depend on TT_USE_BYTECODE_INTERPRETER.
9ebdc9cb
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/07 18:21
* src/sfnt/ttload.c (tt_face_load_gasp): Fix a type mismatch warning.
7f4b9bfb
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/07 05:20
[dlg] Define DLG_STATIC explicitly.
c693377e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/07 05:05
[dlg] Lighten up the inclusions.
cb9e7b7a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/06 18:59
[truetype] Avoid some memory zeroing in variations.
fc55291b
– Jany Belluz <jany.belluz@daltonmaag.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/04 07:07
[truetype] Fix handling of packed deltas in Variation Fonts.
9ed5332f
– Jany Belluz <jany.belluz@daltonmaag.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/04 04:56
[truetype] Fix CVAR handling of tuples for all points.
23d1d8ad
– Jany Belluz <jany.belluz@daltonmaag.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/04 04:55
* src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code.
5d651faa
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/03 18:43
* docs/INSTALL: Mention Meson and MSBuild more prominently.
e6e6cbf1
– Gabor Kertesz <gabor.kertesz@linaro.org>
authored
on 2021/11/03 06:07
[libpng] Update Meson wrap for win-arm64
d3d3ff76
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/11/01 13:32
[sfnt] Clarify `COLR` v1 FT_Paint* format representations
588a058d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/11/02 18:51
[builds/windows] Let MSBuild handle DLG copy.
94cb3a2e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/29 06:31
* src/truetype/ttgload.c (load_truetype_glyph): Fix MSVC warning C4312.
31fd0547
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/29 06:13
[builds/windows] Separate MSVC linker and librarian.
79b28d37
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/28 18:51
[builds/windows] Revise MSVC linking optimizations.
793c0126
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/27 18:36
[woff] Optimize table tagging.
a577bbcb
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/27 18:24
[woff2] Optimize table tagging.
80b13f57
– Werner Lemberg <wl@gnu.org>
authored
on 2021/10/26 06:57
Formatting.
535c67dd
– Ben Wagner <bungeman@chromium.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/25 18:38
[mm] Tolerate missing Blend dictionary entries
f091e60c
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/25 18:31
[builds/windows] Add MSVC linker optimazations.
92f5e15f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/23 05:43
* builds/windows/vc2010/freetype.vcxproj: Use MachineARM64.
5e6efd6a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/22 11:25
[builds/windows] Prioritize x64.
80bd4cba
– Gabor Kertesz <gabor.kertesz@linaro.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/22 06:56
[builds/windows] Add ARM64 platform.
65be4b21
– Ben Wagner <bungeman@chromium.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/21 05:55
[mm] Delay setting blend weight and design position.
b5e003f1
– Ben Wagner <bungeman@chromium.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/21 05:48
[cff] Commit vstore data and regions on allocation.
fde91ab8
– Ben Wagner <bungeman@chromium.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/20 07:45
[sfnt] Delay setting gasp ranges and count until computed.
6d12e3a0
– Ben Wagner <bungeman@chromium.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/20 07:38
[sfnt] Delay setting names and langTags until computed.
e990c33f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/20 07:27
* tests/issue-1063/main.c: s/PATH_MAX/FILENAME_MAX/.
8ef8072b
– Werner Lemberg <wl@gnu.org>
authored
on 2021/10/19 18:59
[bdf, cid, pfr, winfonts] Improve rejection of other font formats.
38b349c4
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/18 16:35
[pcf] Zero out the allocated properties.
de9faa53
– Werner Lemberg <wl@gnu.org>
authored
on 2021/10/18 17:03
configure: Use string comparison for directory inodes.
986d503f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/17 05:14
* src/sfnt/ttload.c (tt_face_load_name): NULL-initialize langTag.
30ca63d4
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/16 19:02
[bdf] Fix up user properties.
afd1cb28
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/16 16:25
* src/sfnt/ttload.c (tt_face_load_name): Accounting fix.
c71eb22d
– Ben Wagner <bungeman@chromium.org>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/15 18:18
Fix typos in memory macros.
8406ae53
– Ben Wagner <bungeman@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/10/15 10:16
[truetype] Reload context after re-executing `prep`.
0b92c56c
– Werner Lemberg <wl@gnu.org>
authored
on 2021/10/15 15:02
[truetype] Minor documentation improvements.
943a6bf7
– Anurag Thakur <anuthadev@gmail.com>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/10/13 17:20
Add clang build to linux CI
ede96b23
– Anurag Thakur <anuthadev@gmail.com>
authored
on 2021/10/12 14:26
CI: Add macOS CI, including a clang build
e294a95c
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/11 19:25
* src/cid/cidload.c (parse_fd_array): Protect against trancation.
1029eb93
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/11 18:25
[type1] Revert to signed size for binary data.
77bd46e9
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/10 19:12
[psaux] Signedness revisions.
3b036820
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/10 19:11
[cid] Signedness revisions.
012b4f2d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/08 18:14
* src/cid/cidload.c (cid_face_open): Streamline CIDCount check.
946df221
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/07 18:44
* src/cid/cidload.c (cid_face_open): Streamline SubrCount check.
0313a11c
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/07 18:43
* src/cid/cidgload.c (cid_load_glyph): Fortify incremental loading.
22befeef
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/07 18:41
Signedness revisions.
842ec5ed
– Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/10/06 20:46
meson.build (gen_docs): Use `current_source_dir` instead of `source_root`.
0f23ae2e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/05 12:28
* src/smooth/ftgrays.c (FT_DIV_MOD): Limit the ARM workaround.
a1560406
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/05 10:19
[builds/unix, builds/vms] Standardize `mmap` failure.
467e49e8
– Hugh McMaster <hugh.mcmaster@outlook.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/10/05 18:21
autogen.sh: Only copy submodules if building from a git branch.
bbab0a67
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/04 19:55
* include/freetype/internal/ftgloadr.h: Add missing header.
ec6a4588
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/04 19:10
[pshinter] Additional clean-ups.
227445f6
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/03 18:48
[pshinter] More convenient direction definition.
d102a514
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/03 18:45
[pshinter] Remove unnecessary check.
3a65f1a2
– AnuthaDev <anuthadev@gmail.com>
authored
on 2021/10/02 06:52
CI: Hardcode meson version to fix build failure on windows
311764fa
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/10/01 07:50
Additional `FT_MSB` macro definitions.
68fae526
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/30 18:59
* src/autofit/afhints.c (af_glyph_hints_reload): Decrease casting.
1d79c892
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/29 18:17
* src/tools/apinames.c: Facilitate OpenVMS linker options.
dd0ccdc3
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/28 18:57
* src/winfonts/winfnt.c (FNT_Face_Init): Correct reallocation.
12ef831f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/24 18:27
[builds/unix] Do not use autoconf SIZEOF.
Next