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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-11
[Indic] Add Uniscribe bug feature for dotted circle
Behdad Esfahbod
3
-6
/
+21
2012-05-11
[Indic] Refactoring
Behdad Esfahbod
1
-8
/
+18
2012-05-11
Minor
Behdad Esfahbod
1
-3
/
+3
2012-05-11
[Indic] Allow multiple Consonants in Vowel/NBSP syllables
Behdad Esfahbod
1
-3
/
+3
2012-05-11
[Indic] Allow two Nuktas per consonant
Behdad Esfahbod
1
-3
/
+4
2012-05-11
[Indic] Fix U+0952 and similar classification to match Uniscribe
Behdad Esfahbod
2
-5
/
+12
2012-05-11
[Indic] Treat U+0951..U+0954 all similar to U+0952
Behdad Esfahbod
1
-1
/
+2
2012-05-11
[GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
Behdad Esfahbod
1
-6
/
+12
2012-05-11
[GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
Behdad Esfahbod
1
-1
/
+1
2012-05-11
[Indic] Don't use syllable serial value 0
Behdad Esfahbod
1
-1
/
+2
2012-05-11
[Indic] Implement Uniscribe Reph+Matra+Halant bug feature
Behdad Esfahbod
1
-5
/
+9
2012-05-11
[Indic] Add example of different Uniscribe behavior
Behdad Esfahbod
1
-1
/
+4
2012-05-11
[Indic] Add runtime Uniscribe bug compatibility mode!
Behdad Esfahbod
1
-11
/
+33
2012-05-11
[Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
Behdad Esfahbod
1
-1
/
+2
2012-05-11
[Indic] Fix Left Matra + Halant reordering
Behdad Esfahbod
1
-2
/
+4
2012-05-11
Minor
Behdad Esfahbod
1
-36
/
+37
2012-05-11
[GSUB/GPOS] Check all glyph masks when matching input
Behdad Esfahbod
1
-6
/
+12
2012-05-11
[Indic] Apply Reph mask to all POS_REPH glyphs
Behdad Esfahbod
1
-2
/
+2
2012-05-11
[Indic] Fix state machine to backtrack
Behdad Esfahbod
2
-23
/
+21
2012-05-11
[Indic] Move syllable tracking from Indic to generic layer
Behdad Esfahbod
8
-19
/
+16
2012-05-11
[Indic] Disable conjuncts when a ZWJ happens
Behdad Esfahbod
1
-6
/
+1
2012-05-11
[Indic] Fix bitops typo!
Behdad Esfahbod
1
-2
/
+2
2012-05-11
Make APPLY debug output print current index and codepoint
Behdad Esfahbod
1
-1
/
+1
2012-05-11
Minor
Behdad Esfahbod
1
-3
/
+5
2012-05-11
Some more...
Behdad Esfahbod
1
-0
/
+1
2012-05-11
More beauty in debug output!
Behdad Esfahbod
1
-5
/
+7
2012-05-11
Finish off debug output beautification
Behdad Esfahbod
1
-32
/
+26
2012-05-11
Only print class name in debug output if there's one available
Behdad Esfahbod
1
-5
/
+7
2012-05-11
Only printout class name in tracing, if one is available
Behdad Esfahbod
1
-2
/
+6
2012-05-11
Minor
Behdad Esfahbod
1
-0
/
+2
2012-05-11
Add return annotation for APPLY
Behdad Esfahbod
3
-209
/
+151
2012-05-11
/Minor/
Behdad Esfahbod
1
-1
/
+1
2012-05-11
Annotate SANITIZE return values
Behdad Esfahbod
13
-316
/
+299
2012-05-11
Minor
Behdad Esfahbod
1
-22
/
+10
2012-05-11
Code reshuffling
Behdad Esfahbod
1
-11
/
+25
2012-05-11
Beautify debug output
Behdad Esfahbod
2
-39
/
+55
2012-05-10
More massaging trace messaging
Behdad Esfahbod
3
-5
/
+5
2012-05-10
Minor
Behdad Esfahbod
1
-1
/
+1
2012-05-10
Better trace message support infrastructure
Behdad Esfahbod
3
-29
/
+56
2012-05-10
[Indic] Towards better Reph positioning
Behdad Esfahbod
1
-31
/
+80
2012-05-10
[Indic] Add Ra back for scripts without Reph
Behdad Esfahbod
1
-5
/
+5
2012-05-10
[Indic] Add note re Uniscribe clusters
Behdad Esfahbod
1
-0
/
+4
2012-05-10
[Indic] Do clustering like Uniscribe does
Behdad Esfahbod
1
-4
/
+20
2012-05-10
[Indic] Reorder Reph to before the Halant after Matras
Behdad Esfahbod
1
-0
/
+12
2012-05-10
[Indic] Don't clear the mask for Reph
Behdad Esfahbod
1
-1
/
+1
2012-05-10
[Indic] Improve Left Matra repositioning
Behdad Esfahbod
1
-1
/
+1
2012-05-10
[Indic] Do Reph repositioning in final reordering like the spec says
Behdad Esfahbod
2
-41
/
+64
2012-05-10
Minor
Behdad Esfahbod
1
-0
/
+3
2012-05-10
[Indic] Reorder left matras to be closer to base
Behdad Esfahbod
2
-8
/
+46
2012-05-10
[Indic] Treat the standalone cluster case reusing the consonant logic
Behdad Esfahbod
1
-6
/
+6
[next]