summaryrefslogtreecommitdiff
path: root/src/base/ftobjs.c
AgeCommit message (Expand)AuthorFilesLines
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-13[raccess] Skip unrequired resource access rules by Darwin VFS.suzuki toshiya1-0/+15
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-07-18Add reference counters and to FT_Library and FT_Face objects.Werner Lemberg1-17/+56
2010-07-12Remove C++ warnings.Werner Lemberg1-6/+6
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-25Initial fix for Savannah bug #30248 and #30249.suzuki toshiya1-0/+2
2010-06-07Fix Savannah bug #30052.Werner Lemberg1-2/+2
2010-05-22Fix various memory problems found by linuxtesting.org.Werner Lemberg1-2/+8
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-01-14Make FT_Set_Transform work if no renderer is available.Werner Lemberg1-0/+13
2010-01-14Fix compilation warning.Werner Lemberg1-1/+4
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-01base: Prevent some overflows on LP64 systems.suzuki toshiya1-7/+49
2009-08-01ftobjs.c: Prevent an overflow in glyph index handling.suzuki toshiya1-1/+1
2009-06-29ftpatent: Fix a bug by wrong usage of service->table_info().suzuki toshiya1-1/+2
2009-06-26For warning messages, replace FT_ERROR with FT_TRACE0.Werner Lemberg1-2/+2
2009-06-25Provide version information better.Werner Lemberg1-0/+4
2009-06-07Fix some potential out-of-memory crashes.Werner Lemberg1-6/+10
2009-05-29Enable autohinting for glyphs rotated by multiples of 90°.James Cloos1-15/+17
2009-04-05Position Independent Code (PIC) support and infrastructure in base.Oran Agra1-0/+15
2009-03-12Fix some FreeType Coverity issues as reported for Ghostscript.Werner Lemberg1-2/+15
2009-02-24Fix Savannah bug #25669.Werner Lemberg1-4/+4
2009-01-22Move FT_Get_FSType_Flags to a separate file.Werner Lemberg1-23/+0
2009-01-22* Fix a bug in POSIX resource-fork accessor since 2008-10-04Suzuki, Toshiya (鈴木俊哉)1-1/+5
2009-01-13Fix C++ compilation.Werner Lemberg1-3/+3
2009-01-09tab -> spaceWerner Lemberg1-3/+3
2009-01-09* src/base/ftobjs.c (FT_Done_Library): Issue an error when FT_Done_Face() is ...Suzuki, Toshiya (鈴木俊哉)1-0/+4
2008-12-21* src/pfr/pfrdrivr.c, src/winfonts/winfnt.c, src/cache/ftcmanag.c,Werner Lemberg1-2/+2
2008-12-18* docs/CHANGES: Updated.Werner Lemberg1-0/+23
2008-12-11Generalize the concept of `tricky' fonts by introducingWerner Lemberg1-15/+16
2008-12-09Really fix Savannah bug #25010: An SFNT font with neither outlinesWerner Lemberg1-4/+0
2008-12-05* include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): Use valueWerner Lemberg1-1/+5
2008-11-29Formatting.Werner Lemberg1-3/+3
2008-11-08* src/base/ftobjs.c (ft_glyphslot_free_bitmap): Protect againstWerner Lemberg1-1/+1