Always allocate new ligature id
[framework/uifw/harfbuzz.git] / src / hb-blob.c
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-07-15 Behdad EsfahbodFix 64bit issues with debug prints
2010-04-28 Behdad Esfahbod[blob] Make debug code always available to the compiler
2010-04-24 Behdad EsfahbodCleanup hb_face_create_for_data()
2010-04-23 Behdad Esfahbod[blob] Fallback to copying if mprotect() fails
2010-04-22 Behdad EsfahbodChange header comment
2010-04-21 Behdad EsfahbodFix leak when duplicating blob
2010-02-23 Behdad EsfahbodMake blob unlocking 64bit-safe
2009-11-06 Behdad EsfahbodCosmetic
2009-11-06 Behdad Esfahbodinclude errno.h
2009-11-05 Behdad EsfahbodInclude stdio.h if debugging
2009-11-02 Behdad Esfahbod[HB] Allow enabling different debug facilities individually
2009-11-02 Behdad Esfahbod[HB] Indent
2009-11-02 Behdad Esfahbod[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
2009-11-02 Behdad Esfahbod[HB] s/writeable/writable/g
2009-11-02 Behdad EsfahbodBug 592194 - Fix missing _SC_PAGE_SIZE macro
2009-11-02 Behdad EsfahbodBug 591511 – hh-blob.c does not compile using mingw...
2009-11-02 Behdad EsfahbodBug 591511 – hb-blob.c does not compile using mingw...
2009-11-02 Behdad Esfahbod[HB] Remove stale XXX
2009-11-02 Behdad Esfahbod[HB] Fix blob to use a actual mutex
2009-11-02 Behdad Esfahbod[HB] Use glib again
2009-11-02 Behdad Esfahbod[HB] Fix blob unlock
2009-11-02 Behdad Esfahbod[HB] Improve debug output and fix mprotect bug
2009-11-02 Behdad Esfahbod[HB] Remove use of typeof()
2009-11-02 Behdad Esfahbod[HB] Simplify sub-blob support
2009-11-02 Behdad Esfahbod[HB] Add sub-blobs
2009-11-02 Behdad Esfahbod[HB] Add get_reference_count()
2009-11-02 Behdad Esfahbod[HB] Simplify object creation
2009-11-02 Behdad Esfahbod[HB] Add abstract font and face API
2009-11-02 Behdad Esfahbod[HB] Simplify refcounting functions
2009-11-02 Behdad Esfahbod[HB] Use calloc instead of malloc where feasible
2009-11-02 Behdad Esfahbod[HB] Add a "blob" manager