summaryrefslogtreecommitdiff
path: root/pango/opentype
Commit message (Expand)AuthorAgeFilesLines
* Use external harfbuzz shared library from harfbuzz-ngBehdad Esfahbod2009-11-0335-9332/+0
* [HB] Add glyph_metrics typedefBehdad Esfahbod2009-10-291-0/+9
* [HB] Add point_index to get_contour_point()Behdad Esfahbod2009-10-291-0/+1
* [HB] Fix lookup_flag ignoringBehdad Esfahbod2009-10-292-1/+2
* [HB] Add commentBehdad Esfahbod2009-09-211-0/+5
* [HB] Fix apply_lookup() loopBehdad Esfahbod2009-09-211-1/+2
* [HB] Fix bug in chain_context_lookup() invocationsBehdad Esfahbod2009-09-211-2/+2
* [HB] Add TODO itemBehdad Esfahbod2009-08-301-0/+1
* [HB] Rename DEBUG to TRACE where appropriateBehdad Esfahbod2009-08-287-176/+176
* [HB] Add GSUB/GPOS tracingBehdad Esfahbod2009-08-283-8/+98
* [HB] Allow enabling different debug facilities individuallyBehdad Esfahbod2009-08-282-26/+34
* Fix stupid array growing bugBehdad Esfahbod2009-08-281-1/+4
* [HB] Simplify countingBehdad Esfahbod2009-08-271-4/+5
* [HB] IndentBehdad Esfahbod2009-08-271-2/+2
* [HB] Bug 593231 - < c99 compiler dislikes ValueRecordBehdad Esfahbod2009-08-261-1/+3
* Bug 592484 - invalid write in HBBehdad Esfahbod2009-08-201-2/+2
* [HB][glib] Make glib unicode funcs staticBehdad Esfahbod2009-08-201-19/+17
* [HB] Fix more castsBehdad Esfahbod2009-08-191-5/+5
* [HB] Rename CAIRO_ in macro prefix to HB_Behdad Esfahbod2009-08-191-3/+3
* [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATEBehdad Esfahbod2009-08-192-27/+25
* [HB] s/writeable/writable/gBehdad Esfahbod2009-08-193-27/+27
* [HB] Hide lig_id and component members of hb_glyph_info_tBehdad Esfahbod2009-08-191-3/+2
* [HB] Fix typoBehdad Esfahbod2009-08-191-1/+1
* [HB] Add font funcs prototypesBehdad Esfahbod2009-08-183-17/+22
* Fix a few other pedantic warningsBehdad Esfahbod2009-08-184-5/+5
* [HB] Fix pedantic warningsBehdad Esfahbod2009-08-183-13/+13
* [HB] Fix more wrong method signaturesBehdad Esfahbod2009-08-181-1/+1
* [HB] Fix wrong method signatureBehdad Esfahbod2009-08-181-2/+2
* Bug 592194 - Fix missing _SC_PAGE_SIZE macroBehdad Esfahbod2009-08-181-34/+60
* [HB] Avoid int overflow in GPOSBehdad Esfahbod2009-08-172-10/+13
* [HB] Simplify loopBehdad Esfahbod2009-08-141-17/+14
* [HB] Merge mark positionin code between three types of lookupsBehdad Esfahbod2009-08-141-66/+29
* [HB] More minor shufflingBehdad Esfahbod2009-08-142-3/+5
* [HB] Move code aroundBehdad Esfahbod2009-08-142-19/+21
* [HB] Correctly sanitize LigatureAttachBehdad Esfahbod2009-08-144-9/+19
* [HB] Simplify MarkBase and MarkLig tooBehdad Esfahbod2009-08-141-79/+48
* [HB] Simplify MarkMarkBehdad Esfahbod2009-08-141-13/+16
* [HB] Fix possible int overflows during sanitizeBehdad Esfahbod2009-08-143-8/+30
* [HB] Debug output for SANITIZE_MEM()Behdad Esfahbod2009-08-141-11/+23
* [HB] Use inline function for SANITIZE_MEM()Behdad Esfahbod2009-08-141-13/+20
* [HB] Use SANITIZE_THIS() when applicableBehdad Esfahbod2009-08-141-3/+3
* [HB] Add note about auditing sanitize code for overflowsBehdad Esfahbod2009-08-142-1/+2
* [HB] Add empty hb_shape() APIBehdad Esfahbod2009-08-133-0/+95
* [HB] Bitfield packing *is* very delicateBehdad Esfahbod2009-08-131-1/+1
* Bug 591511 – hh-blob.c does not compile using mingw on windowsBehdad Esfahbod2009-08-131-4/+4
* [HB] Fix buffer sizing issue with mingw gccBehdad Esfahbod2009-08-131-7/+7
* Bug 591413 – needs to link with libstdc++Behdad Esfahbod2009-08-121-1/+1
* Bug 591511 – hb-blob.c does not compile using mingw on windowsBehdad Esfahbod2009-08-121-0/+8
* [HB] Add commentBehdad Esfahbod2009-08-121-1/+1
* [HB] Always clear positions if dirty, before returning to userBehdad Esfahbod2009-08-121-2/+2