summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [cache] Fix a possible overflow by signed integer comparison.suzuki toshiya2017-09-131-4/+38
* [autofit] Really fix #41334 (#52000).Werner Lemberg2017-09-131-8/+13
* [autofit, sfnt] Fix for `make multi'.suzuki toshiya2017-09-122-0/+3
* * src/sfnt/ttkern.c (tt_face_load_kern): Reject format 2 tables.Werner Lemberg2017-09-111-1/+7
* [autofit] Improve communication with ftgrid.Werner Lemberg2017-09-091-3/+3
* [base] Remove a check for resource ID in the resource fork driver.suzuki toshiya2017-09-091-2/+8
* [sfnt, truetype] Register the tags for marginal fonts.suzuki toshiya2017-09-092-3/+7
* Branding fixes.Alexei Podtelezhnikov2017-09-075-6/+6
* Fix multiple calls of `FT_Bitmap_Convert'.Werner Lemberg2017-09-051-2/+1
* [bdf] Fix size and resolution handling.Werner Lemberg2017-09-051-6/+26
* Swap `ALLOC_MULT' arguments (#51833).Alexei Podtelezhnikov2017-08-253-3/+3
* [sfnt] Fix clang compilation (#51788).Werner Lemberg2017-08-231-9/+25
* [base] Don't zero out allocated memory twice (#51816).Werner Lemberg2017-08-221-4/+6
* [truetype] Integer overflow.Werner Lemberg2017-08-221-6/+9
* [sfnt] Avoid synthetic unicode for symbol fonts with PUA.Alexei Podtelezhnikov2017-08-171-1/+2
* * src/sfnt/pngshim.c (premultiply_data): Fix compiler warnings.Werner Lemberg2017-08-161-3/+3
* [sfnt] Speed up PNG image loading.Behdad Esfahbod2017-08-161-3/+50
* [sfnt, truetype] Improve handling of missing sbits.Werner Lemberg2017-08-112-4/+62
* [base] Minor API improvement for default variation axis setting.Werner Lemberg2017-08-101-4/+4
* [psnames] Really fix issue #49949.Werner Lemberg2017-08-093-31/+44
* [smooth] Harmony LCD rendering.Alexei Podtelezhnikov2017-08-081-38/+95
* * src/smooth/ftsmooth.c (ft_smooth_render_generic): Clean up.Alexei Podtelezhnikov2017-08-081-13/+5
* * src/sftnt/ttpost.c (format): Use otspec-compliant versions.Alexei Podtelezhnikov2017-08-081-3/+3
* [truetype] Integer overflow.Werner Lemberg2017-08-051-1/+1
* [base, truetype] New function `FT_Get_Var_Axis_Flags'.Werner Lemberg2017-08-052-15/+54
* [truetype] Fix metrics of B/W hinting in v40 mode.Nikolaus Waxweiler2017-08-041-1/+1
* [truetype] Do not set any ClearType flags in v40 monochrome mode.Nikolaus Waxweiler2017-08-031-1/+5
* * src/truetype/ttgxvar.c (TT_Get_MM_Var): Fix thinko.Werner Lemberg2017-08-011-1/+3
* [truetype] Fix loading of named instances.Behdad Esfahbod2017-08-011-1/+10
* [sfnt, truetype] Minor adjustments for OpenType 1.8.2.Werner Lemberg2017-08-012-8/+8