Sign in
flutter
/
third_party
/
harfbuzz
/
2c93f0dee31b2277567ccbee041539732b9bd26d
/
src
/
hb-shape.cc
e412008
Remove redundant void from C++ sources (#1486)
by Ebrahim Byagowi
· 6 years ago
b2ebaa9
Remove redundant 'inline' from methods (#1483)
by Ebrahim Byagowi
· 6 years ago
b89c7fd
Allow defining HB_USE_ATEXIT to 0
by Behdad Esfahbod
· 6 years ago
3bf1ce7
[shaper] Rename
by Behdad Esfahbod
· 6 years ago
1db672a
[shaper] Rename
by Behdad Esfahbod
· 6 years ago
cf5fa57
[docs] Change section titles again
by Behdad Esfahbod
· 6 years ago
00cf4e5
[docs] Fill in some sections
by Behdad Esfahbod
· 6 years ago
c77ae40
Rename hb-*private.hh to hb-*.hh
by Behdad Esfahbod
· 7 years ago
7112c64
Guard free_static function definitions with macro
by Emil A Eklund
· 7 years ago
2663689
Another clang bot fix
by Behdad Esfahbod
· 7 years ago
7bd508a
[lazy] Rename free()
by Behdad Esfahbod
· 7 years ago
a3b97db
[lazy] Port more to it
by Behdad Esfahbod
· 7 years ago
1f73809
[atomic] Add hb_atomic_ptr_t<> and port all uses
by Behdad Esfahbod
· 7 years ago
70d3654
Make atexit callbacks threadsafe (#930)
by Ebrahim Byagowi
· 7 years ago
dbdbfe3
Use nullptr instead of NULL
by Behdad Esfahbod
· 7 years ago
5dfd341
Minor
by Behdad Esfahbod
· 8 years ago
7236410
Move code around
by Behdad Esfahbod
· 8 years ago
72ada4f
[GX] Hook up feature variations
by Behdad Esfahbod
· 8 years ago
70e72e5
[gobject] Fix a few warnings
by Behdad Esfahbod
· 9 years ago
9ab9f97
[docs] More buffers documentation
by Khaled Hosny
· 9 years ago
26ba4d1
Fix segfault with empty buffer in hb_shape_plan_execute()
by Behdad Esfahbod
· 10 years ago
b881142
Fix Since tags
by Behdad Esfahbod
· 10 years ago
01c3a88
Fix "Since:" tags
by Sascha Brawer
· 10 years ago
be66ec5
Use TRUE/FALSE instead of true/false in docs
by Behdad Esfahbod
· 10 years ago
d055e1f
Some attempt into initial hb-shape documentation
by Khaled Hosny
· 10 years ago
a394bb6
[bindings] Fix *_from_string functions
by Khaled Hosny
· 10 years ago
b91904a
[bindings] Replace deprecated allow-none with optional and nullable
by Behdad Esfahbod
· 10 years ago
fb85d61
Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
by Chris Peterson
· 10 years ago
38fb30d
Use atexit() only if it's safe to call from shared library
by Behdad Esfahbod
· 11 years ago
6e69200
Fix snprintf() format
by Behdad Esfahbod
· 11 years ago
5c5cdbb
Make sure broken feature strings are not partially parsed
by Behdad Esfahbod
· 11 years ago
a795fe6
Allow quotation marks around feature tag in hb_feature_from_string()
by Behdad Esfahbod
· 11 years ago
3f64618
Allow space at the end of feature string with values, eg 'dlig=1 '
by Behdad Esfahbod
· 11 years ago
f31f7d2
Minor
by Behdad Esfahbod
· 11 years ago
60cb18a
Allow on/off in hb_feature_from_string()
by Behdad Esfahbod
· 11 years ago
d9e618e
Remove duplicate definition of ISALNUM
by Behdad Esfahbod
· 11 years ago
2ee5f66
Fix parsing of features like "- liga" (with the space)
by Behdad Esfahbod
· 11 years ago
e15fa7a
Do not require the '=' in hb_feature_from_string()
by Behdad Esfahbod
· 11 years ago
f4fe9ba
Reject tags longer than 4 chars in hb_feature_from_string()
by Behdad Esfahbod
· 11 years ago
288f289
[docs/introspection] More annotations
by Behdad Esfahbod
· 12 years ago
38b8b40
Fix possible snprintf OOM
by Behdad Esfahbod
· 12 years ago
7235f33
Fix misc warnings reported by cppcheck
by Behdad Esfahbod
· 12 years ago
20b817a
[buffer] Implement buffer deserialization for format=json
by Behdad Esfahbod
· 12 years ago
847794e
[buffer] Implement buffer deserialization for format=text
by Behdad Esfahbod
· 12 years ago
8da5111
Minor
by Behdad Esfahbod
· 12 years ago
c462b32
Disable automatic segment properties guessing
by Behdad Esfahbod
· 12 years ago
e9171af
Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used
by Behdad Esfahbod
· 12 years ago
3f82f8f
Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties()
by Behdad Esfahbod
· 12 years ago
1c7e555
Minor fix
by Behdad Esfahbod
· 12 years ago
96fdc04
Add hb_buffer_[sg]et_content_type
by Behdad Esfahbod
· 13 years ago
e30ebd2
Add hb_feature_to/from_string()
by Behdad Esfahbod
· 13 years ago
5393e3a
[OT] Minor refactoring
by Behdad Esfahbod
· 13 years ago
a8842e4
Remove some TODO items
by Behdad Esfahbod
· 13 years ago
2f87ceb
Implement shape_plan caching
by Behdad Esfahbod
· 13 years ago
b6b7ba1
Switch old and uniscribe backends to shape_plan
by Behdad Esfahbod
· 13 years ago
c32c096
Switch to shape_plan
by Behdad Esfahbod
· 13 years ago
5b95c14
Start implementing shape_plan
by Behdad Esfahbod
· 13 years ago
bd26b4d
Minor
by Behdad Esfahbod
· 13 years ago
027857d
Start adding a unified shaper access infrastructure
by Behdad Esfahbod
· 13 years ago
8fe4c74
[hb-old] Add HarfBuzz.old shaper
by Behdad Esfahbod
· 13 years ago
aa6d849
[CoreText] Add basic Core Text backend for comparison with our native shaping
by Jonathan Kew
· 13 years ago
97aa0b7
Minor const correctness shuffling
by Behdad Esfahbod
· 13 years ago
6095de1
Fix clang warning with NO_MT path
by Behdad Esfahbod
· 13 years ago
0594a24
Cleanup TRUE/FALSE vs true/false
by Behdad Esfahbod
· 13 years ago
f64b2eb
Remove last static initializer
by Behdad Esfahbod
· 13 years ago
a5e4054
Make font immutable in hb_shape()
by Behdad Esfahbod
· 13 years ago
6bd9b47
Hide backend-specific shape functions
by Behdad Esfahbod
· 13 years ago
cd2b901
[graphite] Minor
by Behdad Esfahbod
· 14 years ago
1f49cf3
Add graphite2 integration from Martin Hosken
by Behdad Esfahbod
· 14 years ago
0501573
Fix const correctness in the API
by Behdad Esfahbod
· 14 years ago
33ccc77
[API] Make set_user_data() functions take a replace parameter
by Behdad Esfahbod
· 14 years ago
670c873
Fix shaper ordering logic
by Behdad Esfahbod
· 14 years ago
cc797e0
Minor
by Behdad Esfahbod
· 14 years ago
ff199ba
Fix shaper_list manipulation, aaaaaaaaaaaaargh
by Behdad Esfahbod
· 14 years ago
9da5545
Add hb_shape_list_shapers()
by Behdad Esfahbod
· 14 years ago
c62a8f1
Free all static memory upon exit
by Behdad Esfahbod
· 14 years ago
c4d63ef
Fix env parsing code
by Behdad Esfahbod
· 14 years ago
3ca6c4e
Change hb_shape() API back to what it was, add hb_shape_full()
by Behdad Esfahbod
· 14 years ago
02aeca9
[API] Changes to main shape API
by Behdad Esfahbod
· 14 years ago
c605bbb
Remove C++ guards from source files
by Behdad Esfahbod
· 14 years ago
c464172
[API] Add compose() and decompose() unicode funcs, rename other ones
by Behdad Esfahbod
· 14 years ago
891c475
Humm, undo some shuffling
by Behdad Esfahbod
· 14 years ago
1a64f6e
[API] Add HB_LANGUAGE_INVALID
by Behdad Esfahbod
· 14 years ago
34fb552
[API] Add hb_language_get_default()
by Behdad Esfahbod
· 14 years ago
72657e4
[API] Make hb_font_create() take a face and reference it
by Behdad Esfahbod
· 14 years ago
2409d5f
Update Copyright headers
by Behdad Esfahbod
· 14 years ago
c57d454
Rename all private sources and headers to C++ files
by Behdad Esfahbod
· 14 years ago
c035812
[API] Rename hb_face_get_table() to hb_face_reference_table()
by Behdad Esfahbod
· 14 years ago
fb194b8
unicode: Cleanup implementation
by Behdad Esfahbod
· 14 years ago
2fd0c57
[API] unicode: rework virtual functions for subclassing
by Ryan Lortie
· 14 years ago
62879ee
[API] Use ISO 15924 tags for hb_script_t
by Behdad Esfahbod
· 14 years ago
5814dfa
Cosmetic
by Behdad Esfahbod
· 14 years ago
3286fc0
Let hb_shape() guess script and direction...
by Behdad Esfahbod
· 14 years ago
acdba3f
Prefer C linkage
by Behdad Esfahbod
· 15 years ago
b485da0
Disable Graphite as it crashes all over the place...
by Behdad Esfahbod
· 15 years ago
15c7379
Revert "Merge remote branch 'martin/master'"
by Behdad Esfahbod
· 15 years ago
1432ab1
Add graphical output to hbtestfont
by Martin Hosken
· 15 years ago
ca663bb
Move main shaper code into hb_ot_shape()
by Behdad Esfahbod
· 15 years ago
305ba86
Import Graphite shaping backend by Martin Hosken
by Behdad Esfahbod
· 15 years ago
ca54a12
Minor
by Behdad Esfahbod
· 15 years ago
Next »