RSS feed
a6ee6fe6
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/28 14:51
s/PIC/FT_CONFIG_OPTION_PIC/ to avoid confusion.
bffe5fd6
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/28 09:16
[cff] Minor comment.
51628313
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/28 08:38
Clarify usage of FT_CONFIG_OPTION_PIC.
3ec64654
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/28 07:02
Explain how to build a PIC-enabled version of FreeType.
4d3f7ca8
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/08/27 19:25
[smooth] Reduce stack of band boundaries.
57aa8391
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/26 07:59
* src/cid/cidload.c (cid_face_open): Improve handling of `SDBytes'.
3c61a2f5
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/26 07:50
[cid] Fix commit from 2016-05-16.
f3e71bab
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/26 06:31
[sfnt] Cache offset and size to bitmap data table.
1034ff4a
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/26 04:42
[sfnt] Comments.
9a444f05
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/08/25 18:36
* src/smooth/ftgrays.c (gray_raster_render): Minor tweaks.
a660e3de
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/25 20:23
[type1] Fix heap buffer overflow.
69ce9739
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/25 15:49
[sfnt] Fix previous commit (#48901).
acd18798
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/25 13:12
[sfnt] Speed up handling of invalid format 4 cmaps.
327f2e3e
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/25 08:46
* include/freetype/internal/ftdriver.h: Remove unused typedefs.
cb438878
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/08/22 19:06
[smooth] Simplify span rendering.
a4c2a311
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/22 15:32
[truetype] Fix `MPS' instruction.
4927953f
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/22 03:30
MInor.
6432b8c4
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/21 06:50
Update documentation of size requests.
8521ad99
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/16 09:44
[lzw] Optimize last commit.
6df68335
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/16 05:50
minor.
548f68d8
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/16 05:46
[lzw] Avoid invalid left shift.
8d7b9198
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/16 04:07
[lzw] Avoid buffer overrun.
cf4224ad
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/16 02:44
[truetype] Fix compiler warning.
248f5629
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/13 02:53
[winfonts] Avoid zero bitmap width and height.
125f2b63
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/08/11 19:40
* src/truetype/ttinterp.c (Pop_Push_Count): Revert changes.
49d474f6
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/08/11 19:03
* src/truetype/ttinterp.c (TT_RunIns): Minor and formatting.
dce554b1
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/08/11 03:29
* src/truetype/ttinterp.c (Pop_Push_Count): Fix some entries.
3b37bfc4
– Peter Klotz <Peter.Klotz@ith-icoserve.com>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2016/08/10 18:38
* src/smooth/ftgrays.c (gray_hline): Fix uninitialized access.
5224aae8
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/10 15:47
[sfnt] Use correct type for `italicAngle' field (#48732).
53059f92
– Werner Lemberg <wl@gnu.org>
authored
on 2016/08/07 05:01
[sfnt] Fix `FT_Get_Advance' for bitmap strikes.
8183eeb1
– Behdad Esfahbod <behdad@behdad.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/08/06 19:12
[truetype] Fix GX variation handling of composites.
97718f3c
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/08/05 19:36
[smooth] Minor refactoring.
053943a7
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/29 20:27
[truetype] Comment.
fae4ec05
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/29 02:43
[sfnt, truetype] Don't abort on invalid `maxComponentDepth'.
d9c7f5aa
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/26 16:20
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Minor.
3a528bbe
– Hin-Tak Leung <htl10@users.sourceforge.net>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/07/22 02:59
[truetype] Record the end of IDEFs.
7f63105c
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/19 17:35
[truetype] Sanitizer fix, second try.
9f6426eb
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/19 03:23
Thinko; fix previous commit.
e69f34b1
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/19 03:06
[truetype] Sanitizer fix.
a3b70d76
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/18 02:23
[truetype] Make GETDATA work only for GX fonts.
8c93013c
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/17 18:40
[truetype] Add support for Apple's
e0843609
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/16 14:46
[truetype] Add bytecode support for GX variation fonts.
32a32062
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/16 12:39
[truetype] Fix GETINFO bytecode instruction.
69446ddc
– Behdad Esfahbod <behdad@behdad.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/07/16 06:52
[truetype] Make all glyphs in `Zycon' GX font work.
a3b61253
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/16 04:16
[truetype] Fix GX delta tracing.
f147fb28
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/16 03:06
[truetype] More fixes for GX.
aafff574
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/16 02:41
* src/autofit/aflatin.c (af_latin_hints_compute_segments): Thinko.
86eb43a9
– Nikolaus Waxweiler <madigens@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/07/16 02:37
* src/truetype/ttinterp.c (Ins_MIRP): Fix copy-and-paste error.
1831e6f0
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/15 06:35
[autofit] Update and improve segment and edge tracing.
894c0228
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/15 06:23
[autofit] For edges, reject segments wider than 1px (#41334).
ff655437
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/14 11:01
* include/freetype/freetype.h (FT_IS_NAMED_INSTANCE): New macro.
ee3f36f6
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/14 06:25
[sfnt] Fix `face_index' value in `FT_Face' for named instances.
631e2181
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/14 02:25
* src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): Fix tracing.
0f9ddf20
– Behdad Esfahbod <behdad@behdad.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/07/14 02:08
[truetype] Fix gxvar delta interpolation.
4261103e
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/14 02:03
Minor.
17fa9f71
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/12 04:06
Merge branch '2.6.5'.
f9b1871d
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/12 02:18
* Version 2.6.5 released.
605946af
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/11 12:14
Conditionally compile environment support.
8f8ae8c5
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/11 11:11
Handle properties in `FREETYPE_PROPERTIES' environment variable.
c3e83b46
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/11 01:56
Replace calls to `atol' with `strtol'.
84d3df75
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/10 20:12
Implement handling of `FREETYPE_PROPERTIES' environment variable.
c3beb30a
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/10 03:11
Add function `ft_property_string_set'.
83c877f1
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2016/07/09 09:36
[mac] Fix ftexport.sym target in Jamfile.
971f10b6
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/08 02:59
Formatting.
109d1662
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/08 02:58
Revert "Formatting."
a0f3a1f2
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/08 02:53
Formatting.
4a2f8f1f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/07/07 20:16
[smooth] Sub-banding protocol revision.
783cbcd6
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2016/07/07 14:55
[mac] Fix Savannah bug #48417.
474682ff
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/06 04:54
* src/truetype/ttinterp.c (TInstruction_Function): Removed, unused.
d80fe696
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/05 11:40
* Version 2.6.4 released.
adfec0af
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/05 03:38
* src/pfr/pfrsbit.c (pfr_lookup_bitmap_data): Fix compiler warning.
d1876e58
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/07/04 19:46
[smooth] Variable type revision (part 2).
5e353f07
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/04 10:59
[autofit] Handle single-point contours as segments.
8b8c4408
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/02 14:35
[autofit] Remove unused structure members.
aab2b8d8
– Werner Lemberg <wl@gnu.org>
authored
on 2016/07/02 04:37
[autofit] Update to Unicode 9.0.0.
597c6959
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/07/01 19:27
[smooth] Variable type revision (part 1).
ef0a3e7e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/28 18:56
[smooth] Minor clean-ups.
c9cf359f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/27 20:30
[smooth] Minor clean-ups.
999bcee2
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2016/06/26 04:27
[pcf] Fix handling of very large fonts (#47708).
8ba407a7
– Werner Lemberg <wl@gnu.org>
authored
on 2016/06/25 14:09
[truetype] Really fix deallocation in case of error (#47726).
d89f6462
– Werner Lemberg <wl@gnu.org>
authored
on 2016/06/25 04:14
More info on `FT_Err_Glyph_Too_Big'.
25e82bc2
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/23 19:17
[smooth] Consolidate memory management.
e2233481
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/22 19:14
[smooth] Consolidate boundary checks.
78e8fc0d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/21 20:04
[smooth] Use `FT_Outline_Get_CBox'.
c05a1c3f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/21 19:12
Typos.
20c6ef4c
– Werner Lemberg <wl@gnu.org>
authored
on 2016/06/21 07:39
[smooth] Remove compiler warnings.
e3a1c467
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/20 19:09
Typos.
6d070346
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/19 21:09
Typos.
3c64af98
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/19 20:01
[smooth] Sanitize memory managenent.
74fd251b
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/18 18:31
[smooth] Remove `band_shoot' that never worked.
3e1f7bc5
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2016/06/18 18:13
Fresh typos.