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
/
hb-ot-layout-gsub-table.hh
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-07
[GSUB] Generalize would_apply()
Behdad Esfahbod
1
-5
/
+21
2012-08-02
[GSUB] Wire the font, not just the face, down to substitute()
Behdad Esfahbod
1
-8
/
+5
2012-08-02
Use Coverage digests in would_apply
Behdad Esfahbod
1
-0
/
+1
2012-08-02
Minor
Behdad Esfahbod
1
-2
/
+2
2012-08-01
[GSUB/GPOS] Remove unused get_coverage() methods
Behdad Esfahbod
1
-11
/
+0
2012-08-01
[GSUB/GPOS] Use Coverage digests as gatekeeper
Behdad Esfahbod
1
-23
/
+12
2012-08-01
[GSUB/GPOS] Add add_coverage()
Behdad Esfahbod
1
-0
/
+18
2012-07-31
[GSUB] Minor
Behdad Esfahbod
1
-1
/
+4
2012-07-30
Minor
Behdad Esfahbod
1
-2
/
+2
2012-07-30
More refactoring glyph class access
Behdad Esfahbod
1
-1
/
+1
2012-07-30
[GSUB/GPOS] Move glyph props matching around
Behdad Esfahbod
1
-7
/
+11
2012-07-30
[GSUB] Minor
Behdad Esfahbod
1
-1
/
+1
2012-07-30
Fix build on Mac
Behdad Esfahbod
1
-2
/
+2
2012-07-30
[GSUB] Further adjustments to mark-attachment vs ligation interaction
Behdad Esfahbod
1
-3
/
+8
2012-07-30
[GSUB] Don't ligate glyphs attached to different components of ligatures
Behdad Esfahbod
1
-0
/
+24
2012-07-30
Minor
Behdad Esfahbod
1
-1
/
+1
2012-07-30
[GSUB] Fix mark component stuff when ligatures form ligatures!
Behdad Esfahbod
1
-40
/
+77
2012-07-29
[GSUB/GPOS] Minor
Behdad Esfahbod
1
-3
/
+3
2012-07-29
[GSUB] Don't set new lig_id on mark ligatures
Behdad Esfahbod
1
-4
/
+14
2012-07-28
[GSUB] Minor
Behdad Esfahbod
1
-17
/
+16
2012-07-28
[GSUB] Simplify would-apply
Behdad Esfahbod
1
-65
/
+6
2012-07-28
Minor
Behdad Esfahbod
1
-1
/
+1
2012-07-28
[GSUB/GPOS] Add get_coverage() and use it to speed up main loop
Behdad Esfahbod
1
-28
/
+138
2012-07-27
Partially switch ot shaper to shape_plan
Behdad Esfahbod
1
-2
/
+2
2012-07-24
Make data members of various OpenType structs protected instead of private
Behdad Esfahbod
1
-15
/
+15
2012-07-19
[GSUB] Fix would_apply() for LigatureSubst
Behdad Esfahbod
1
-0
/
+1
2012-07-19
Refactor / finish would_apply() operation
Behdad Esfahbod
1
-70
/
+56
2012-07-16
[GSUB] Allow 1-to-1 ligature substitutions!
Behdad Esfahbod
1
-1
/
+1
2012-07-11
Revert "Towards templatizing common Lookup types"
Behdad Esfahbod
1
-14
/
+10
2012-07-11
Towards templatizing common Lookup types
Behdad Esfahbod
1
-10
/
+14
2012-06-09
More Oops! Fix fast-path with sub-type==0
Behdad Esfahbod
1
-1
/
+1
2012-06-09
Oops!
Behdad Esfahbod
1
-1
/
+1
2012-06-09
Add sanitize() logic for fast-paths
Behdad Esfahbod
1
-6
/
+14
2012-06-09
Add fast-path to GSUB to check coverage
Behdad Esfahbod
1
-2
/
+16
2012-06-09
Minor
Behdad Esfahbod
1
-0
/
+2
2012-06-08
Set lig_comp for MultipleSubst components
Behdad Esfahbod
1
-1
/
+3
2012-06-08
Don't use replace_glyphs_be for MultipleSubst
Behdad Esfahbod
1
-1
/
+4
2012-06-08
Minor
Behdad Esfahbod
1
-1
/
+2
2012-06-08
Merge clusters when ligating
Behdad Esfahbod
1
-0
/
+1
2012-06-08
Minor, use next_glyph()
Behdad Esfahbod
1
-1
/
+1
2012-06-07
Fix alignment-requirement missmatch
Behdad Esfahbod
1
-2
/
+2
2012-05-22
Fix substitution glyph class propagation
Behdad Esfahbod
1
-6
/
+4
2012-05-13
Fix more warnings
Behdad Esfahbod
1
-1
/
+1
2012-05-13
Add accessort to buffer for current info, current pos, and prev info
Behdad Esfahbod
1
-14
/
+14
2012-05-13
[GSUB/GPOS] Remove context_length
Behdad Esfahbod
1
-4
/
+2
2012-05-11
[Indic] Move syllable tracking from Indic to generic layer
Behdad Esfahbod
1
-1
/
+2
2012-05-11
Add return annotation for APPLY
Behdad Esfahbod
1
-65
/
+49
2012-05-11
Annotate SANITIZE return values
Behdad Esfahbod
1
-54
/
+47
2012-05-09
Combine lig_id and lig_comp into one byte, to free up one for Indic
Behdad Esfahbod
1
-7
/
+4
2012-04-23
Make closure() return void
Behdad Esfahbod
1
-83
/
+59
[next]