Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | Cleanup/formatting. | Werner Lemberg | 1 | -2/+3 |
2011-01-09 | [cache] Notice if a cache query induced the node list change. | suzuki toshiya | 1 | -3/+8 |
2011-01-09 | [cache] Fit FTC_GNode_Compare() to FTC_Node_CompareFunc. | suzuki toshiya | 1 | -2/+3 |
2011-01-09 | [cache] inline-specific functions are conditionalized. | suzuki toshiya | 1 | -0/+3 |
2010-10-25 | [cache] Change the hash types to FT_PtrDist. | suzuki toshiya | 1 | -1/+1 |
2009-12-20 | Whitespace. | Werner Lemberg | 1 | -2/+2 |
2009-03-21 | Remove redundant header inclusions. | Werner Lemberg | 1 | -3/+1 |
2006-03-22 | * src/cache/ftccache.c, (ftc_node_mru_up, FTC_Cache_Lookup) | Werner Lemberg | 1 | -9/+21 |
2006-03-20 | * builds/freetype.mk (CACHE_DIR, CACHE_H): Remove. | Werner Lemberg | 1 | -1/+1 |
2006-03-20 | * include/freetype/cache/ftccache.h, | David Turner | 1 | -1/+1 |
2004-11-19 | Fix a serious bug in the TT hinter. | Werner Lemberg | 1 | -2/+2 |
2004-11-17 | * builds/unix/configure.ac: Add `-fno-strict-aliasing' if gcc is | Werner Lemberg | 1 | -2/+2 |
2004-07-19 | formatting & small beautification | Werner Lemberg | 1 | -4/+3 |
2004-07-18 | * include/freetype/cache/ftcglyph.h, src/cache/ftcglyph.c: | David Turner | 1 | -2/+13 |
2004-06-12 | * docs/CHANGES: Updated. | Werner Lemberg | 1 | -9/+11 |
2004-06-10 | removing compiler warning | David Turner | 1 | -1/+1 |
2004-06-09 | * include/freetype/cache/ftcmru.h, src/cache/ftcbasic.c, | David Turner | 1 | -22/+19 |
2004-05-17 | * src/cache/ftcbasic.c (ftc_basic_family_compare, | Werner Lemberg | 1 | -4/+16 |
2004-02-17 | Fix callback functions in cache module. | Werner Lemberg | 1 | -1/+24 |
2003-12-26 | * src/base/fttrigon.c, src/base/ftgloadr.c: Inlude | Werner Lemberg | 1 | -15/+18 |
2003-12-24 | * src/cff/cffgload.c (cff_lookup_glyph_by_stdcharcode): Handle | Werner Lemberg | 1 | -152/+152 |
2003-12-23 | * include/freetype/cache/ftccache.h, | David Turner | 1 | -153/+152 |
2003-12-22 | * include/freetype/ftcache.h, | David Turner | 1 | -17/+5 |
2003-12-21 | important bug fixes for new cache code | David Turner | 1 | -6/+21 |
2003-12-19 | new version of the cache sub-system - still under debugging | David Turner | 1 | -41/+76 |
2001-12-20 | Formatting. | Werner Lemberg | 1 | -17/+14 |
2001-12-07 | added new charmap cache. see include/freetype/cache/ftccmap.h | David Turner | 1 | -7/+3 |
2001-12-05 | First of all, a big thanks to Werner and Antoine for their latest work !! | David Turner | 1 | -99/+52 |
2001-12-05 | Formatting. | Werner Lemberg | 1 | -14/+19 |
2001-10-26 | _major_ re-design of the caching sub-system. Still using the same API | David Turner | 1 | -378/+61 |
2001-06-28 | finishing function header formatting | Werner Lemberg | 1 | -1/+1 |
2001-06-27 | First round in converting | Werner Lemberg | 1 | -24/+32 |
2001-06-27 | * include/freetype/ftconfig.h, src/*/*.c: changed the definition and | David Turner | 1 | -9/+9 |
2001-06-06 | Complete redesign of error codes. Please check ftmoderr.h for more | Werner Lemberg | 1 | -1/+3 |
2001-03-10 | * src/*/*.c: Added many casts to make code more 64bit-safe. | Werner Lemberg | 1 | -1/+1 |
2000-12-08 | cleanups | Werner Lemberg | 1 | -7/+8 |
2000-12-08 | - updated all source files to adhere to the new inclusion scheme | David Turner | 1 | -6/+7 |
2000-12-01 | fixed a few warnings with Borland C++ | David Turner | 1 | -1/+1 |
2000-11-10 | Small fixes and formatting. | Werner Lemberg | 1 | -12/+13 |
2000-11-08 | removed the file <freetype/internal/ftlist.h> and corrected | David Turner | 1 | -1/+1 |
2000-11-07 | Complementing David's changes with formatting, adding documentation, etc. | Werner Lemberg | 1 | -2/+2 |
2000-11-06 | some updates to the cache sub-system. some methods were moved from | David Turner | 1 | -2/+56 |
2000-11-04 | Finishing David's latest changes (there were some errors in it). | Werner Lemberg | 1 | -3/+3 |
2000-11-04 | major reformatting of the sources: | David Turner | 1 | -19/+21 |
2000-10-31 | Fixing include header for a `make multi' build. | Werner Lemberg | 1 | -35/+37 |
2000-10-31 | Removing trailing whitespace. | Werner Lemberg | 1 | -6/+6 |
2000-10-28 | completed the sbit cache, though it's still buggy :-( | David Turner | 1 | -6/+8 |
2000-10-28 | - completed the abstract chunk cache class | David Turner | 1 | -114/+102 |
2000-10-28 | small updates: | David Turner | 1 | -43/+66 |
2000-10-12 | formatting | Werner Lemberg | 1 | -142/+153 |