summaryrefslogtreecommitdiff
path: root/src/base/ftmac.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyright notices.Werner Lemberg2023-01-171-1/+1
* [build] fix for make multisuzuki toshiya2022-11-081-0/+1
* Whitespace.Werner Lemberg2022-04-011-2/+2
* * builds/mac/ftmac.c, src/base/ftmac.c: s|FT_MAC_H|<freetype/ftmac.h>|.Werner Lemberg2022-02-191-1/+1
* Update all copyright notices.Werner Lemberg2022-01-111-1/+1
* Minor.Alexei Podtelezhnikov2021-09-201-1/+1
* [base] s/FT_ALLOC/FT_QALLOC/ for initialized buffers.Alexei Podtelezhnikov2021-04-221-2/+2
* Update all copyright notices.Werner Lemberg2021-01-171-1/+1
* Remove redundant inclusion of `ft2build.h'.Werner Lemberg2020-06-131-1/+0
* Make macros for header file names optional.David Turner2020-06-081-3/+3
* Update all copyright notices.Werner Lemberg2020-01-191-1/+1
* Update all copyright notices.Werner Lemberg2019-02-231-1/+1
* Update copyright years.Werner Lemberg2019-01-221-1/+1
* Restore missing comment lines and other minor fixesNikhil Ramakrishnan2018-06-041-0/+2
* [GSoC] src/*.*: Convert block comments to `light' style.Werner Lemberg2018-06-031-52/+52
* Update copyright year.Werner Lemberg2018-01-021-1/+1
* Branding fixes.Alexei Podtelezhnikov2017-09-071-1/+1
* Improve `make multi'.Werner Lemberg2017-03-181-3/+9
* Update copyright year.Werner Lemberg2017-01-041-1/+1
* Replace `++foo' and `--foo' with `foo++' and `foo--', resp.Werner Lemberg2016-12-261-1/+1
* Replace `foo == NULL' and `foo != NULL' with `!foo' and `foo', resp.Werner Lemberg2016-12-261-4/+4
* More code formatting.Werner Lemberg2016-12-171-1/+1
* Use FT_SET_ERROR where useful. Other minor code formatting.Werner Lemberg2016-12-171-7/+9
* Whitespace.Werner Lemberg2016-02-151-1/+1
* Update copyright year.Werner Lemberg2016-01-131-1/+1
* [mac] Fix buffer size calculation for LWFN font.suzuki toshiya2015-09-281-1/+1
* [base] Check too long POST and sfnt resource (#45919).suzuki toshiya2015-09-211-2/+7
* Run `src/tools/update-copyright'.Werner Lemberg2015-01-171-1/+1
* * src/*: Add checks for parameters of API functions where missing.Werner Lemberg2014-11-261-3/+17
* Fix Savannah bug #43540.suzuki toshiya2014-11-261-2/+3
* Another round of cppcheck nitpicks.Werner Lemberg2013-08-011-1/+0
* Apply fixes for cppcheck nitpicks.Werner Lemberg2013-06-041-3/+4
* */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate.Werner Lemberg2013-03-141-7/+7
* */*: Use `FT_THROW'.Werner Lemberg2013-03-141-27/+26
* Remove trailing spaces.suzuki toshiya2012-01-171-1/+1
* [mac] Unify DARWIN_NO_CARBON with FT_MACINTOSH.suzuki toshiya2011-12-021-0/+4
* Minor fixes.Werner Lemberg2009-01-061-10/+5
* {src/base,builds/mac}/ftobjs.c: Include FT_TRUETYPE_TAGS_H for multi buildSuzuki, Toshiya (鈴木俊哉)2008-10-051-0/+1
* Introduce macros for some MacOS-specific resource tagsSuzuki, Toshiya (鈴木俊哉)2008-10-041-9/+6
* * New function `open_face_PS_from_sfnt_stream' to check and open a Type1 PS o...Suzuki, Toshiya (鈴木俊哉)2008-10-041-21/+12
* * Merge the duplicated functions in ftmac.c with ftobjs.cSuzuki, Toshiya (鈴木俊哉)2008-10-021-158/+1
* Formatting, minor code fixes.Werner Lemberg2008-09-201-8/+11
* * src/base/ftoutln.c: Include FT_INTERNAL_DEBUG_H.Werner Lemberg2008-09-201-3/+3
* * ftmac.c: Import sfnt-wrapped Type1/CID font supportSuzuki, Toshiya (鈴木俊哉)2008-09-191-11/+96
* Formatting.Werner Lemberg2008-08-191-8/+8
* * src/base/ftmac.c: Add a fallback for the case that HAVE_TYPE_RESOURCE_INDEX...Suzuki, Toshiya (鈴木俊哉)2008-08-181-2/+14
* Fix for 10.4u SDK bundled to Mac OS X 10.5Suzuki, Toshiya (鈴木俊哉)2008-06-241-5/+5
* * src/base/ftmac.c (FT_New_Face_From_Suitcase): Check if valid aface is retur...Suzuki, Toshiya (鈴木俊哉)2008-05-201-1/+1
* minor improvements, copyright yearsWerner Lemberg2008-02-211-1/+1
* * src/base/ftmac.c: Fix a bug of PostScript font name synthesis in parse_fond().Suzuki, Toshiya (鈴木俊哉)2008-02-211-2/+7