Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5c0d3a4d | 2002-08-22 20:35:36 | * src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c, src/bdf/bdfdrivr.c: removed compiler warnings | ||
| 21f433ce | 2002-08-21 22:06:41 | * src/pshinter/pshalgo3.c, src/base/ftobjs.c, src/base/ftobject.c, src/autohint/ahglyph.c, include/freetype/freetype.h: fixing typos and removing compiler warnings | ||
| 7acd73fd | 2002-07-11 23:41:14 | * src/sfnt/ttload.c, src/sfnt/ttload.h, src/sfnt/ttdriver.c: changing the SFNT loader to check for SFNT-based font files differently. We now ignore the range "helper" fields and check the "head" table's magic number instead. | ||
| 66013875 | 2002-07-11 16:27:16 | updatinf the object sub-system and dynamic hash table implementations | ||
| 3dff94f5 | 2002-07-01 21:34:07 | * include/freetype/internal/ftobject.h: updating the object sub-system definitions (still experimental) | ||
| 10937304 | 2002-05-01 08:46:56 | * include/freetype/internal/fthash.h, src/base/fthash.c: adding a generic implementation of dynamic hash tables using linear algorithm (to get rid of 'stalls' during resizes). This will be used in the future in at least three parts of the library: the cache sub-system, the object sub-system and the memory debugger. * include/freetype/internal/ftcore.h: added this header file to group all new definitions related to exception handling and memory management. It's very likely that this file will disappear or be renamed in the future.. * include/freetype/internal/ftobject.h, include/freetype/ftsysmem.h: adding comments to better explain the object sub-system as well as the new memory manager interface. |