summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [builds] Updates to check for a working pthread libraryGSoC-2020-priyeshPriyesh Kumar2020-08-312-0/+527
* [base] Fix the vertical alignment of printing of logs.Priyesh Kumar2020-08-312-16/+52
* [docs] Updated logging related documentationPriyeshkkumar2020-08-283-3/+143
* Fixed `-Wformat' warnings.Priyeshkkumar2020-08-286-13/+13
* [builds/windows] Made changes to build dlg with FreeType on Windows.Priyeshkkumar2020-08-274-196/+435
* [base] Added a public API to change the log handling function at run-time.Priyeshkkumar2020-08-273-0/+108
* * include/freetype/ftlogging.h: New header file, it contains loggingPriyeshkkumar2020-08-264-1/+128
* [base] Updates to print timestamp and name of `FT_COMPONENT' in logs.Priyeshkkumar2020-08-262-2/+98
* [base] Added necessary functions and variables to print logs to a filesPriyeshkkumar2020-08-264-6/+203
* [builds] Make necessary changes to compile dlg along with FreeType.Priyeshkkumar2020-08-267-3/+154
* * .gitmodules: Added a submodule to track dlg logging library.Priyeshkkumar2020-08-262-0/+3
* * src/truetype/ttgload.c (TT_Get_VMetrics): Add tracing message.Werner Lemberg2020-08-222-0/+9
* [truetype] Retain OVERLAP_SIMPLE and OVERLAP_COMPOUND.Alexei Podtelezhnikov2020-08-054-4/+29
* * src/truetype/ttgload.c (TT_Load_Glyph): More tracing.Alexei Podtelezhnikov2020-08-042-2/+13
* Minor typos, formatting.Werner Lemberg2020-08-047-8/+9
* Unbreak compilation.Alexei Podtelezhnikov2020-07-281-1/+0
* Hide internal functions with SunPro.Alexei Podtelezhnikov2020-07-282-0/+12
* Fix static compilation with Visual C.Anuj Verma2020-07-282-1/+15
* Formatting, improving comments.Werner Lemberg2020-07-282-154/+203
* Fix `-Wformat' compiler warnings.Priyesh Kumar2020-07-2838-167/+175
* Fix `-Wformat' compiler warnings.Werner Lemberg2020-07-257-13/+42
* * src/sfnt/sfwoff2.c (woff2_decompress): Fix compiler warning.Werner Lemberg2020-07-232-1/+9
* Add .clang-format fileDavid Turner2020-07-161-0/+16
* [doc] Stem darkening is off by default for CFF driver.Werner Lemberg2020-07-152-5/+1
* freetype.h (FT_Set_Transform): Minor documentation update.David Turner2020-07-141-0/+6
* README: Add information on contributing patches.Werner Lemberg2020-07-141-0/+12
* * builds/unix/configure.raw: Fix inclusion of `ftoption.h'.Werner Lemberg2020-07-122-1/+5
* Document `FT_Face_Rec_::box' with variable fonts (#54969).Ben Wagner2020-07-101-0/+3
* Fix clang warnings.Werner Lemberg2020-07-0718-42/+119
* [build] Really fix multi and C++ builds.David Turner2020-07-077-18/+58
* [build] Fix multi and C++ builds.David Turner2020-07-0611-15/+40
* [psaux] Improve `t1_decoder_parse_metrics' (#58646).Werner Lemberg2020-07-062-11/+116
* [build] Improve visibility support of library function names.David Turner2020-07-053-120/+178
* [build] Split off more stuff from `ftconfig.h'.David Turner2020-07-0514-808/+369
* [build] Move mac support code to `mac-support.h'.David Turner2020-07-057-111/+66
* [build] Put integer type definitions into `integer-types.h'.David Turner2020-07-056-685/+292
* [build] Rename `build/unix/ftconfig.in' to `ftconfig.h.in'.David Turner2020-07-054-8/+18
* [smooth] Introduce direct oversampling for overlaps.Alexei Podtelezhnikov2020-07-033-6/+121
* [smooth] Use direct rendering mode in Harmony.Alexei Podtelezhnikov2020-07-032-41/+59
* [smooth] Separate LCD paths from gray rendering.Alexei Podtelezhnikov2020-07-032-200/+293
* [cff] Fix handling of `style_name == NULL' (#58630).Sebastian Rasmussen2020-06-202-1/+11
* Simplify unused macro.Alexei Podtelezhnikov2020-06-191-2/+1
* [cff] Fix another two memory leaks (#58629).Sebastian Rasmussen2020-06-192-24/+39
* [psaux] Fix memory leak (#58626).Sebastian Rasmussen2020-06-192-6/+13
* Fix memory leak (#58624).Sebastian Rasmussen2020-06-192-1/+10
* [base] Rework d1180b5f9598 until further notice.Alexei Podtelezhnikov2020-06-192-5/+10
* [cff, cid] Fix segfaults in case of error (#58621).Sebastian Rasmussen2020-06-193-2/+13
* [base] Fix UBSAN error.Werner Lemberg2020-06-192-0/+18
* [woff2] Fix segfault.Werner Lemberg2020-06-192-0/+17
* [sfnt] Support Intel compilers.Stephen McDowell2020-06-192-1/+13