summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [smooth] Reduce shift in multiply-shift optimization. multiply-shiftAlexei Podtelezhnikov2021-08-291-5/+4
* [truetype] Fix compilation if !TT_CONFIG_OPTION_BYTECODE_INTERPRETER.Werner Lemberg2021-08-281-0/+17
* [builds/windows] Revise SSE2 settings.Alexei Podtelezhnikov2021-08-272-2/+2
* [smooth] Detect SSE2 with MSVC for x86Ben Wagner2021-08-271-6/+13
* Expand comment (cont'd).Alexei Podtelezhnikov2021-08-261-0/+6
* Expand comment.Alexei Podtelezhnikov2021-08-251-2/+7
* * src/smooth/ftgrays.c (gray_render_conic): Refactor redundancy.Alexei Podtelezhnikov2021-08-241-14/+13
* [truetype] Fix for the family name shorter than 8 characters.suzuki toshiya2021-08-251-1/+1
* [truetype] Simplify `trick_names'.suzuki toshiya2021-08-241-10/+14
* [truetype] Add 2 tricky font names.suzuki toshiya2021-08-241-1/+3
* [truetype] New function to skip the randomization tag.suzuki toshiya2021-08-241-1/+27
* [truetype] Add checksums for 2 tricky fonts.suzuki toshiya2021-08-241-1/+19
* Whitespace formatting.Alexei Podtelezhnikov2021-08-2213-14/+14
* Decorate const arguments.Alexei Podtelezhnikov2021-08-222-14/+14
* [smooth] Clean up the null cell usage.Alexei Podtelezhnikov2021-08-201-45/+26
* [base] Restore quiet no-op rendering of bitmap glyphs.Alexei Podtelezhnikov2021-08-201-1/+6
* [smooth] Fortify 64-bit algorithm.Alexei Podtelezhnikov2021-08-201-6/+6
* * builds/windows/ftsystem.c (FT_Stream_Open): Support legacy Windows.Carlo Bramini2021-08-191-0/+8
* Determine `long long` availability based on its size.Alexei Podtelezhnikov2021-08-192-2/+24
* [sfnt] Fix format expectation for `COLR` v1 ClipListDominik Röttsches2021-08-191-1/+1
* 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