shithub: freetype+ttf2subf

RSS feed

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.

766b2c19 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/24 18:14
Propagate sign when reading OFF3.

a69320a9 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/24 18:06
[bdf] Simplify comment collection or lack thereof.

a29e0200 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/23 19:10
Use NULL for pointers only.

6d19b29f – Werner Lemberg <wl@gnu.org> authored on 2021/09/23 04:46
Minor documentation fixes and improvements.

3b573e45 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/22 18:22
Reference `fopen` in the docs.

90b14882 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/22 16:20
[bdf, pcf] Minor optimization.

b4dddd82 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/21 20:30
[base] Initialize stream memory earlier.

93866bec – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/21 19:14
[builds/windows] Revert back to `CreateFileA` only.

892e7ead – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/21 10:39
* src/bdf/bdflib.c (_bdf_parse_{start,glyphs}): Use appropriate scanner.

61903609 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/20 18:18
Minor.

71969d1e – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/20 10:31
* src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW.

52915898 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/18 03:05
[cache] Minor clean-ups.

0b429b60 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/17 04:31
[builds/windows] Try both wide and narrow `CreateFile`

6e1ef98a – Edwin Steiner <edwin.steiner@gmail.com> authored and Alexei Podtelezhnikov <apodtele@gmail.com> committed on 2021/09/16 19:08
[cff] Explicitly set StandardEncoding or ExpertEncoding offsets.

fce74b73 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/16 13:03
[cache] Miscellaneous clean-ups.

79d14cc2 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/16 12:41
* src/cff/cffload.c (cff_fd_select_get): Remove casting.

ae516e6a – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/16 12:39
* src/pcf/pcfread.c (pcf_read_TOC): Remove casting.

801b7540 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/14 18:55
Minor type adjustments.

49270c17 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/14 17:32
Replace boolean allocation macros with MEM ones.

9a4c846e – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/14 17:25
[cache] Revert to some zeroing.

0a8ee851 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/14 06:26
* src/pshinter/pshrec.c (ps_mask_table_merge_all): Tweak loops.

731d0b68 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/13 12:29
[cff, pshinter] Clean up unsigned counters.

058f3f2d – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/13 12:24
[bdf, psnames, sfnt] Avoid some memory zeroing.

59b43ae6 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/13 12:16
* src/base/ftobjs.c (FT_CMap_New): Revert to zeroing.

073ff2d7 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/12 20:04
[truetype] Clean up `exec` initialization.

fab94f9f – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/12 19:30
[truetype] Avoid some memory zeroing.

c1fa7aa2 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/12 19:25
[base] Avoid some memory zeroing.

a8e8d9d7 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/12 19:21
[cache, psaux] Remove zeros.

9870b6c0 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/12 10:32
[cache] Avoid some memory zeroing.

2d57b059 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/11 06:38
* src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero.

5b626281 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/10 06:19
[truetype] Tweak `hdmx` checking.

e942a310 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/09 18:17
[truetype] Tweak `loca` clamping.

c350aac0 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/08 08:18
Fortify memory debugging (cont'd).

63806aad – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/08 06:54
Fortify memory debugging.

77dcc5ed – Werner Lemberg <wl@gnu.org> authored on 2021/09/07 14:49
src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600.

7e26c7a6 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/07 13:06
[builds/windows] Use native memory allocation API.

60a93ea2 – Werner Lemberg <wl@gnu.org> authored on 2021/09/07 02:38
[dlg] Synchronize with upstream.

aee1fd3b – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/03 18:13
Cosmetic zeros.

7bf655b2 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/03 07:31
* src/bdf/bdflib.c (_bdf_parse_start): Keep parser memory.

d1d3dc02 – Werner Lemberg <wl@gnu.org> authored on 2021/09/02 18:12
autogen.sh: Make it work with old Solaris 10 shell.

7f8f0c1c – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/02 19:30
[smooth, raster, sdf] Clean up initialization calls.

a7b199d0 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/02 18:58
* src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing.

0a6f0f8f – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/02 18:52
* src/bdf/bdflib.c (bdf_load_font): Remove memory shuffling.

a81cf5aa – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/02 18:10
Cosmetic zeros.

7482c98f – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/01 18:18
[base] Clean up stream reading.

612925ff – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/09/01 17:37
s/0/NULL/ where appropriate.

efa1a359 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/08/30 05:38
* builds/windows/ftsystem.c (FT_Stream_Open): Fix double-close.

b6c11d49 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/08/30 03:09
[smooth] Reduce shift in multiply-shift optimization.

d1c20005 – Werner Lemberg <wl@gnu.org> authored on 2021/08/28 03:29
[truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER.

6804ce29 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/08/27 05:46
[builds/windows] Revise SSE2 settings.

a842a098 – Ben Wagner <bungeman@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/08/26 12:12
[smooth] Detect SSE2 with MSVC for x86

Next