RSS feed
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.
a81cf5aa
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/02 18:10
Cosmetic zeros.
7482c98f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/01 18:18
[base] Clean up stream reading.
612925ff
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/01 17:37
s/0/NULL/ where appropriate.
efa1a359
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/30 05:38
* builds/windows/ftsystem.c (FT_Stream_Open): Fix double-close.
b6c11d49
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/30 03:09
[smooth] Reduce shift in multiply-shift optimization.
d1c20005
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/28 03:29
[truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER.
6804ce29
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/27 05:46
[builds/windows] Revise SSE2 settings.
a842a098
– Ben Wagner <bungeman@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/08/26 12:12
[smooth] Detect SSE2 with MSVC for x86
3785393d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/26 11:31
Expand comment (cont'd).
686e2a5e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/25 19:18
Expand comment.
f7f9cb0d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/24 11:29
* src/smooth/ftgrays.c (gray_render_conic): Refactor redundancy.
50318357
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2021/08/24 20:31
[truetype] Fix for the family name shorter than 8 characters.
c4fc0e69
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2021/08/24 08:29
[truetype] Simplify `trick_names'.
992382ba
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2021/08/24 08:11
[truetype] Add 2 tricky font names.
2b3ccd6e
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2021/08/24 07:43
[truetype] New function to skip the randomization tag.
1c23982d
– suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2021/08/24 06:25
[truetype] Add checksums for 2 tricky fonts.
78f2bd0b
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/22 18:32
Whitespace formatting.
d92aa23f
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/22 09:12
Decorate const arguments.
d62d583d
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/20 19:40
[smooth] Clean up the null cell usage.
6e9d8d31
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/20 12:01
[base] Restore quiet no-op rendering of bitmap glyphs.
de3b5c20
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/20 09:51
[smooth] Fortify 64-bit algorithm.
f0f00f7c
– Carlo Bramini <carlo.bramix@libero.it>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/08/19 18:14
* builds/windows/ftsystem.c (FT_Stream_Open): Support legacy Windows.
ffdac8d6
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/19 16:41
Determine `long long` availability based on its size.
633fe087
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/08/19 12:56
[sfnt] Fix format expectation for `COLR` v1 ClipList
02ba0fc8
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/18 19:27
Readily use `long long` as a 64-bit type in C99 mode.
85703839
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/18 19:05
Use FT_INT64 instead of FT_LONG64.
e2cceed8
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/18 07:36
[builds/windows] Do not set CharacterSet for VC++.
f44c2d58
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/18 04:52
* src/sdf/ftsdf.c (get_control_box): Fix compiler warning.
f11f3ed1
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/18 02:54
[base] Fix ppem size overflow.
536a10ac
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/17 18:24
* builds/windows/ftsystem.c (FT_Stream_Open): Cast to remove warning.
5116f129
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/08/17 18:08
* builds/windows/ftsystem.c (FT_Stream_Open): Support UNICODE compilation.
fed55210
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/09 15:27
* src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix.
e40ae756
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/08/09 09:44
[sfnt] Add missing blend mode 'plus' to 'COLR' v1.
2c853b38
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/07 20:22
include/freetype/freetype.h (FT_Encoding): Improve documentation.
18fc64e6
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/07 13:11
[smooth] Avoid integer overflow.
47cf8ebf
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/28 13:36
[sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table.
6be8bfe4
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/06 04:31
[smooth] Fix left shifts of negative numbers.
09195a82
– Werner Lemberg <wl@gnu.org>
authored
on 2021/08/02 08:55
* meson.build: Fix zlib support.
be6ab319
– Anuj Verma <anujv@iitbhilai.ac.in>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/08/02 05:44
[sdf] Fix out-of-range-access.
ebcc96e5
– Anuj Verma <anujv@iitbhilai.ac.in>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/08/02 04:40
Fix invalid memory access in `bsdf` rasterizer.
47b1a541
– Heiko Becker <heirecka@exherbo.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/27 19:30
* meson.build: Honor `--includedir` instead of hard-coding 'include'.
d2367aba
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/29 04:16
src/sfnt/ttcolr.c: Minor formatting.
30a82e1e
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/26 14:28
[sfnt] 'COLR' v1 PaintSweepGradient spec update
5c0ac7a4
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/26 13:32
[sfnt] Retrieve affine matrix from offset in 'COLR' v1 parsing.
66189807
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/26 13:32
[sfnt] 'COLR' v1 PaintSkew related spec updates
48df0fa6
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/23 15:02
[sfnt] PaintRotate/PaintRotateAroundCenter spec updates
d7bdcb1b
– Dominik Röttsches <drott@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/23 15:37
[sfnt] 'COLR' v1 PaintTranslate and PaintScale precision
6af39c3d
– AnuthaDev <anuthadev@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/20 17:32
README.git: Add Code of Conduct.
ba47af32
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/25 02:50
ChangeLog housekeeping.
c2fa51d9
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/24 16:32
Fix some `cppcheck` warnings.
28c2d7f3
– AnuthaDev <anuthadev@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/20 17:22
* .gitlab-ci.yml: Fixed cmake build, using correct options.
1f742f05
– AnuthaDev <anuthadev@gmail.com>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/20 16:00
* CMakeLists.txt: Make `cmake` handle disabled dependencies correctly.
5bcaf51b
– Ben Wagner <bungeman@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/23 07:59
[autofit] Split `afwrtsys.h`.
801cd842
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/18 03:53
* Version 2.11.0 released.
4082b863
– Ben Wagner <bungeman@chromium.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/16 10:20
Document direct header inclusion valid since 2.6.1.
357b353c
– David Turner <david@freetype.org>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/16 07:12
* src/smooth/ftgrays.c: Fix compilation if `FT_LONG64` is undefined.
7bc0f48c
– Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/15 14:26
[tests] Allow arbitrary build directories.
685acc04
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/16 04:20
docs/CHANGES: Mention slight rendering changes.
c35961a9
– Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
authored
and Werner Lemberg <wl@gnu.org>
committed
on 2021/07/15 14:02
* tests/issue-1063/main.c (main): Fix uninitialized variable.
552fc97f
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/16 03:49
[smooth] Minor fixes.
93771d61
– Werner Lemberg <wl@gnu.org>
authored
on 2021/07/16 03:40
Formatting and ChangeLog additions for previous commits.
c37c0873
– Ben Wagner <bungeman@chromium.org>
authored
on 2021/07/15 07:33
Guard inclusion of emmintrin.h
56cc2ad4
– David Turner <david@freetype.org>
authored
on 2021/06/19 06:26
[smooth] Implement Bezier quadratic arc flattenning with DDA
86b9c934
– David Turner <david@freetype.org>
authored
on 2021/06/19 07:18
[smooth] Minor speedup to smooth rasterizer
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.
Next