summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gzip] Update sources to zlib 1.2.11update-zlib-sourcesDavid Turner2021-08-1926-2499/+7039
* [meson] Change Zlib configuration option.David Turner2021-08-192-9/+41
* Readily use `long long` as a 64-bit type in C99 mode.Alexei Podtelezhnikov2021-08-181-9/+8
* Use FT_INT64 instead of FT_LONG64.Alexei Podtelezhnikov2021-08-185-23/+16
* [builds/windows] Do not set CharacterSet for VC++.Alexei Podtelezhnikov2021-08-182-12/+12
* * src/sdf/ftsdf.c (get_control_box): Fix compiler warning.Werner Lemberg2021-08-181-3/+3
* [base] Fix ppem size overflow.Werner Lemberg2021-08-186-14/+57
* * builds/windows/ftsystem.c (FT_Stream_Open): Cast to remove warning.Alexei Podtelezhnikov2021-08-171-2/+2
* * builds/windows/ftsystem.c (FT_Stream_Open): Support UNICODE compilation.Alexei Podtelezhnikov2021-08-171-2/+2
* * src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix.Werner Lemberg2021-08-091-1/+1
* [sfnt] Add missing blend mode 'plus' to 'COLR' v1.Dominik Röttsches2021-08-091-16/+17
* include/freetype/freetype.h (FT_Encoding): Improve documentation.Werner Lemberg2021-08-081-5/+10
* [smooth] Avoid integer overflow.Werner Lemberg2021-08-071-10/+5
* [sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table.Dominik Röttsches2021-08-076-16/+302
* [smooth] Fix left shifts of negative numbers.Werner Lemberg2021-08-061-11/+16
* * meson.build: Fix zlib support.Werner Lemberg2021-08-021-11/+11
* [sdf] Fix out-of-range-access.Anuj Verma2021-08-021-2/+2
* Fix invalid memory access in `bsdf` rasterizer.Anuj Verma2021-08-021-3/+27
* * meson.build: Honor `--includedir` instead of hard-coding 'include'.Heiko Becker2021-07-291-6/+7
* src/sfnt/ttcolr.c: Minor formatting.Werner Lemberg2021-07-291-5/+5
* [sfnt] 'COLR' v1 PaintSweepGradient spec updateDominik Röttsches2021-07-292-8/+10
* [sfnt] Retrieve affine matrix from offset in 'COLR' v1 parsing.Dominik Röttsches2021-07-291-0/+5
* [sfnt] 'COLR' v1 PaintSkew related spec updatesDominik Röttsches2021-07-292-7/+22
* [sfnt] PaintRotate/PaintRotateAroundCenter spec updatesDominik Röttsches2021-07-292-5/+24
* [sfnt] 'COLR' v1 PaintTranslate and PaintScale precisionDominik Röttsches2021-07-291-6/+6
* README.git: Add Code of Conduct.AnuthaDev2021-07-292-1/+15
* ChangeLog housekeeping.Werner Lemberg2021-07-253-21/+0
* Fix some `cppcheck` warnings.Werner Lemberg2021-07-247-23/+34
* * .gitlab-ci.yml: Fixed cmake build, using correct options.AnuthaDev2021-07-241-10/+10
* * CMakeLists.txt: Make `cmake` handle disabled dependencies correctly.AnuthaDev2021-07-241-53/+100
* [autofit] Split `afwrtsys.h`.Ben Wagner2021-07-245-34/+47
* * Version 2.11.0 released.VER-2-11-0Werner Lemberg2021-07-1919-30/+60
* Document direct header inclusion valid since 2.6.1.Ben Wagner2021-07-171-1/+1
* * src/smooth/ftgrays.c: Fix compilation if `FT_LONG64` is undefined.David Turner2021-07-172-1/+24
* [tests] Allow arbitrary build directories.Alex Richardson2021-07-163-8/+45
* docs/CHANGES: Mention slight rendering changes.Werner Lemberg2021-07-161-1/+4
* * tests/issue-1063/main.c (main): Fix uninitialized variable.Alex Richardson2021-07-162-3/+11
* [smooth] Minor fixes.Werner Lemberg2021-07-162-31/+61
* Formatting and ChangeLog additions for previous commits.Werner Lemberg2021-07-163-98/+181
* Guard inclusion of emmintrin.hBen Wagner2021-07-151-0/+2
* [smooth] Implement Bezier quadratic arc flattenning with DDADavid Turner2021-07-152-1/+202
* [smooth] Minor speedup to smooth rasterizerDavid Turner2021-07-152-30/+73
* tests/scripts/download-test-fonts.sh rewrite in Python3David Turner2021-07-154-67/+306
* Support architectures where `long` is smaller than pointers.Alex Richardson2021-07-152-3/+39
* [base] Fix `FT_Open_Face`'s handling of user-supplied streams.Oleg Oshmyan2021-07-133-13/+68
* [base] Reject combinations of incompatible `FT_OPEN_XXX` flags.Oleg Oshmyan2021-07-133-5/+32
* [sdf] Improve documentation.Anuj Verma2021-07-132-8/+9
* * meson.build: Fix build for other UNIX systems (e.g., FreeBSD).Alex Richardson2021-07-122-1/+22
* [autofit] More clean-ups.Werner Lemberg2021-07-124-8/+12
* Small clean-ups for the last few commits.Werner Lemberg2021-07-127-38/+52