summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* correct a wrong note in makefileint-not32-changes-2017suzuki toshiya2017-09-131-1/+2
* replace dummy code in PIC support, from typedef to unused global variable.suzuki toshiya2017-09-1312-2/+53
* bdf_parse_t->have[], bdf_font_t->{nmod,umod} are allocated in runtime.suzuki toshiya2017-09-133-8/+47
* cpp-conditionalize too large property value check for LP64 systems,suzuki toshiya2017-09-131-0/+15
* [memory debug] incompatible change of internal API for 16bit & ILP64 systems.suzuki toshiya2017-09-131-1/+1
* Insert casts to some bitshifting, to fit the types of destination variables.suzuki toshiya2017-09-132-28/+28
* [md5] make some constants typed unsigned long,suzuki toshiya2017-09-132-66/+66
* disable TrueTypeGX Variant for 16bit systems in temporal,suzuki toshiya2017-09-131-0/+2
* replace 32bit enumarator by cpp macro, conditionally on 16bit system.suzuki toshiya2017-09-131-0/+5
* [cff] internal API is changed incompatibly for 16bit & ILP64 systems.suzuki toshiya2017-09-132-7/+7
* insert explict cast to FT_UInt32 when bitshifting for 32bit value.suzuki toshiya2017-09-131-3/+3
* cpp-conditionalize too large property value check for LP64 systems,suzuki toshiya2017-09-131-0/+4
* To make large unsigned 16bit value, temporal bit shift like (1 << 16) can ind...suzuki toshiya2017-09-131-1/+1
* replace "<=" by "==" in the comparison of unsigned variable.suzuki toshiya2017-09-131-3/+3
* cpp-conditionalize a check for int width or height > 64k, because it is alway...suzuki toshiya2017-09-131-0/+2
* insert explict cast to FT_Fixed when bitshifting for FT_Fixed value.suzuki toshiya2017-09-131-1/+1
* use FT_UInt32 type to check UCS-2 codepoint overflow in cmap format 4 parser.suzuki toshiya2017-09-131-6/+6
* insert explict cast to FT_Fixed when bitshifting for FT_Fixed value.suzuki toshiya2017-09-131-2/+2
* make numerical constant long when bitshifting for FT_Long valuesuzuki toshiya2017-09-131-1/+1
* cast 16bit values in the enumarator to signed short, to fit 16bit platforms.suzuki toshiya2017-09-131-0/+8
* make numerical constant long when bitshifting for FT_Long valuesuzuki toshiya2017-09-131-7/+7
* cpp-conditionalize a too long string > 64k, because it is always false on 16b...suzuki toshiya2017-09-131-0/+2
* watcom16.h, watcom16.mk: Watcom 16bit C compiler support files.suzuki toshiya2017-09-135-24/+160
* builds/compiler/16bit.h: new generic header, to avoid greater-than-int enumar...suzuki toshiya2017-09-131-0/+7
* devel/ftoption.h: disable some too expensive features for 16bit platform.suzuki toshiya2017-09-131-5/+7
* [cache] Fix a possible overflow by signed integer comparison.suzuki toshiya2017-09-132-4/+53
* [autofit] Really fix #41334 (#52000).Werner Lemberg2017-09-132-8/+20
* [autofit, sfnt] Fix for `make multi'.suzuki toshiya2017-09-123-0/+13
* [build] Improve builds with different MS Visual Studio versions.Azzuro2017-09-112-12/+33
* * src/sfnt/ttkern.c (tt_face_load_kern): Reject format 2 tables.Werner Lemberg2017-09-112-1/+13
* Typo.Alexei Podtelezhnikov2017-09-101-1/+1
* Warping CHANGES.Alexei Podtelezhnikov2017-09-091-1/+3
* [autofit] Improve communication with ftgrid.Werner Lemberg2017-09-092-3/+10
* Officially announce end of 16bit compiler support.Werner Lemberg2017-09-091-0/+5
* Warping documentation updates.Alexei Podtelezhnikov2017-09-082-7/+9
* [base] Remove a check for resource ID in the resource fork driver.suzuki toshiya2017-09-092-2/+21
* ChangeLog for last commit.suzuki toshiya2017-09-091-0/+22
* [sfnt, truetype] Register the tags for marginal fonts.suzuki toshiya2017-09-093-3/+13
* Branding fixes.Alexei Podtelezhnikov2017-09-0713-27/+27
* s/&nbsp;/~/Alexei Podtelezhnikov2017-09-061-3/+3
* Fix multiple calls of `FT_Bitmap_Convert'.Werner Lemberg2017-09-053-2/+29
* [bdf] Fix size and resolution handling.Werner Lemberg2017-09-053-6/+42
* Swap `ALLOC_MULT' arguments (#51833).Alexei Podtelezhnikov2017-08-254-3/+11
* Typo.Werner Lemberg2017-08-231-2/+2
* [sfnt] Fix clang compilation (#51788).Werner Lemberg2017-08-232-9/+34
* [base] Don't zero out allocated memory twice (#51816).Werner Lemberg2017-08-222-4/+15
* [truetype] Integer overflow.Werner Lemberg2017-08-222-6/+20
* [sfnt] Avoid synthetic unicode for symbol fonts with PUA.Alexei Podtelezhnikov2017-08-172-1/+12
* * src/sfnt/pngshim.c (premultiply_data): Fix compiler warnings.Werner Lemberg2017-08-162-3/+7
* [sfnt] Speed up PNG image loading.Behdad Esfahbod2017-08-162-3/+60