shithub: freetype+ttf2subf

RSS feed

5ec7f588 – David Turner <david@freetype.org> authored on 2021/07/11 19:33
tests/scripts/download-test-fonts.sh rewrite in Python3

f7c6a06c – Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> authored and Werner Lemberg <wl@gnu.org> committed on 2021/07/12 09:58
Support architectures where `long` is smaller than pointers.

5d27b10f – Oleg Oshmyan <chortos@inbox.lv> authored and Werner Lemberg <wl@gnu.org> committed on 2021/07/13 06:59
[base] Fix `FT_Open_Face`'s handling of user-supplied streams.

a4c8f21a – Oleg Oshmyan <chortos@inbox.lv> authored and Werner Lemberg <wl@gnu.org> committed on 2021/07/13 06:44
[base] Reject combinations of incompatible `FT_OPEN_XXX` flags.

e592982a – Anuj Verma <anujv@iitbhilai.ac.in> authored and Werner Lemberg <wl@gnu.org> committed on 2021/07/13 06:00
[sdf] Improve documentation.

c5516e0f – Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> authored and Werner Lemberg <wl@gnu.org> committed on 2021/07/12 05:22
* meson.build: Fix build for other UNIX systems (e.g., FreeBSD).

825b7ea2 – Werner Lemberg <wl@gnu.org> authored on 2021/07/12 18:11
[autofit] More clean-ups.

205d1ae4 – Werner Lemberg <wl@gnu.org> authored on 2021/07/12 18:03
Small clean-ups for the last few commits.

a212668c – David Turner <david@freetype.org> authored on 2021/06/02 15:07
Remove obsolete AF_Angle type and related sources.

2f11522a – David Turner <david@freetype.org> authored on 2021/06/02 15:05
Remove experimental auto-hinting 'warp' mode.

15e88980 – David Turner <david@freetype.org> authored on 2021/06/02 14:54
Remove experimental "Latin2" writing system (FT_OPTION_AUTOFIT2)

59e95b01 – Werner Lemberg <wl@gnu.org> authored on 2021/07/12 02:01
Update 'dlg' subproject.

50d0033f – Werner Lemberg <wl@gnu.org> authored on 2021/07/05 01:44
meson.build: Minor doc fix.

89c60eca – Werner Lemberg <wl@gnu.org> authored on 2021/07/05 01:39
* src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.

5e32a034 – Werner Lemberg <wl@gnu.org> authored on 2021/07/03 16:24
README.git: Revised.

a399fb89 – Werner Lemberg <wl@gnu.org> authored on 2021/07/03 12:34
meson.build: Minor doc improvements.

4cb8a88a – Werner Lemberg <wl@gnu.org> authored on 2021/07/03 06:23
* meson_options.txt: Sort alphabetically; no final full stops.

d3dc2da9 – Ben Wagner <bungeman@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/30 14:22
* src/truetype/ttgxvar.c (tt_set_mm_blend): Test `coords`.

286da6c5 – Dominik Röttsches <drott@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/22 11:01
[sfnt] Support PaintScale in 'COLR' v1 parsing.

0348c627 – Dominik Röttsches <drott@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/29 16:51
[sfnt] Handle fonts without layer list in 'COLR' v1.

f27b4834 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/30 06:54
* src/raster/ftraster.c (Render_Single_Pass): Simplify `band_stack'.

90ecac41 – Werner Lemberg <wl@gnu.org> authored on 2021/06/30 06:23
Update `CHANGES` file; other minor doc fixes.

69c3516c – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/29 19:51
[raster] Do not skip the second pass without dropout control.

3696ac5a – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/29 19:27
[raster] Handle sub-band stack locally.

7be47010 – Anurag Thakur <anuthadev@gmail.com> authored and Werner Lemberg <wl@gnu.org> committed on 2021/05/18 06:33
[CI] Introduce linux CI and refactor job names

e1b1b542 – Werner Lemberg <wl@gnu.org> authored on 2021/06/29 02:07
ftcolor.h: Minor grammar fix.

c852388d – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/28 19:26
[raster] Handle Bézier stack locally.

7d4e55c3 – Dominik Röttsches <drott@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/28 12:29
[sfnt] Improve paint limit checks

3a278381 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/28 06:22
[raster] Clean up vertical sweep.

fb4511eb – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/26 04:49
[raster] Make `band_top' local variable.

