shithub: freetype+ttf2subf

RSS feed

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.