summaryrefslogtreecommitdiff
path: root/src/hb-blob.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-20Add hb_blob_create_from_file, a new API (#926)Ebrahim Byagowi1-0/+2
2018-02-13Add hb_blob_copy_writable_or_fail()Behdad Esfahbod1-0/+3
2018-01-21Fix typos.Bruce Mitchener1-1/+1
2015-11-23Public headers: Decorate public symbols with HB_EXTERNChun-wei Fan1-12/+12
2014-05-13MinorBehdad Esfahbod1-3/+2
2014-04-08TypoBehdad Esfahbod1-1/+1
2013-02-25Always create sub-blobs in MEMORY_MODE_READONLYBehdad Esfahbod1-0/+26
2012-06-16Make source more digestable for gobject-introspectionBehdad Esfahbod1-1/+1
2012-04-14Remove public enum names againBehdad Esfahbod1-1/+1
2012-04-12Add names to enumsBehdad Esfahbod1-1/+1
2012-04-12Make it an error to include non-top-level headersBehdad Esfahbod1-0/+4
2011-08-09[API] Make set_user_data() functions take a replace parameterBehdad Esfahbod1-1/+2
2011-05-06[API] Simplify blob API, remove lockBehdad Esfahbod1-9/+10
2011-05-06Remove unused hb_blob_try_writable_inplace()Behdad Esfahbod1-3/+0
2011-05-02[API] Rename hb_blob_create_empty() to hb_blob_get_empty()Behdad Esfahbod1-1/+1
2011-04-27[API] Add _set/get_user_data() for all objectsBehdad Esfahbod1-0/+12
2011-04-21Update Copyright headersBehdad Esfahbod1-1/+1
2011-04-20[API] Remove hb_*_get_reference_count()Behdad Esfahbod1-3/+0
2011-04-20[API] blob: move user_data before destroy()Behdad Esfahbod1-2/+2
2010-07-23Prefer C linkageBehdad Esfahbod1-0/+2
2010-04-22Change header commentBehdad Esfahbod1-1/+1
2009-11-02[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATEBehdad Esfahbod1-1/+0
2009-11-02[HB] s/writeable/writable/gBehdad Esfahbod1-5/+5
2009-11-02[HB] Fix pedantic warningsBehdad Esfahbod1-1/+1
2009-11-02[HB] Simplify sub-blob supportBehdad Esfahbod1-5/+9
2009-11-02[HB] Add sub-blobsBehdad Esfahbod1-2/+10
2009-11-02[HB] Move typedef's aroundBehdad Esfahbod1-0/+2
2009-11-02[HB] Add get_reference_count()Behdad Esfahbod1-0/+3
2009-11-02[HB] Remove hinting setting and use ppem==0 to mean "no hinting"Behdad Esfahbod1-3/+0
2009-11-02[HB] Add a "blob" managerBehdad Esfahbod1-0/+74