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-icu.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
[icu] Unbreak
Behdad Esfahbod
1
-2
/
+2
2018-10-09
Properly remove deprecated stuff
Behdad Esfahbod
1
-9
/
+6
2018-10-09
Remove deprecated decompose_compatibility stuff
Behdad Esfahbod
1
-32
/
+1
2018-10-09
Remove deprecated eastasian_width
Behdad Esfahbod
1
-18
/
+1
2018-08-25
Rename hb-*private.hh to hb-*.hh
Behdad Esfahbod
1
-3
/
+3
2018-08-14
Guard free_static function definitions with macro
Emil A Eklund
1
-1
/
+2
2018-08-13
[icu] Pass normalizer instance down as user_data
Behdad Esfahbod
1
-14
/
+9
2018-08-13
Don't add reference in get_unicode_funcs() functions
Behdad Esfahbod
1
-1
/
+1
2018-08-12
[lazy] Rename free()
Behdad Esfahbod
1
-1
/
+1
2018-08-12
[icu] Use get_relaxed for normalizer access
Behdad Esfahbod
1
-2
/
+2
2018-08-12
[icu] Fix for breakage after recent change
Behdad Esfahbod
1
-0
/
+10
2018-08-12
[lazy] Use for ft_library
Behdad Esfahbod
1
-1
/
+1
2018-08-12
[lazy] Add .free()
Behdad Esfahbod
1
-1
/
+1
2018-08-12
[ucdn/glib/icu] Port unicode_funcs statics to lazy-loader
Behdad Esfahbod
1
-38
/
+21
2018-08-09
[atomic] Add hb_atomic_ptr_t<> and port all uses
Behdad Esfahbod
1
-10
/
+12
2018-03-29
Make atexit callbacks threadsafe (#930)
Ebrahim Byagowi
1
-1
/
+6
2017-11-14
Revert "[glib/ucdn/icu/ft/ot] Make returned funcs inert"
Behdad Esfahbod
1
-3
/
+0
2017-10-27
[glib/ucdn/icu/ft/ot] Make returned funcs inert
Behdad Esfahbod
1
-0
/
+3
2017-10-27
Fix previous commit
Behdad Esfahbod
1
-1
/
+1
2017-10-27
[glib/icu/ucdn] Make the funcs object allocated on demand
Behdad Esfahbod
1
-14
/
+37
2017-10-22
[icu] Fix error check
Behdad Esfahbod
1
-2
/
+2
2017-10-17
Switch from ICU deprecated unorm_normalize to unorm2_normalize. (#569)
Fredrik Roubert
1
-6
/
+6
2017-10-15
Use nullptr instead of NULL
Behdad Esfahbod
1
-2
/
+2
2016-02-26
Fix missing ICU #include
Kal Conley
1
-0
/
+1
2015-01-03
Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
Chris Peterson
1
-3
/
+1
2014-03-24
Start fleshing out builtin font functions
Behdad Esfahbod
1
-1
/
+1
2012-08-16
[ICU] Fix includes
Behdad Esfahbod
1
-6
/
+0
2012-08-13
Fix ICU build with older ICUs
Behdad Esfahbod
1
-1
/
+6
2012-08-11
[ICU] Use new normalizer2 compose/decompose API
Behdad Esfahbod
1
-15
/
+60
2012-08-07
Fix warnings
Behdad Esfahbod
1
-3
/
+3
2012-08-03
Dn't use gint
Behdad Esfahbod
1
-1
/
+1
2012-08-01
Add hb_unicode_combining_class_t
Behdad Esfahbod
1
-2
/
+2
2012-07-31
Implement Unicode compatibility decompositions
Behdad Esfahbod
1
-1
/
+35
2012-06-07
Fix warnings produced by clang analyzer
Behdad Esfahbod
1
-2
/
+4
2012-06-05
Cleanup TRUE/FALSE vs true/false
Behdad Esfahbod
1
-15
/
+15
2012-06-05
Undo default unicode-funcs to avoid static initializer again
Behdad Esfahbod
1
-11
/
+13
2012-06-05
Better hide nil objects and make them const
Behdad Esfahbod
1
-13
/
+12
2012-01-18
[icu] Use U_FAILURE
Behdad Esfahbod
1
-5
/
+5
2012-01-18
Replace u_strlen() with u_countChar32()
Behdad Esfahbod
1
-5
/
+3
2012-01-14
[icu] Remove glib-ism
Behdad Esfahbod
1
-2
/
+2
2011-08-26
[API] Make all _from_string() functions take a len parameter
Behdad Esfahbod
1
-1
/
+1
2011-08-04
Remove C++ guards from source files
Behdad Esfahbod
1
-2
/
+0
2011-07-21
Fix decompose() implementations to work with non-starter non-composables
Behdad Esfahbod
1
-7
/
+13
2011-07-21
Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to HB_UNICODE_GENERAL_CATEG...
Behdad Esfahbod
1
-1
/
+1
2011-07-20
[icu] Implement compose()/decompose()
Behdad Esfahbod
1
-2
/
+85
2011-07-20
Minor
Behdad Esfahbod
1
-24
/
+38
2011-07-08
[API] Add compose() and decompose() unicode funcs, rename other ones
Behdad Esfahbod
1
-1
/
+5
2011-06-14
Fix compiler warnings with -pedantic
Behdad Esfahbod
1
-10
/
+10
2011-05-02
[icu] Make sure we return script UNKNOWN instead of INVALID
Behdad Esfahbod
1
-0
/
+3
2011-04-27
[API] Add hb_unicode_funcs_get_default()
Behdad Esfahbod
1
-2
/
+3
[next]