summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* [HB] Fix mix warningsBehdad Esfahbod2009-08-048-27/+15
* [HB] GPOS sanitize()Behdad Esfahbod2009-08-043-6/+213
* [HB] Sanitize DeviceTableBehdad Esfahbod2009-08-043-8/+19
* [HB] More castsBehdad Esfahbod2009-08-041-1/+1
* [HB] Fix couple of bugsBehdad Esfahbod2009-08-041-3/+3
* [HB] More cast cleanupBehdad Esfahbod2009-08-044-71/+50
* [Hb] Use reinterpret casts instead of direct casts to char *Behdad Esfahbod2009-08-046-50/+57
* [HB] Merge more templatesBehdad Esfahbod2009-08-041-112/+55
* [HB] Simplify indirect sanitize()Behdad Esfahbod2009-08-042-37/+26
* [HB] Finish GSUB sanitize()Behdad Esfahbod2009-08-041-1/+20
* [HB] Add commentBehdad Esfahbod2009-08-041-2/+4
* [HB] Optimize sanitize()Behdad Esfahbod2009-08-041-1/+6
* [HB] More sanitize()Behdad Esfahbod2009-08-045-16/+79
* [HB] Start sanitize()Behdad Esfahbod2009-08-044-6/+376
* [HB] Remove use of typeof()Behdad Esfahbod2009-08-034-12/+12
* [HB] Make it all work againBehdad Esfahbod2009-08-033-39/+44
* [HB] Use face_t directly instead of ot_layout_tBehdad Esfahbod2009-08-0311-197/+237
* [HB] Simplify sub-blob supportBehdad Esfahbod2009-08-032-112/+74
* [HB] Add sub-blobsBehdad Esfahbod2009-08-032-27/+147
* [HB] Rename hb-font.c to hb-font.ccBehdad Esfahbod2009-08-022-1/+1
* [OT] Rename C++ header files from *.h to *.hhBehdad Esfahbod2009-08-0210-41/+41
* [HB] Move OT file handling out of ot-layoutBehdad Esfahbod2009-08-026-118/+157
* [HB] Port ot-layout to new public APIBehdad Esfahbod2009-08-0214-436/+485
* [HB] Add top-level header filesBehdad Esfahbod2009-08-023-0/+71
* [HB] Add XXX marksBehdad Esfahbod2009-08-022-5/+4
* [HB] Rename _duplicate to _copyBehdad Esfahbod2009-08-012-4/+4
* [HB] Cleanup TODOBehdad Esfahbod2009-08-011-9/+1
* [HB] Cleanup public buffer structsBehdad Esfahbod2009-08-016-66/+97
* [OT] Match struct with HB'sBehdad Esfahbod2009-08-014-12/+13
* [HB] Port buffert to new object APIBehdad Esfahbod2009-08-015-56/+129
* [HB] Move typedef's aroundBehdad Esfahbod2009-08-013-9/+12
* [HB] Add get_reference_count()Behdad Esfahbod2009-08-015-0/+52
* [Makefile] Fix MOSTLYCLEANFILESBehdad Esfahbod2009-08-011-2/+2
* [HB] Remove glib dependencyBehdad Esfahbod2009-08-014-18/+22
* [HB] Assorted compiler macrosBehdad Esfahbod2009-08-012-22/+70
* [HB] Simplify object creationBehdad Esfahbod2009-08-016-35/+27
* [HB] Add abstract font and face APIBehdad Esfahbod2009-08-016-8/+636
* [HB] Simplify refcounting functionsBehdad Esfahbod2009-08-014-23/+44
* [HB] Fix for dfont's with multiple facesBehdad Esfahbod2009-08-011-2/+4
* [HB] Use calloc instead of malloc where feasibleBehdad Esfahbod2009-08-012-5/+7
* [HB] Remove hinting setting and use ppem==0 to mean "no hinting"Behdad Esfahbod2009-07-307-33/+40
* [HB] Add a "blob" managerBehdad Esfahbod2009-07-305-1/+315
* [HB] Move direction to bufferBehdad Esfahbod2009-07-308-16/+26
* [HB] Rename internal varsBehdad Esfahbod2009-07-291-28/+28
* [HB] Adapt to new buffer APIBehdad Esfahbod2009-07-281-2/+2
* [HB] Fix buffer enlargement. OuchBehdad Esfahbod2009-07-281-1/+1
* Apply patch from Jonathan KewBehdad Esfahbod2009-07-285-38/+91
* Revert "XX"Behdad Esfahbod2009-07-2512-187/+174
* Merge branch 'master' into harfbuzz-ngBehdad Esfahbod2009-07-2520-84/+374
|\
| * Bug 410169 – gravity problem with Common charsBehdad Esfahbod2009-07-224-14/+63