summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [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-2527-91/+426
|\ \ | |/
| * [docs] Add index of symbols new in 1.24 and 1.26Behdad Esfahbod2009-07-221-0/+6
| * Bug 410169 – gravity problem with Common charsBehdad Esfahbod2009-07-226-14/+76
| * Remove DOS newlineBehdad Esfahbod2009-07-221-1/+1
| * Bug 589113 – Some characters rotated incorrectly in vertical textBehdad Esfahbod2009-07-223-5/+68
| * Bug 582851 -- Little fix for compiling with CygwinCarlo Bramini2009-07-216-6/+156
| * Bug 588060 -- Fonts missing on CygwinTor Lillqvist2009-07-211-2/+2
| * Bump version to 1.25.0Behdad Esfahbod2009-07-201-3/+3
| * Merge branch '1.24'Behdad Esfahbod2009-07-202-2/+10
| |\
| | * Release 1.24.51.24.5Behdad Esfahbod2009-07-202-2/+10
| | * Bug 589133 – Firefox 3.5 complains about invalid weak referencesBehdad Esfahbod2009-07-201-2/+11
| | * Bug 585806 – crash during pango_fc_font_map_shutdownBehdad Esfahbod2009-07-202-8/+0
| * | Bug 589133 – Firefox 3.5 complains about invalid weak referencesBehdad Esfahbod2009-07-201-2/+11
| * | Bug 585806 – crash during pango_fc_font_map_shutdownBehdad Esfahbod2009-07-202-8/+0
| * | Build introspection againColin Walters2009-07-171-16/+15
| |/
| * Fix typoBehdad Esfahbod2009-07-171-1/+1
| * Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-157-18/+49