f6370e2f – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/25 18:59
[raster] Adjust sub-band bisecting limits.

bc1029b9 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/25 14:20
* src/raster/ftraster.c (Render_Single_Pass): Remove dead code.

ff407765 – Werner Lemberg <wl@gnu.org> authored on 2021/06/25 05:19
[base] Add trace level to logging output.

1e0cef9e – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/23 20:19
[smooth, raster] Fix up and align error codes.

d8ac180c – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/23 19:32
[smooth, raster] Remove synonymous error macros.

1e65e605 – Werner Lemberg <wl@gnu.org> authored on 2021/06/23 04:14
fterrors.h: Fix documentation extraction of `FT_Error_String`.

4cb21b9a – Dominik Röttsches <drott@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/22 16:50
[sfnt] s/PaintTransformed/PaintTransform/, s/transformed/transform/.

284eec1e – Dominik Röttsches <drott@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/22 10:21
Move 'COLR' API to `ftcolor.h`.

bcd73f7d – Werner Lemberg <wl@gnu.org> authored on 2021/06/20 12:23
freetype.h: Mark 'COLR' v1 API as experimental.

008e42a1 – Werner Lemberg <wl@gnu.org> authored on 2021/06/19 11:45
ftver.rc: Update copyright year.

b460a506 – Werner Lemberg <wl@gnu.org> authored on 2021/06/19 03:03
[truetype] Fix integer overflow.

232243e7 – Werner Lemberg <wl@gnu.org> authored on 2021/06/19 02:32
Prevent hinting if there are too many segments.

61bac759 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/18 13:38
* src/sdf/ftsdfrend.c (ft_(b)sdf_render): Do not FT_ERROR routinely.

482c57cc – Werner Lemberg <wl@gnu.org> authored on 2021/06/18 12:46
Add `ChangeLog` entries for last two commits.

f8c5c546 – David Turner <david@freetype.org> authored on 2021/06/16 05:54
Fix for issue 1063

6f273f68 – David Turner <david@freetype.org> authored on 2021/06/15 19:12
[meson] Add first regression test to FreeType

c6fcd612 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/15 18:49
Add a comment.

8336d53c – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/12 18:33
[type42] Fix new memory leak.

db0f2c44 – Werner Lemberg <wl@gnu.org> authored on 2021/06/12 06:05
[psaux] Fix another assertion.

a34afe67 – Werner Lemberg <wl@gnu.org> authored on 2021/06/12 04:40
[psaux] Fix assertions.

9bfecfd2 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/09 19:34
* src/truetype/ttinterp.c (TT_RunIns): Optimize tracing.

7833e308 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/09 06:40
[sdf] Fix SDF positioning.

8dc02fb9 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/06/08 18:31
More CHANGES.

08f66322 – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 14:23
More various documentation improvements and fixes.

d586927d – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 13:44
Various documentation improvements and fixes.

640f654b – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 12:45
Fix 'devel' build for COLR 'v1'.

b24cfc8d – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 11:26
[sfnt] Sanitize cmap4 table better.

ee6d03d3 – Dominik Röttsches <drott@chromium.org> authored on 2021/06/08 10:29
[sfnt] Pointer validity check when reading COLR 'v1' layers

41fa19fc – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 06:32
* src/sdf/ftsdfcommon.c: Fix inclusion of header files.

35b21c71 – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 05:06
[sdf] Make `make multi` work.

36ee7171 – Werner Lemberg <wl@gnu.org> authored on 2021/06/08 05:00
[sdf] Formatting and improved comments.

2b1d5562 – Anuj Verma <anujv@iitbhilai.ac.in> authored on 2021/06/08 04:29
[sdf] Use 8 bits for final SDF output instead of 16bits.

2a6665a4 – Ben Wagner <bungeman@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/06/01 11:25
[sfnt] Fix fallout from 2021-05-29 change.

7ca7da9d – Werner Lemberg <wl@gnu.org> authored on 2021/06/02 02:59
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Fix tracing.

0abbc9f5 – Werner Lemberg <wl@gnu.org> authored on 2021/06/02 02:36
[psaux] Fix MSVC compiler warnings.

