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-shape-complex-arabic.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-11
[arabic] Update to latest UTR#53
Behdad Esfahbod
1
-0
/
+1
2018-10-09
Minor
Behdad Esfahbod
1
-1
/
+1
2018-10-02
Minor
Behdad Esfahbod
1
-3
/
+3
2018-10-02
[arabic] Use manual-zwj instead of flipping joiners
Behdad Esfahbod
1
-35
/
+6
2018-10-02
Minor
Behdad Esfahbod
1
-1
/
+1
2018-09-30
Use buffer scratch_flags to remember if we had any joiners
Behdad Esfahbod
1
-0
/
+3
2018-09-26
[arabic] Do the joiner-flipping only for rlig feature
Behdad Esfahbod
1
-5
/
+19
2018-09-24
Remove F_COMBINE
Behdad Esfahbod
1
-1
/
+1
2018-09-24
Some more
Behdad Esfahbod
1
-9
/
+9
2018-08-25
Rename hb-*private.hh to hb-*.hh
Behdad Esfahbod
1
-3
/
+3
2018-08-09
[atomic] Add hb_atomic_ptr_t<> and port all uses
Behdad Esfahbod
1
-4
/
+5
2018-07-16
Implement C++11 <atomic> operations
Behdad Esfahbod
1
-1
/
+1
2018-07-10
Include more basic internal headers from hb-private.hh
Behdad Esfahbod
1
-1
/
+0
2018-04-12
Update the links and revive the dead ones
Ebrahim Byagowi
1
-2
/
+2
2018-01-05
Improve CGJ skipping logic
Behdad Esfahbod
1
-10
/
+27
2017-11-20
Move all references of old url to the new address (#622)
ebraminio
1
-2
/
+2
2017-11-08
Fix indexing in unsafe-to-break marking for 'stch' feature
Behdad Esfahbod
1
-1
/
+1
2017-11-06
Mark glyphs involved in 'stch' as unsafe to break
David Corbett
1
-0
/
+1
2017-11-03
Consolidate debug stuff into hb-debug.hh
Behdad Esfahbod
1
-5
/
+2
2017-10-27
[ot] Remove shaper name
Behdad Esfahbod
1
-1
/
+0
2017-10-19
Remove FLAG_SAFE()
Behdad Esfahbod
1
-2
/
+2
2017-10-15
Use nullptr instead of NULL
Behdad Esfahbod
1
-16
/
+16
2017-10-07
[arabic] Fix cluster merging
Behdad Esfahbod
1
-1
/
+1
2017-10-04
[arabic] Implement Unicode Arabic Mark Ordering Algorithm UTR#53
Behdad Esfahbod
1
-0
/
+75
2017-08-10
[unsafe-to-break] Add UNSAFE_TO_BREAK flag
Behdad Esfahbod
1
-0
/
+3
2017-07-14
[arabic] Adjust feature order again
Behdad Esfahbod
1
-1
/
+6
2017-06-19
Fix arm-none-eabi build (fixes #451) (#496)
Ebrahim Byagowi
1
-1
/
+1
2017-02-07
Silence Coverity warning
Behdad Esfahbod
1
-1
/
+1
2016-12-22
Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtable
Behdad Esfahbod
1
-0
/
+1
2016-04-26
Undo accidental change
Behdad Esfahbod
1
-1
/
+1
2016-04-26
Do NOT ignore Mongolian Free Variation Selectors during matching
Behdad Esfahbod
1
-1
/
+1
2015-12-17
[arabic] Use glyph advance width in apply_stch() instead of extents
Behdad Esfahbod
1
-17
/
+7
2015-12-07
Remove final pause from Arabic shaper
Behdad Esfahbod
1
-1
/
+1
2015-12-05
Make apply_stch() give a more precise fit
jfkthame
1
-1
/
+14
2015-11-16
hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
Chun-wei Fan
1
-1
/
+2
2015-11-06
[arabic] Improve stretch length calculation
Behdad Esfahbod
1
-1
/
+1
2015-11-06
[arabic] Don't stretch over cased letters
Behdad Esfahbod
1
-1
/
+23
2015-11-05
Implement SYRIAC ABBREVIATION MARK with 'stch' feature
Behdad Esfahbod
1
-6
/
+213
2015-11-05
Add new shaper method postprocess_glyphs()
Behdad Esfahbod
1
-1
/
+2
2015-07-22
Add hb-ot-shape-complex-arabic-private.hh
Behdad Esfahbod
1
-15
/
+22
2015-07-21
Add FLAG_SAFE() for values known to be small-enough
Behdad Esfahbod
1
-1
/
+1
2014-08-05
[arabic] Fix fallback shaping regression
Behdad Esfahbod
1
-2
/
+2
2014-08-02
Make it easier to use HB_BUFFER_FLAG_BOT/EOT
Behdad Esfahbod
1
-21
/
+19
2014-07-17
[arabic] Disable 'cswh' again
Behdad Esfahbod
1
-1
/
+1
2014-07-17
[arabic] Add note re disabled 'cswh'
Behdad Esfahbod
1
-0
/
+9
2014-07-17
[arabic] Apply init/medi/isol/fini/... in separate stages
Behdad Esfahbod
1
-22
/
+34
2014-07-17
Micro optimization
Behdad Esfahbod
1
-8
/
+11
2014-07-17
Another try to fix Mongolian free variation selectors
Behdad Esfahbod
1
-6
/
+18
2014-06-21
Minor: format
Behdad Esfahbod
1
-2
/
+5
2014-06-21
[arabic-table] Update to Unicode 7.0
Behdad Esfahbod
1
-22
/
+0
[next]