RSS feed
a69320a9
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/24 18:06
[bdf] Simplify comment collection or lack thereof.
a29e0200
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/23 19:10
Use NULL for pointers only.
6d19b29f
– Werner Lemberg <wl@gnu.org>
authored
on 2021/09/23 04:46
Minor documentation fixes and improvements.
3b573e45
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/22 18:22
Reference `fopen` in the docs.
90b14882
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/22 16:20
[bdf, pcf] Minor optimization.
b4dddd82
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/21 20:30
[base] Initialize stream memory earlier.
93866bec
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/21 19:14
[builds/windows] Revert back to `CreateFileA` only.
892e7ead
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/21 10:39
* src/bdf/bdflib.c (_bdf_parse_{start,glyphs}): Use appropriate scanner.
61903609
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/20 18:18
Minor.
71969d1e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/20 10:31
* src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW.
52915898
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/18 03:05
[cache] Minor clean-ups.
0b429b60
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/17 04:31
[builds/windows] Try both wide and narrow `CreateFile`
6e1ef98a
– Edwin Steiner <edwin.steiner@gmail.com>
authored
and Alexei Podtelezhnikov <apodtele@gmail.com>
committed
on 2021/09/16 19:08
[cff] Explicitly set StandardEncoding or ExpertEncoding offsets.
fce74b73
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/16 13:03
[cache] Miscellaneous clean-ups.
79d14cc2
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/16 12:41
* src/cff/cffload.c (cff_fd_select_get): Remove casting.
ae516e6a
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/16 12:39
* src/pcf/pcfread.c (pcf_read_TOC): Remove casting.
801b7540
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/14 18:55
Minor type adjustments.
49270c17
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/14 17:32
Replace boolean allocation macros with MEM ones.
9a4c846e
– Alexei Podtelezhnikov <apodtele@gmail.com>
authored
on 2021/09/14 17:25
[cache] Revert to some zeroing.
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.
Next