Sign in
skia
/
third_party
/
freetype2
/
HEAD
41eab7e
* tests/README.md: Fix a script name.
by Alan Coopersmith
· 4 days ago
master
03acd89
[build] Don't use non-POSIX escapes in sed regexp.
by Werner Lemberg
· 8 days ago
sed
66e1ec8
Typo.
by Werner Lemberg
· 8 days ago
7e14994
* include/freetype/internal/ftobjs.h (ft_default_raster): Relic removed.
by Alexei Podtelezhnikov
· 10 days ago
526ec5c
* Version 2.14.1 released. ==========================
by Werner Lemberg
· 11 days ago
VER-2-14-1
566f880
[base] Fix return values of two Font Variation functions.
by Behdad Esfahbod
· 12 days ago
53b9319
* src/autofit/afgsub.c (af_map_lookup): Fix handling of lookup type 7.
by Werner Lemberg
· 12 days ago
36f917c
* src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits.
by Alexei Podtelezhnikov
· 14 days ago
3ac4907
Typo!
by Alexei Podtelezhnikov
· 14 days ago
89eba38
* src/truetype/ttinterp.c (TT_Run_Context): Reset IUP tracking bits.
by Alexei Podtelezhnikov
· 14 days ago
e969f52
[autofit] Fix HarfBuzz calling.
by Behdad Esfahbod
· 2 weeks ago
9db5233
* docs/release: Use `sshpass` for SourceForge.net password.
by Werner Lemberg
· 2 weeks ago
bdd560f
* docs/release: Fix `scp` usage with OpenSSH version >= 9.0.
by Werner Lemberg
· 2 weeks ago
007c46e
* Version 2.14.0 released. ==========================
by Werner Lemberg
· 2 weeks ago
VER-2-14-0
28223c5
* builds/toplevel.mk (do-dist): Download shallow clone of `config.git`.
by Werner Lemberg
· 2 weeks ago
32cb539
Update all copyright notices.
by Werner Lemberg
· 2 weeks ago
d3668e0
src/sfnt/ttload.c (tt_face_load_any): Correctly handle font containers.
by Werner Lemberg
· 2 weeks ago
ba7eb5b
Clean up OpenVMS support.
by Jouk Jansen
· 3 weeks ago
c6cf32d
* src/psaux/psauxmod.h (psaux_driver_class): Removed declaration.
by Alexei Podtelezhnikov
· 3 weeks ago
61a4234
[base] Use const FT_Module_Class.
by Alexei Podtelezhnikov
· 3 weeks ago
48f91b5
* src/base/ftobjs.c (FT_Load_Glyph): Reduces scope of 'ttface'.
by Alexei Podtelezhnikov
· 4 weeks ago
c085125
* src/truetype/ttinterp.c: Fix some builds.
by Alexei Podtelezhnikov
· 4 weeks ago
8cbabc4
* subprojects/*.wrap: Updated.
by Werner Lemberg
· 5 weeks ago
23fa1e3
Updating `CHANGES` file; minor fixes elsewhere (mostly formatting).
by Werner Lemberg
· 5 weeks ago
ca0247a
[truetype] Fix compilation without bytecode.
by Alexei Podtelezhnikov
· 5 weeks ago
cff6674
[truetype] Small fix in the incremental interface (again).
by Alexei Podtelezhnikov
· 6 weeks ago
6bd5a8c
[truetype] Small fix in the incremental interface.
by Alexei Podtelezhnikov
· 6 weeks ago
508c30e
* src/autofit/afgsub.c: Fix a warning.
by Alexei Podtelezhnikov
· 6 weeks ago
adc7b85
* */ftoption.h: Update C99 wording.
by Alexei Podtelezhnikov
· 6 weeks ago
4c77a69
* */ftoption.h: Note C99 compliance.
by Alexei Podtelezhnikov
· 6 weeks ago
670d0b2
[ttgxvar] Fix caching of scalars when there are intermediate tuples.
by Behdad Esfahbod
· 6 weeks ago
aa2ee67
Improvements to OpenVMS support.
by Jouk Jansen
· 7 weeks ago
27c1cb1
* docs/CHANGES: Mention 'ftmulti' improvements.
by Alexei Podtelezhnikov
· 7 weeks ago
42047ae
[type1/MM] Correctly reset the default instance.
by Alexei Podtelezhnikov
· 7 weeks ago
08805be
[truetype/v40] Fix ROUND_XY_TO_GRID handling.
by Alexei Podtelezhnikov
· 7 weeks ago
6c18a39
* src/truetype/ttinterp.c (Ins_MDRP,MIRP): Small tweak.
by Alexei Podtelezhnikov
· 8 weeks ago
bytecode_tweak
64a0c64
[truetype] Tweak size management.
by Alexei Podtelezhnikov
· 8 weeks ago
8ceba9b
[truetype] Relocate color compensation (cont'd).
by Alexei Podtelezhnikov
· 8 weeks ago
47d80cf
[truetype] Fix EVEN and ODD instructions.
by Alexei Podtelezhnikov
· 8 weeks ago
ac662dc
* src/truetype/ttinterp.c: Fix comments.
by Alexei Podtelezhnikov
· 8 weeks ago
63e2c05
* src/truetype/ttinterp.h (TT_Round_Func): Fix argument.
by Alexei Podtelezhnikov
· 8 weeks ago
62ca1fd
[truetype] Clean up size validation.
by Alexei Podtelezhnikov
· 8 weeks ago
9e9d539
[truetype] Relocate color compensation.
by Alexei Podtelezhnikov
· 8 weeks ago
d6022b6
[smooth] Remove usage of setjmp and longjmp.
by Alexei Podtelezhnikov
· 8 weeks ago
sansjmp
b04db38
[sfnt] Rewrite GPOS kerning support. (2/2)
by Werner Lemberg
· 3 months ago
gpos
8ef26a8
[sfnt] Rewrite GPOS kerning support. (1/2)
by Werner Lemberg
· 3 months ago
ecbc1ab
[cff] Support GPOS kerning.
by Werner Lemberg
· 3 months ago
fb6a742
* src/sfnt/ttkern.h (TT_FACE_HAS_KERNING): Remove macro.
by Werner Lemberg
· 3 months ago
0fd0cf3
[autofit] Remove `globals->gsub_length`.
by Werner Lemberg
· 3 months ago
f1cd6db
* src/truetype/ttobjs.c (tt_size_init_bytecode): Correct previous fix.
by Werner Lemberg
· 3 months ago
5e67151
* src/autofit/afgsub.c: Include `tttables.h` and `afgsub.h`.
by Werner Lemberg
· 3 months ago
01695ea
Various minor fixes.
by Werner Lemberg
· 3 months ago
f1be739
More signedness fixes.
by Werner Lemberg
· 3 months ago
8d82c9f
*/*: Fix trivial signedness issues with format strings in trace messages.
by Werner Lemberg
· 3 months ago
346d8fa
Fix `make multi`.
by Werner Lemberg
· 3 months ago
39d85f1
* MSBuild.sln: Minor.
by Alexei Podtelezhnikov
· 3 months ago
d7e640b
[doc] Revise font variation API.
by Werner Lemberg
· 3 months ago
636aede
[doc] Use 'Adobe MM', 'TrueType GX', and 'OpenType Font Variations'.
by Werner Lemberg
· 3 months ago
61bacf3
Set minimum HarfBuzz version back to 2.0.0.
by Werner Lemberg
· 3 months ago
6a982bd
[autofit] Speed up computation of `af_reverse_character_map_new`. (4/4)
by Werner Lemberg
· 3 months ago
9e8b642
[autofit] Speed up computation of `af_reverse_character_map_new`. (3/4)
by Werner Lemberg
· 3 months ago
9bfb8e8
[autofit] Speed up computation of `af_reverse_character_map_new`. (2/4)
by Werner Lemberg
· 3 months ago
cda418a
[autofit] Speed up computation of `af_reverse_character_map_new`. (1/4)
by Werner Lemberg
· 3 months ago
2ab0357
[base] Add no-overwrite hash insert functions.
by Werner Lemberg
· 3 months ago
820df38
[base] Add iterators for `FT_Hash`.
by Werner Lemberg
· 4 months ago
58be487
[truetype] Add comment to explain heuristic limit for twilight points.
by Werner Lemberg
· 3 months ago
43940e4
[truetype] Restore non-persistent CVT and storage.
by Alexei Podtelezhnikov
· 3 months ago
36ddd0c
[truetype] Deduplicate 'codeRangeTable'.
by Alexei Podtelezhnikov
· 3 months ago
c9cbfac
[truetype] Simplify bytecode allocations.
by Alexei Podtelezhnikov
· 3 months ago
4c2437e
[truetype] Rework handling of rendering mode in bytecode.
by Alexei Podtelezhnikov
· 3 months ago
0e38fa7
* src/truetype/{ttinterp.c,ttobjs.c}: Minor.
by Alexei Podtelezhnikov
· 3 months ago
1977060
[truetype] Clean up bytecode execution triggers.
by Alexei Podtelezhnikov
· 3 months ago
b647de0
* src/truetype/ttgload.c (tt_loader_init, load_sbit_image): Clean up.
by Alexei Podtelezhnikov
· 3 months ago
2041c65
[truetype] Simplify twilight zone management.
by Alexei Podtelezhnikov
· 3 months ago
3ccc27d
[autofit] Really fix handling of `RTLD_DEFAULT`.
by Behdad Esfahbod
· 3 months ago
738905b
[truetype] Revise twilight zone initiation.
by Alexei Podtelezhnikov
· 3 months ago
04f6805
* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Remove check.
by Alexei Podtelezhnikov
· 3 months ago
fc051dc
[autofit] Ignore virtual glyph indices from GSUB lookups.
by Werner Lemberg
· 3 months ago
3c14c52
[truetype] Clean up TT_GlyphZone.
by Alexei Podtelezhnikov
· 3 months ago
1529bc6
[truetype] Use FT_ARRAY_ZERO.
by Alexei Podtelezhnikov
· 3 months ago
5ab9e5c
[truetype] Rearrange bytecode run.
by Alexei Podtelezhnikov
· 4 months ago
68c62e1
[truetype] Relocate the interpreter pointer.
by Alexei Podtelezhnikov
· 4 months ago
ecfefd8
[truetype] Clean up the loader initiation.
by Alexei Podtelezhnikov
· 4 months ago
5631650
[truetype] Modify bytecode initiation.
by Alexei Podtelezhnikov
· 4 months ago
70281e0
[truetype] Modify the graphics state management.
by Alexei Podtelezhnikov
· 4 months ago
a67b2ba
[gxvar] Really fix setting of named-instance to Regular.
by Werner Lemberg
· 3 months ago
d736e74
Two more link fixes.
by Werner Lemberg
· 3 months ago
7f559fb
Update links.
by Werner Lemberg
· 3 months ago
cf06661
Fix setting of named-instance to Regular
by Behdad Esfahbod
· 4 months ago
320b72a
* src/type42/t42objs.c (T42_Size_Init): Fix uninitialized use.
by Alexei Podtelezhnikov
· 4 months ago
bd28cf7
[autofit] Fix `-Wunused-but-set-variable` warning in Windows builds.
by Ozkan Sezer
· 4 months ago
5bc2081
[build] Revise visibility attributes usage in autotools and CMake.
by Ozkan Sezer
· 4 months ago
81f839a
* CMakeLists.txt: Add support for `FT_CONFIG_OPTION_USE_HARFBUZZ_DYNAMIC`.
by Ozkan Sezer
· 4 months ago
1518bc8
* src/autofit/ft-hb.c: Fix definition of `_GNU_SOURCE`.
by Ozkan Sezer
· 4 months ago
2adb536
Replace 'www.freetype.org' with 'freetype.org'.
by Werner Lemberg
· 4 months ago
f0679e7
* builds/unix/configure.raw: Fix HarfBuzz library detection for MinGW.
by Ozkan Sezer
· 4 months ago
3eb5188
* builds/unix/configure.raw: Improve check for `dlopen`.
by Ozkan Sezer
· 4 months ago
43ec023
* src/autofit/ft-hb.c: Fix usage of `RTLD_DEFAULT`.
by Behdad Esfahbod
· 4 months ago
5a07f41
[sfnt] `FT_Load_Sfnt_Table` can now also load a font's table directory.
by Werner Lemberg
· 4 months ago
3aeabbf
[gzip] Update sources to zlib 1.13.1.
by Werner Lemberg
· 4 months ago
Next »