Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
harfbuzz_ng
/
3d7c555a19ca0725c386aa6da648ecf2ae50fc19
3d7c555
Remove get_advances_nil and alias it to get_advances_default
by Behdad Esfahbod
· 7 years ago
66920a6
[iter] Make operator bool explicit
by Behdad Esfahbod
· 7 years ago
79e2198
Add batch advance width callback function
by Behdad Esfahbod
· 7 years ago
9533364
batchwidth
by Koji Ishii
· 7 years ago
b912fbe
Remove most uses of direct comparison to Null objects
by Behdad Esfahbod
· 7 years ago
3506672
Port _nil objects to Null() machinery
by Behdad Esfahbod
· 7 years ago
1abd427
[BASE] Rename horzi/vert to h/v
by Behdad Esfahbod
· 7 years ago
da48aca
[BASE] Misc fixes
by Behdad Esfahbod
· 7 years ago
f9cfa5c
Change null-pool specialization to min_size again
by Behdad Esfahbod
· 7 years ago
25147ff
Move Null system to hb-null.hh
by Behdad Esfahbod
· 7 years ago
f800368
Remove unused macros
by Behdad Esfahbod
· 7 years ago
19e0091
Minor
by Behdad Esfahbod
· 7 years ago
37be774
Minor
by Behdad Esfahbod
· 7 years ago
e1acff8
Move hb_vector_t to hb-vector-private.hh
by Behdad Esfahbod
· 7 years ago
be336da
Move some more code around
by Behdad Esfahbod
· 7 years ago
92806ee
Move null data definitions to hb-static.cc
by Behdad Esfahbod
· 7 years ago
1b4d5a2
Minor
by Behdad Esfahbod
· 7 years ago
7df7963
Make lazy loader deal with OOM
by Behdad Esfahbod
· 7 years ago
30ff8ac
Rename
by Behdad Esfahbod
· 7 years ago
85ba4a1
[ot] Comment
by Behdad Esfahbod
· 7 years ago
07afc1a
[ot] Add misc tables to tables_t
by Behdad Esfahbod
· 7 years ago
74b4df2
[ot] Move GDEF into tables_t
by Behdad Esfahbod
· 7 years ago
0271c7a
[ot] Move GSUB/GPOS into tables_t
by Behdad Esfahbod
· 7 years ago
f73d277
[ot] More shuffling
by Behdad Esfahbod
· 7 years ago
52fbd23
[ot] Minor
by Behdad Esfahbod
· 7 years ago
6a0a298
[ot] Move code around
by Behdad Esfahbod
· 7 years ago
5e718a7
[ot] Use switch for checking for blacklisted GDEF tables
by Behdad Esfahbod
· 7 years ago
b5cdf52
[ot] In GDEF blacklisting logic, remove the glyph index check for Times
by Behdad Esfahbod
· 7 years ago
c988b11
Move code around
by Behdad Esfahbod
· 7 years ago
574b37e
Minor
by Behdad Esfahbod
· 7 years ago
d4d1bf8
Fix for recent rename
by Behdad Esfahbod
· 7 years ago
91126aa
[uniscribe] Update for recent changes
by Behdad Esfahbod
· 7 years ago
66952ec
Remove unused table reference
by Behdad Esfahbod
· 7 years ago
443de26
Minor
by Behdad Esfahbod
· 7 years ago
ee35af7
Make lazy-loader safe for nil objectification
by Behdad Esfahbod
· 7 years ago
6404c49
Minor
by Behdad Esfahbod
· 7 years ago
ff7826e
Reduce storage by sharing face amongst lazy_loaders
by Behdad Esfahbod
· 7 years ago
bdd3c11
Internal templatization of lazy-loaders
by Behdad Esfahbod
· 7 years ago
ed7b2e5
Remove OT namespace from hb-machinery-private.hh
by Behdad Esfahbod
· 7 years ago
cb1491f
Minor
by Behdad Esfahbod
· 7 years ago
16ccfaf
[face] Sprinkle const in the API
by Behdad Esfahbod
· 7 years ago
3d22aef
Rename
by Behdad Esfahbod
· 7 years ago
1a624c6
Add comment re (our only) race condition
by Behdad Esfahbod
· 7 years ago
44d1fb3
1.8.5
by Behdad Esfahbod
· 7 years ago
13f4c13
[atomic] Fix Solaris ones to add proper barriers
by Behdad Esfahbod
· 7 years ago
19dfaa3
[atomic] Remove volatile from IBM impl signature
by Behdad Esfahbod
· 7 years ago
2093a3e
[atomic] Oops
by Behdad Esfahbod
· 7 years ago
19b9834
[atomic] Use read-barrier for get()
by Behdad Esfahbod
· 7 years ago
006d4f0
[atomic] Some more minor tweaks
by Behdad Esfahbod
· 7 years ago
28d03a8
[ci] Fix Appveyor bot (#1123)
by Ebrahim Byagowi
· 7 years ago
1a7fed6
Revert "Add a new API, hb_ot_layout_get_feature_name_ids (#976)" (#1121)
by Ebrahim Byagowi
· 7 years ago
dfc86e4
[atomic] Fix cast to fallback ptr_get()
by Behdad Esfahbod
· 7 years ago
7a4d576
[gobject] Fix copy/paste error
by Behdad Esfahbod
· 7 years ago
ad27562
[atomic] On IBM, use light-weight sync for everything
by Behdad Esfahbod
· 7 years ago
fd638d2
[atomic] Add XXX items around Solaris ops
by Behdad Esfahbod
· 7 years ago
896ff15
[atomic] Fix get() impl
by Behdad Esfahbod
· 7 years ago
d7a1579
[gobject] Hook up hb_map_t
by Behdad Esfahbod
· 7 years ago
63c74e8
[atomic] Fix fallback impl
by Behdad Esfahbod
· 7 years ago
4bc16ac
[atomic] Add get_relaxed / set_relaxed
by Behdad Esfahbod
· 7 years ago
3dd1b88
[atomic] Use CONSUME, not ACQUIRE, memory-order for get()
by Behdad Esfahbod
· 7 years ago
06b91d9
Revert "[atomic] Make pointer get op relaxed instead of acquire"
by Behdad Esfahbod
· 7 years ago
2bdd903
[subset] limit the max codepoint value to the unicode limit.
by Garret Rieger
· 7 years ago
7278d9d
[subset] Add hb_ot_layout_collect_features to harfbuzz-sections.txt.
by Garret Rieger
· 7 years ago
8973375
[subset] use add_array to populate feature_indexes.
by Garret Rieger
· 7 years ago
7d92bef
[subset] collect features first, then use those to collect lookups.
by Garret Rieger
· 7 years ago
af876cc
[indic] Flip default logic for double-halants in old-school
by Behdad Esfahbod
· 7 years ago
92ba990
[indic] Allow double-halant in old-spec Devanagari
by Behdad Esfahbod
· 7 years ago
fe099a8
[test] Add Khmer tests, with NotoSansKhmer-Regular.ttf
by Behdad Esfahbod
· 7 years ago
5772edc
[khmer] Typo
by Behdad Esfahbod
· 7 years ago
2d6edc9
[test] Add Khmer test texts from recent bugs
by Behdad Esfahbod
· 7 years ago
df26a32
[test] Move things around for shaper updates
by Behdad Esfahbod
· 7 years ago
6ddd669
[khmer] Clear syllables before presentation features
by Behdad Esfahbod
· 7 years ago
8eef196
[khmer] Revert previous change, and remove pauses
by Behdad Esfahbod
· 7 years ago
7c658ea
[khmer] Apply ccmp after basic features
by Behdad Esfahbod
· 7 years ago
1a96cc8
[khmer] Rewrite most of shaper to better follow spec
by Behdad Esfahbod
· 7 years ago
f5152ce
[shaper] Move code around
by Behdad Esfahbod
· 7 years ago
36d0fbb
[shaper] Remove a macro
by Behdad Esfahbod
· 7 years ago
b1e5650
[atomic] Make pointer get op relaxed instead of acquire
by Behdad Esfahbod
· 7 years ago
66ccd8a
[serialize] Increase stage count from 8 to 32
by Behdad Esfahbod
· 7 years ago
ee8cf91
[serialize] Remove unused truncate() method
by Behdad Esfahbod
· 7 years ago
5edf454
[subset] During lookup collection remember the features we've already processed.
by Garret Rieger
· 7 years ago
42c183f
Minor
by Behdad Esfahbod
· 7 years ago
ecab660
[serialize] Allocate for markFilteringSet
by Behdad Esfahbod
· 7 years ago
7f08818
Minor
by Behdad Esfahbod
· 7 years ago
2e25d8f
Fix unlikely leaks
by prrace
· 7 years ago
3c2842c
Add hb-iter-private.hh
by Behdad Esfahbod
· 7 years ago
92b1e02
Move some code from hb-open-type-private.hh to hb-machinery-private.hh
by Behdad Esfahbod
· 7 years ago
6b11fea
[closure] Allocate out set on the stack
by Behdad Esfahbod
· 7 years ago
74467b7
Fix compile
by Behdad Esfahbod
· 7 years ago
bf90f35
[coretext] Add note
by Behdad Esfahbod
· 7 years ago
fb58cb4
[subset] Only used reachable lookups for gsub closure.
by Garret Rieger
· 7 years ago
c38bd40
[closure] Separate in and out glyphs
by Behdad Esfahbod
· 7 years ago
85646fd
[subset] Limit the iterations of the closure algorithm.
by Garret Rieger
· 7 years ago
94759d4
Fix visibility on mingw32
by Behdad Esfahbod
· 7 years ago
61eddbd
Fix infinite loop in loading num_glyphs within sanitizer
by Behdad Esfahbod
· 7 years ago
e22a48a
One more visibility trick
by Behdad Esfahbod
· 7 years ago
e57a638
One more
by Behdad Esfahbod
· 7 years ago
36ed163
Remove unnecessary OT:: namespace specifiers
by Behdad Esfahbod
· 7 years ago
c6bc7c3
Set num glyphs on sanitizer reference_table()
by Behdad Esfahbod
· 7 years ago
9401829
Remove Sanitizer<>
by Behdad Esfahbod
· 7 years ago
Next »