summaryrefslogtreecommitdiff
path: root/src/base
AgeCommit message (Expand)AuthorFilesLines
2011-04-04* src/base/ftcalc.c (FT_MulFix): Produce more efficient assembly.HEADmasterJames Cloos1-17/+3
2011-03-16* src/base/ftstroke.c (FT_StrokerRec): Remove unused `valid' field.Werner Lemberg1-2/+1
2011-03-06Fix autohinting fallback.Werner Lemberg1-0/+3
2011-02-19Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.Kevin Kofler1-7/+10
2010-12-13Fix parameter handling of `FT_Set_Renderer'.Werner Lemberg1-0/+1
2010-11-04[UVS] Fix find_variant_selector_charmap(), Savannah bug #31545.suzuki toshiya1-0/+2
2010-11-04[UVS] Remove non-essential pointer checking in previous commit.suzuki toshiya1-20/+0
2010-11-04[UVS] Stabilizes UVS supporting functions against non-UVS fonts.suzuki toshiya1-0/+20
2010-10-25Change the type of FT_MEM_VAL() from FT_ULong to FT_PtrDist.suzuki toshiya1-3/+3
2010-10-13[raccess] Skip unrequired resource access rules by Darwin VFS.suzuki toshiya1-0/+15
2010-10-13[raccess] Grouping resource access rules based on Darwin VFS.suzuki toshiya2-15/+76
2010-10-13Prevent to open a FT_Stream for zero-sized file on non-Unix.suzuki toshiya1-3/+14
2010-09-13Fix minor issues reported by <muktha.narayan@wipro.com>.Werner Lemberg1-2/+2
2010-08-06Minor doc fixes, formatting.Werner Lemberg1-12/+16
2010-08-07Fix Savannah bug #30648.suzuki toshiya1-12/+28
2010-08-06Fix Savannah bug #30658.suzuki toshiya1-0/+5
2010-08-04Fix Savannah bug #30644.Werner Lemberg1-1/+1
2010-07-18Add reference counters and to FT_Library and FT_Face objects.Werner Lemberg1-17/+56
2010-07-12Remove C++ warnings.Werner Lemberg4-12/+12
2010-07-05Fix Savannah bug #27648.Eugene A. Shatokhin1-3/+5
2010-07-05Restrict the number of the charmaps in a rogue-compatible mode.suzuki toshiya1-0/+51
2010-07-02Additional fix for Savannah bug #30306.suzuki toshiya1-0/+3
2010-07-01Initial fix for Savannah bug #30306.suzuki toshiya1-1/+10
2010-07-01Additional fix for Savannah bug #30248 and #30249.suzuki toshiya1-0/+8
2010-06-27Fix valgrind warning.Werner Lemberg1-1/+2
2010-06-26Add some memory checks (mainly for debugging).Werner Lemberg2-3/+20
2010-06-25Initial fix for Savannah bug #30248 and #30249.suzuki toshiya1-0/+2
2010-06-08Formatting.Werner Lemberg1-1/+2
2010-06-07Fix Savannah bug #30052.Werner Lemberg1-2/+2
2010-05-22Fix various memory problems found by linuxtesting.org.Werner Lemberg4-10/+33
2010-04-05Add new function `FT_Library_SetLcdFilterWeights'.Werner Lemberg1-6/+31
2010-03-12Remove duplicated inclusion of `FT_OUTLINE_H' in ftobjs.c.suzuki toshiya1-1/+0
2010-02-27Simplify code.Werner Lemberg1-3/+1
2010-02-26Improve handling of invalid glyph indices in char->index functions.Behdad Esfahbod1-5/+10
2010-02-13* Version 2.3.12 released.VER-2-3-12Werner Lemberg1-1/+1
2010-02-13Fix overallocating bug in FT_Outline_New_Internal().suzuki toshiya1-3/+3
2010-01-14Make FT_Set_Transform work if no renderer is available.Werner Lemberg1-0/+13
2010-01-14Fix compilation warning.Werner Lemberg2-4/+7
2010-01-09Documentation typo.Werner Lemberg1-3/+3
2010-01-05Another clang fix.Werner Lemberg1-1/+1
2010-01-05Apply reports from clang static analyzer.Werner Lemberg3-12/+10
2009-12-31Make compilation with FT_CONFIG_OPTION_PIC work again.Lars Abrahamsson2-3/+7
2009-12-20Fix compiler warning.Werner Lemberg1-1/+1
2009-11-20Fix Savannah bug #27742.Werner Lemberg1-2/+3
2009-11-15Add tracing messages for advance values.Werner Lemberg1-0/+6
2009-10-26Whitespace.Werner Lemberg1-2/+2
2009-09-02Improve vertical metrics calculation (Savannah bug #27364).Bram Tassyns1-3/+15
2009-08-03Don't call `ft_fseek' every time when executing `ft_fread'.Su Yu2-4/+6
2009-08-01base: Remove an unused variable.suzuki toshiya1-2/+0
2009-08-01Improve bitmap size or pixel variables for 16-bit systems.suzuki toshiya3-5/+33