summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.0.41.0.4Behdad Esfahbod2015-09-302-1/+8
* Define return_trace()Behdad Esfahbod2015-09-2916-546/+575
* Add missing returnsBehdad Esfahbod2015-09-293-17/+17
* Micro-optimize hb_language_from_string()Behdad Esfahbod2015-09-291-5/+5
* Handle language tags that indicate phonetic IPA transcriptionSascha Brawer2015-09-292-1/+21
* Fix Since tagsBehdad Esfahbod2015-09-0316-87/+111
* Fix Since: version tags on font and face APIsBehdad Esfahbod2015-09-032-49/+49
* 1.0.31.0.3Behdad Esfahbod2015-09-012-1/+12
* [indic] Add comments to merge_clusters callsBehdad Esfahbod2015-09-011-5/+16
* [thai] Respect cluster-level > 0Behdad Esfahbod2015-09-011-1/+1
* [use] Merge /before/ reorderingBehdad Esfahbod2015-09-011-2/+2
* [hangul] Merge /before/ reorderingBehdad Esfahbod2015-09-011-1/+1
* [OT] Merge /before/ reorderingBehdad Esfahbod2015-09-011-2/+3
* [myanmar] Use buffer->sort() to sort clusterBehdad Esfahbod2015-09-011-2/+1
* [OT] Merge clusters when reordering marks for normalizationBehdad Esfahbod2015-09-013-1/+24
* [tests] Add Hebrew test for normalization under cluster-level=1Behdad Esfahbod2015-09-013-0/+2
* MinorBehdad Esfahbod2015-09-011-4/+2
* Use insertion-sort instead of bubble-sortBehdad Esfahbod2015-09-016-42/+34
* MinorBehdad Esfahbod2015-09-013-0/+12
* Update git.mk from upstreamBehdad Esfahbod2015-08-311-1/+16
* [docs] Move docs/reference/ contents into docs/Behdad Esfahbod2015-08-3113-121/+117
* [docs] Fix out-of-tree buildBehdad Esfahbod2015-08-318-7/+14
* Merge pull request #131 from simoncozens/docsBehdad Esfahbod2015-08-316-75/+89
|\
| * Combine user / reference information into gtk-doc generated manual.Simon Cozens2015-08-311-39/+52
| * Correct tag hierarchy, to allow for table-of-contents entries.Simon Cozens2015-08-315-36/+36
| * Missing tag (oops).Simon Cozens2015-08-311-0/+1
* | [docs] Fix typoBehdad Esfahbod2015-08-311-1/+1
* | Merge pull request #129 from simoncozens/docsBehdad Esfahbod2015-08-316-0/+413
|\ \ | |/
| * Current state and skeleton outlineSimon Cozens2015-08-294-0/+116
| * First two chapters. More to follow.Simon Cozens2015-08-252-0/+297
* | [test] Fix test-objectBehdad Esfahbod2015-08-301-4/+0
* | Poison freed objects such that double-free is detectedBehdad Esfahbod2015-08-301-5/+16
* | [GPOS] Fix cursive connection with mix of RTL and non-RTL lookupsBehdad Esfahbod2015-08-251-0/+34
* | [test] Add test for cursive-positioning with mixed directionsBehdad Esfahbod2015-08-256-0/+6
* | [GPOS] Rewrite cursive attachment slightly differentlyBehdad Esfahbod2015-08-251-12/+24
|/
* Add API/cmdline to show glyph extents when serializing bufferBehdad Esfahbod2015-08-245-1/+24
* [ot-font] Fix short-offset calculationBehdad Esfahbod2015-08-241-2/+2
* [ot-font] Implement glyph_extents() for TrueType fontsBehdad Esfahbod2015-08-235-9/+198
* Make BYTE a real typeBehdad Esfahbod2015-08-211-1/+15
* [coretext] Use i32 instead of u32 as wellBehdad Esfahbod2015-08-201-10/+10
* [uniscribe] Fix negative offsetsBehdad Esfahbod2015-08-201-4/+4
* 1.0.21.0.2Behdad Esfahbod2015-08-192-1/+14
* [coretext] Add TODO itemBehdad Esfahbod2015-08-191-0/+1
* [uniscribe] Fix font scale handlingBehdad Esfahbod2015-08-191-6/+19
* Commented-out code to print buffer before each lookupBehdad Esfahbod2015-08-181-0/+12
* Allow serializing buffer with output-buffer being usedBehdad Esfahbod2015-08-181-2/+4
* [ot] Change buffer content type right after we map to glyphsBehdad Esfahbod2015-08-181-0/+2
* [Android.mk] Update for SEA removal and USE additionBehdad Esfahbod2015-08-181-1/+2
* Don't declare dependency on freetype in harfbuzz.pcBehdad Esfahbod2015-08-181-1/+6
* [debug] Print lookup index in debug-apply outputBehdad Esfahbod2015-08-184-5/+15