RSS feed
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.
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/.
Next