RSS feed
2c8e6279
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/28 04:02
Minor doc fix.
ae3afbc4
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/26 11:40
* src/truetype/ttobjs.c (tt_size_read_bytecode): Trace CVT values.
20957721
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/26 11:15
ChangeLog*: s/\t/ /.
f87b7117
– Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
authored
on 2018/08/26 13:46
* configure: Copy assets required by docwriter.
13034e54
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/26 08:22
* src/pshint/pshalgo.c (psh_hint_overlap): Fix numeric overflow.
4738dcc4
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/26 08:03
Minor tracing adjustments.
6e339b8d
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/26 07:59
[truetype] Avoid nested frames.
b287c80b
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/26 02:39
Various minor clean-ups.
c98aa9b7
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/25 13:02
Add missing ChangeLog entry for the last four commits.
c962db28
– Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
authored
on 2018/08/25 08:22
* builds/*/*: Prepare build system for docwriter.
195728d5
– Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
authored
on 2018/08/25 08:17
* src/tools/docmaker: Remove `docmaker'.
53c69ce0
– Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
authored
on 2018/08/25 08:06
* docs/reference: Add resources for `docwriter'.
ae5d1a4c
– Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
authored
on 2018/08/24 18:22
* include/*.*: Convert comments to markdown.
77f0814a
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/23 13:53
Add macros for handling over-/underflowing `FT_Int64' values.
c90cc644
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/23 09:13
ftbitmap.h: Improve documentation.
45524679
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/22 06:31
[truetype] Improve legibility of `glyf' parsing.
a3e842f9
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/22 05:55
Minor formatting and documentation fixes.
0a33b44e
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/21 06:52
* src/sfnt/ttcpal.c (tt_face_load_cpal): Add missing safety check.
4873eb1d
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/19 03:27
Update `CHANGES' file.
4dc0d48f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/18 10:39
[psaux] Avoid slow PS font parsing in case of error.
2550fc75
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/18 09:38
[cff] Fix heap buffer overflow in old engine.
c94162a2
– Young Xiao <yangx92@hotmail.com>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2018/08/16 04:25
* builds/mac/ftmac.c (parse_fond): Fix buffer overrun.
33cd1eed
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/16 01:55
* builds/*/ftsystem.c (FT_COMPONENT): Updated also.
efa2a3ba
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/15 19:49
Revert BDF copyright years.
af9662e6
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/15 18:58
Ouch. BDF copyright year.
923fcbcd
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/15 18:50
[bdf] Don't track duplicate encodings.
a0dd16fb
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/15 14:13
Don't use `trace_' prefix for FT_COMPONENT arguments.
1d7b034c
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/14 11:48
Use formatting string in FT_TRACEX calls for non-simple arguments.
e001a17d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/14 03:10
[bdf] Remove unused fields.
44db1add
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/14 06:01
[cff] Fix another segv in old engine.
1937b557
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/14 03:54
[cff] Fix missing error handling.
ac2ea865
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/13 17:33
[bdf] Remove unused overflow storage.
757bdf1a
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/13 22:02
[cff] Fix segv.
f5fe6e2f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/13 05:01
[bdf] Use unsigned types.
50486df1
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/13 04:46
* src/type42/t42parse.c (t42_parse_sfnts): One more format check.
37c7b817
– Armin Hasitzka <prince.cherusker@gmail.com>
authored
on 2018/08/11 21:42
Remove deprecated constant in documentation.
5b904409
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/11 02:41
* src/base/ftcalc.c (FT_Matrix_Check): Fix integer overflow.
88c0e121
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/10 17:24
* src/sfnt/ttsbit.c (tt_sbit_decoder_load_compound): Follow specs.
96b5e500
– Ben Wagner <bungeman@google.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2018/08/10 18:24
* src/sfnt/sfobjs.c (sfnt_done_face): Fix memory leak (#54435).
1a21ca7b
– Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
authored
on 2018/08/10 15:31
Minor formatting.
1aa73fa8
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/10 01:41
* src/base/ftobjs.c (FT_Render_Glyph_Internal): Improve tracing.
c8ef0fd0
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/10 00:44
Fix clang warnings.
e16bfbec
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/09 18:18
[raster, smooth] Reinstate bitmap size limits.
6a97c958
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/08 18:17
[pcf] Revert massive unsigning.
f60c98fe
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/08 14:15
[smooth] Improve tracing.
c9bbc241
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/08 14:12
Add internal functions `FT_Trace_Disable' and `FT_Trace_Enable'.
2e3dec55
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/08 09:51
Debugging improvements.
c633378a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/07 21:21
[pcf] Massive unsigning (part 2).
3d4ab6ba
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/07 20:09
[pcf] Massive unsigning (part 1).
705bac50
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/07 18:49
* src/pcf/pcfread.c (pcf_get_bitmaps): Unsign `offsets' and `bitmapSizes'.
7ec9598f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/06 13:35
More comment formattings.
b09e7735
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/06 07:02
* devel/ftoption.h: Synchronize with main `ftoption.h'.
f24dbb28
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/08/06 00:58
[pcf] Use unsigned types.
86e73853
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/06 06:24
Minor comment formatting.
720ae67f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/05 03:21
* src/truetype/ttgload.c (compute_glyph_metrics): Fix overflow.
ced9c311
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/04 03:03
Ditto.
be81acc4
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/04 03:01
* src/truetype/ttinterp.c (opcode_name): Fix typos.
799d27b0
– Werner Lemberg <wl@gnu.org>
authored
on 2018/08/04 02:39
Fix clang warnings.
1897186f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/31 06:48
* src/cid/cidtoken.h: Handle `XUID' keyword.
8e57746c
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/31 06:46
[cid] Trace PostScript dictionaries.
85e8bea4
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/31 06:42
Minor documentation improvement.
578bcf10
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/30 07:28
[cff] Fix typo.
00968d8f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/29 06:22
* src/pcf/pcfread.c (pcf_get_encodings): Another thinko.
0f8aebfd
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/07/28 19:21
* builds/unix/configure.raw: Minor.
2c3e895c
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/07/28 18:00
[smooth] Fix Harmony memory management.
6e44d78c
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/28 18:23
[type1] Avoid segfaults with `FT_Get_PS_Font_Value'.
c9edca8e
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/27 06:44
[truetype] Make `TT_Set_MM_Blend' idempotent (#54388).
d277bfc9
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/27 05:15
[psaux, type1]: More tracing improvements.
6e6acdcb
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/26 03:22
Document FT_Module_Class's `module_interface' field.
8ed53468
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/25 18:07
[psaux, type1] Trace PostScript dictionaries and other things.
580c94d8
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/25 03:03
Fix minor ASAN run-time warnings.
4b97ab98
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/07/24 19:01
[build] Fortify dllexport/dllimport attributes (#53969,#54330).
d8ea52de
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/24 19:03
[type1] Check relationship between number of axes and designs.
71e29fe1
– Hin-Tak Leung <htl10@users.sourceforge.net>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2018/07/24 06:04
[truetype] Match ttdebug's naming of instruction mnemonics.
ff1c28f6
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/24 05:59
* src/pcf/pcfread.c (pcf_get_encodings): Thinko.
b98133a4
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/22 09:06
* src/pcf/pcfread.c (pcf_get_encodings): Check index of defaultChar.
9be385c9
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/22 08:49
* src/pcf/pcfread.c (pcf_load_font): Fix number of glyphs.
a5acdce1
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/22 08:11
[cid] Sanitize `BlueShift' and `BlueFuzz'.
5434faad
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/22 03:34
Fix links.
93955585
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/21 19:46
Minor comment improvement.
cba72a0b
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/21 19:45
[pcf] Fix handling of the undefined glyph.
a2370f21
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/21 03:38
Improve stream extraction macro documentation.
154832d4
– Armin Hasitzka <prince.cherusker@gmail.com>
authored
on 2018/07/20 15:32
Move the legacy fuzz target to the `freetype-testing' repository.
14032290
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/20 02:44
[cff] Avoid left-shift of negative numbers (#54322).
8f09eb5c
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/17 17:45
Allow FT_ENCODING_NONE for `FT_Select_Charmap'.
9e69987a
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/17 15:54
* src/pcf/pcfread.c (pcf_get_encodings): Trace `defaultChar'.
fda356b7
– Armin Hasitzka <prince.cherusker@gmail.com>
authored
on 2018/07/16 14:45
* include/freetype/internal/ftcalc.h: Add macros for handling
839cb404
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/16 01:45
* src/truetype/ttgxvar.c (tt_set_mm_blend): Fix off-by-one error.
9f15370e
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/12 03:31
* src/base/ftoutln.c (FT_Outline_Get_Orientation): Init `cbox'.
b532d7ce
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/05 19:13
Fix typo (#54238).
0767d536
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/05 19:05
Adjust table size comparisons (#54242).
6ceeb87f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/05 18:31
Fix more 32bit issues (#54208)
29f05fd0
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/04 07:49
Fix 32bit build warnings (#54239).
d9d300ab
– Jeff Carey <Jeff.Carey@monotype.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2018/07/02 18:27
* src/psnames/psmodule.c (ps_unicodes_init): Fix alloc debugging.
396051da
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/02 11:52
s/xxx specific foo/xxx-specific foo/.
7edc937f
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/02 07:50
s/palette_types/palette_flags/.
4e3b2473
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/02 07:41
Make `FT_Get_Color_Glyph_Layer' return FT_Bool.
f6ccb524
– Werner Lemberg <wl@gnu.org>
authored
on 2018/07/01 08:31
* src/base/ftobjs.c (FT_Get_Color_Glyph_Layer): Guard SFNT function.
1fc776b5
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/06/28 17:42
* src/base/fttrigon.c (FT_Tan): Improve accuracy.
4f11209f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2018/06/28 17:31
* src/base/ftobjs.c (FT_Set_Charmap): Robustify.
Next