index
:
harfbuzz
BASE
accelerate-lookups
bitops
check-symbols
coverity_scan
cross-kern
decltype
hb-version
inttype-constructors
master
name-table
ot-color
overload-overload
rand
run-tests-stream
rvalue-reference
test-str-literal-constness
typename-outside-template
use-sinhala
HarfBuzz text shaping library (new rewritten version)
behdad
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-05
[util] Add option to set font function implementation to use
Behdad Esfahbod
2
-9
/
+88
2014-07-04
[util] Fix memory issue
Behdad Esfahbod
2
-4
/
+11
2014-07-01
Add Roozbeh to AUTHORS
Behdad Esfahbod
1
-0
/
+1
2014-06-30
[indic] Remove some more now-unused special-cases
Behdad Esfahbod
1
-2
/
+1
2014-06-30
[indic] Remove special-casing of U+1CF2,1CF3
Behdad Esfahbod
1
-6
/
+0
2014-06-30
[indic-table] Update to Unicode 7.0 data
Behdad Esfahbod
5
-163
/
+355
2014-06-30
[indic-table] Fix category frequency counts in comments
Behdad Esfahbod
2
-24
/
+24
2014-06-30
Whitespace
Behdad Esfahbod
1
-38
/
+38
2014-06-27
Fix typo; ouch!
Behdad Esfahbod
1
-1
/
+1
2014-06-27
Mark unsed members with a "Z" suffix
Behdad Esfahbod
3
-16
/
+16
2014-06-27
[ot-font] Implement Unicode variation selectors
Behdad Esfahbod
1
-1
/
+19
2014-06-27
[cmap] Implement subtable format 14
Behdad Esfahbod
1
-14
/
+133
2014-06-27
Minor: final bits of cleanup
Behdad Esfahbod
2
-2
/
+3
2014-06-27
Minor
Behdad Esfahbod
1
-5
/
+4
2014-06-27
Minor: Remove LongArrayOf
Behdad Esfahbod
2
-5
/
+1
2014-06-27
Minor: Remove LongSortedArrayOf
Behdad Esfahbod
2
-5
/
+1
2014-06-27
Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
Behdad Esfahbod
3
-10
/
+2
2014-06-27
Minor: Remove GenericOffset
Behdad Esfahbod
2
-12
/
+9
2014-06-27
Minor: Remove some GenericXXX templates
Behdad Esfahbod
3
-24
/
+14
2014-06-27
Minor: Reorder template parameter order
Behdad Esfahbod
2
-8
/
+8
2014-06-27
Minor: Introduce GenericOffset
Behdad Esfahbod
1
-10
/
+6
2014-06-27
Minor: Use template parameter default values for OffsetTo
Behdad Esfahbod
1
-8
/
+5
2014-06-27
Minor: Use template parameter default values for hb_prealloced_array_t
Behdad Esfahbod
1
-5
/
+4
2014-06-24
Add back API removed recently
Behdad Esfahbod
2
-0
/
+22
2014-06-22
Add new IndicSyllabicCategory short forms for Unicode 7.0
Behdad Esfahbod
1
-0
/
+4
2014-06-22
Minor
Behdad Esfahbod
2
-2
/
+2
2014-06-21
[indic-table-gen] Minor
Behdad Esfahbod
1
-4
/
+4
2014-06-21
[indic-table] Update to Unicode 6.3.0
Behdad Esfahbod
1
-6
/
+6
2014-06-21
Minor: format
Behdad Esfahbod
1
-2
/
+5
2014-06-21
[arabic-table] Update to Unicode 7.0
Behdad Esfahbod
2
-31
/
+63
2014-06-21
[arabic-table] Add ZWJ/ZWNJ now that table is segmented
Behdad Esfahbod
3
-8
/
+11
2014-06-21
[arabic-table] Further tune
Behdad Esfahbod
2
-24
/
+24
2014-06-20
[indic-table] Minor
Behdad Esfahbod
1
-4
/
+5
2014-06-20
[arabic-table] Use segmented table
Behdad Esfahbod
3
-46
/
+97
2014-06-20
[indic-table] Make output stable
Behdad Esfahbod
1
-1
/
+1
2014-06-20
[indic-table] Minor
Behdad Esfahbod
1
-6
/
+1
2014-06-20
[arabic-table] Don't write comments
Behdad Esfahbod
2
-692
/
+38
2014-06-20
[arabic-table] Use short names for values
Behdad Esfahbod
2
-686
/
+716
2014-06-20
[arabic-table] Read Blocks.txt and shuffle code around
Behdad Esfahbod
3
-45
/
+67
2014-06-20
[indic-table] Black-list Thai, Lao, and Tibetan
Behdad Esfahbod
2
-76
/
+21
2014-06-20
[indic-table] Speed up lookup
Behdad Esfahbod
2
-24
/
+59
2014-06-20
[indic-table] Fix compiler warning
Behdad Esfahbod
2
-6
/
+2
2014-06-20
[indic-table] Make table more compact by not covering full blocks
Behdad Esfahbod
2
-117
/
+57
2014-06-20
[indic-table] Remove block range from data table
Behdad Esfahbod
2
-52
/
+54
2014-06-20
Rename HB_VERSION_CHECK and hb_version_check to "atleast"
Behdad Esfahbod
4
-26
/
+27
2014-06-20
Adjust unused doc symbols
Behdad Esfahbod
2
-13
/
+27
2014-06-19
Rework handling of requiredFeature to solve problem with rlig in arial.ttf fr...
Jonathan Kew
5
-34
/
+64
2014-06-19
Rename search() to bsearch() and lsearch()
Behdad Esfahbod
3
-13
/
+14
2014-06-19
Rename sort() to qsort()
Behdad Esfahbod
4
-10
/
+10
2014-06-18
[unicode7] Update list of Default_Ignorable codepoints
Behdad Esfahbod
1
-36
/
+30
[prev]
[next]