6e253b26 – Werner Lemberg <wl@gnu.org> authored on 2021/05/29 07:05
Typos in previous commit.

a50c39aa – Werner Lemberg <wl@gnu.org> authored on 2021/05/29 05:50
Fix compilation errors and (some) warnings for clang++.

2bfdc161 – Werner Lemberg <wl@gnu.org> authored on 2021/05/28 20:27
[build] Allow overriding of `ANSIFLAGS` for GNU make build.

28eee363 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/27 07:38
[type42] Fix auto-hinting.

0d1c306e – Werner Lemberg <wl@gnu.org> authored on 2021/05/25 07:27
[psaux] Guard and trace AFM kern data allocation.

5f485339 – Werner Lemberg <wl@gnu.org> authored on 2021/05/24 04:24
.gitignore: Add `subprojects` directory, fix some patterns.

16947c0e – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/23 01:36
* meson.build (ft2_public_headers): Add missing `ftcid.h'.

2468e59a – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/20 18:20
[type42] Avoid some memory zeroing.

ebf9e5ac – Nikolaus Waxweiler <madigens@gmail.com> authored on 2021/05/15 18:36
[CMake] Update dependency finders.

06e21ffe – Ben Wagner <bungeman@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/05/18 10:49
[gzip] Use exact type for `ft_gzip_alloc` and `ft_gzip_free`.

81852fbc – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/18 18:18
Prioritize the anti-aliasing renderer module.

1bc801b0 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/16 19:12
[sfnt] Additional guards on the POST table.

de151657 – Daniel McArdle <dmcardle@chromium.org> authored and Alexei Podtelezhnikov <apodtele@gmail.com> committed on 2021/05/13 19:08
[psaux] Use doubling allocation strategy for CF2_ArrStack.

2d3f5dd2 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/12 13:24
* src/smooth/ftgrays.c (FT_MAX_GRAY_SPANS): Increase from 10 to 16.

c653b8d2 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/12 12:17
* src/smooth/ftgrays.c (FT_GRAY_SET): Adjust for better code.

8f43d324 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/11 20:04
[smooth] Faster bitmap sweeping.

b0702645 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/10 18:06
* src/smooth/ftgrays.c (gray_hline): Simplify even-odd computations.

967a34ee – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/07 15:17
[type1] Avoid MM memory zeroing.

2f62d8e0 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/07 05:33
* src/bdf/bdflib.c (_bdf_list_ensure): Tweak allocation macro.

79ed536d – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/06 19:46
* src/psaux/psobjs.c (ps_parser_load_field): Tweak allocation macro.

44c59414 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/06 18:54
* src/sfnt/sfobjs.c (sfnt_load_face): Tweak allocation macro.

998c7c0f – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/06 18:51
* src/cid/cidload.c (cid_read_subrs): Tweak allocation macro.

2d957848 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/06 18:49
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Tweak allocation.

8150ed0d – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/05 19:30
[cff,psaux] Avoid memory zeroing (contd.).

82fd32d6 – Ben Wagner <bungeman@chromium.org> authored and Werner Lemberg <wl@gnu.org> committed on 2021/05/03 09:49
* src/cid/cidload.c (cid_hex_to_binary): Improve return value.

66630d88 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/03 18:40
[sfnt] Streamline POST format 2.0 handing.

ec95f9c9 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/02 14:30
[bdf,pcf] Avoid memory zeroing (contd.).

d911cb53 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/01 19:49
* src/cid/cidload.c (cid_read_subrs): Tweak allocaton macro.

dc42f826 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/01 08:46
[sfnt] Avoid some memory zeroing.

b8968d66 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/01 08:24
* src/sfnt/ttpost.c (load_format_{20,25}): Tweak allocaton macros.

2583b608 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/01 05:22
* src/sfnt/pngshim.c (Load_SBit_Png): Tweak allocaton macro.

56ae9430 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/01 05:14
[truetype] Avoid some memory zeroing.

c177cc35 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/05/01 05:09
[woff2] Avoid some memory zeroing.

4e1c6a12 – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/04/30 05:35
* src/gzip/ftgzip.c (ft_gzip_alloc): Zero out memory again.

f631542d – Alexei Podtelezhnikov <apodtele@gmail.com> authored on 2021/04/27 07:39
[lzw] Preserve decompression stack when relocating to heap.

Next