Age | Commit message (Expand) | Author | Files | Lines |
2011-02-20 | [cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID(). | suzuki toshiya | 1 | -1/+1 |
2011-01-13 | Cleanup/formatting. | Werner Lemberg | 10 | -36/+46 |
2011-01-09 | [cache] Fix Savannah bug #31923, patch drafted by Harsha. | suzuki toshiya | 2 | -0/+47 |
2011-01-09 | [cache] Notice if a cache query induced the node list change. | suzuki toshiya | 9 | -20/+53 |
2011-01-09 | [cache] Fit FTC_GNode_Compare() to FTC_Node_CompareFunc. | suzuki toshiya | 2 | -3/+5 |
2011-01-09 | [cache] Deduplicate the code to get the top node by a hash. | suzuki toshiya | 2 | -28/+36 |
2011-01-09 | [cache] inline-specific functions are conditionalized. | suzuki toshiya | 4 | -0/+14 |
2011-01-09 | [cache] Correct a type mismatch under non-inlined config. | suzuki toshiya | 1 | -1/+1 |
2010-12-25 | Apply Savannah patch #7422. | Harsha | 1 | -1/+6 |
2010-10-25 | Revert a change of `_idx' type in FTC_CACHE_LOOKUP_CMP(). | suzuki toshiya | 1 | -1/+1 |
2010-10-25 | [cache] Change the hash types to FT_PtrDist. | suzuki toshiya | 7 | -17/+20 |
2010-09-14 | Improve tracing messages. | Werner Lemberg | 1 | -0/+4 |
2010-08-17 | Fix Savannah bug #30788. | Teijo Kinnunen | 1 | -1/+1 |
2010-07-12 | Remove C++ warnings. | Werner Lemberg | 2 | -4/+5 |
2010-07-05 | Restrict the number of the charmaps in a rogue-compatible mode. | suzuki toshiya | 1 | -13/+11 |
2010-06-24 | */*: Use module specific error names where appropriate. | Werner Lemberg | 5 | -13/+13 |
2010-04-14 | Fix Savannah bug #27999. | Michał Cichoń | 1 | -2/+2 |
2009-12-20 | Whitespace. | Werner Lemberg | 1 | -2/+2 |
2009-10-06 | Fix `make multi'. | Werner Lemberg | 2 | -0/+6 |
2009-09-29 | [cache] Fold too long lines. | suzuki toshiya | 2 | -7/+16 |
2009-09-27 | [cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582. | suzuki toshiya | 5 | -40/+44 |
2009-09-26 | [cache, psaux, type1] Fix for multi build. | suzuki toshiya | 1 | -0/+1 |
2009-09-24 | [cache] Check the face filled by FTC_Manager_LookupFace(). | suzuki toshiya | 1 | -0/+3 |
2009-08-01 | cache: Check higher bits in flags for non ILP32 systems. | suzuki toshiya | 1 | -4/+30 |
2009-08-01 | cache: Insert explict casts for LP64 systems. | suzuki toshiya | 1 | -2/+2 |
2009-08-01 | cache: Fix some data types mismatching with their sources. | suzuki toshiya | 6 | -12/+12 |
2009-08-01 | cache: Disable the legacy compatibility if 16-bit system. | suzuki toshiya | 1 | -2/+2 |
2009-08-01 | cache: Check 32-bit glyph index on 16-bit systems. | suzuki toshiya | 1 | -1/+10 |
2009-08-01 | cache: Fix some data types mismatching with their sources. | suzuki toshiya | 2 | -6/+6 |
2009-08-01 | cache: Fix some data types mismatching with their sources. | suzuki toshiya | 1 | -1/+1 |
2009-08-01 | cache: Cast NULL to a required function type explicitly. | suzuki toshiya | 1 | -1/+3 |
2009-07-29 | Fix Redhat bugzilla #513582 and Savannah bug #26849. | Werner Lemberg | 1 | -3/+2 |
2009-06-26 | For warning messages, replace FT_ERROR with FT_TRACE0. | Werner Lemberg | 5 | -25/+25 |
2009-04-05 | Add #error to modules and files that do not support PIC yet. | Oran Agra | 1 | -0/+4 |
2009-03-21 | Remove redundant header inclusions. | Werner Lemberg | 3 | -6/+2 |
2009-03-20 | Whitespace. | Werner Lemberg | 1 | -3/+3 |
2009-03-20 | Fix Savannah bug #25923. | Werner Lemberg | 1 | -2/+2 |
2009-03-12 | Fix some FreeType Coverity issues as reported for Ghostscript. | Werner Lemberg | 1 | -2/+3 |
2008-12-21 | * src/pfr/pfrdrivr.c, src/winfonts/winfnt.c, src/cache/ftcmanag.c, | Werner Lemberg | 1 | -3/+3 |
2008-10-02 | * builds/freetype.mk (BASE_H): Rename to... | Werner Lemberg | 1 | -4/+6 |
2008-09-12 | * autogen.sh, builds/unix/configure.raw, | Werner Lemberg | 1 | -8/+8 |
2008-09-02 | * include/freetype/ftcache.h, src/cache/ftccmap.c: | David Turner | 1 | -3/+15 |
2007-06-01 | * src/base/ftobjs.c (FT_Request_Metrics), src/cache/ftccmap.c | Werner Lemberg | 1 | -2/+1 |
2007-05-16 | * src/cache/ftccache.c (ftc_node_mru_link, ftc_node_mru_unlink), | Werner Lemberg | 3 | -11/+21 |
2007-05-14 | Formatting. | Werner Lemberg | 1 | -3/+4 |
2007-05-11 | implement FTC_ImageCache_LookupScaler and FTC_SBitCache_LookupScaler, | David Turner | 1 | -0/+110 |
2006-05-17 | * src/truetype/ttgload.c (TT_Load_Composite_Glyph) | Werner Lemberg | 1 | -3/+3 |
2006-05-17 | * src/ftccmap.c (FTC_CMapCache_Lookup): changed the threshold | David Turner | 1 | -2/+6 |
2006-04-29 | Further C library abstraction. Based on a patch from | Werner Lemberg | 1 | -1/+1 |
2006-03-24 | Normalize quotation to `...'. | Werner Lemberg | 2 | -2/+2 |