index
:
delta/harfbuzz.git
BASE
accelerate-lookups
baserock/0.9.12
bitops
check-symbols
closure-enhancements
coretext-optical-sizing
coverity_scan
cross-kern
ctfont
decltype
hb-version
inttype-constructors
master
name-table
opentype-gx
ot-color
overload-overload
rand
run-tests-stream
rvalue-reference
test-str-literal-constness
typename-outside-template
use-sinhala
anongit.freedesktop.org: git/harfbuzz.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hb-ft.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add template-function convenience macros
Behdad Esfahbod
2018-11-24
1
-1
/
+1
*
Allow defining HB_USE_ATEXIT to 0
Behdad Esfahbod
2018-11-21
1
-6
/
+6
*
Use non-GRID-fitted values for metrics (#1363)
HinTak
2018-11-07
1
-3
/
+3
*
Port objects to use header.writable instead of immutable
Behdad Esfahbod
2018-11-03
1
-1
/
+1
*
[docs] More
Behdad Esfahbod
2018-10-27
1
-0
/
+11
*
Remove const and references when binding Null()
Behdad Esfahbod
2018-10-22
1
-1
/
+1
*
[ft] Use mutex to lock access to FT_Face
Behdad Esfahbod
2018-10-09
1
-1
/
+17
*
[ft] Remove (probably) stale comment
Behdad Esfahbod
2018-10-09
1
-6
/
+1
*
[ot/ft] Implement get_nominal_glyphs() callback
Behdad Esfahbod
2018-10-09
1
-0
/
+26
*
Add const to get_*_advances API
Behdad Esfahbod
2018-10-09
1
-1
/
+1
*
[ft/ot] Remove implementation of deprecated kerning funcs
Behdad Esfahbod
2018-10-09
1
-19
/
+0
*
[font] Make *_advance() fallback to *_advances
Behdad Esfahbod
2018-09-30
1
-19
/
+0
*
[ft] Make TSan happy
Behdad Esfahbod
2018-09-26
1
-4
/
+4
*
[ft] Invalidate advance cache if font size changed
Behdad Esfahbod
2018-09-11
1
-0
/
+9
*
[ft] Cache advances
Behdad Esfahbod
2018-09-11
1
-20
/
+17
*
[ft] Towards caching slow get_h_advance results
Behdad Esfahbod
2018-09-11
1
-4
/
+20
*
[ft] Add advances() callback
Behdad Esfahbod
2018-09-11
1
-0
/
+27
*
Revert "Remove unused hb_cache_t"
Behdad Esfahbod
2018-09-11
1
-0
/
+1
*
Rename hb-*private.hh to hb-*.hh
Behdad Esfahbod
2018-08-25
1
-3
/
+3
*
Guard free_static function definitions with macro
Emil A Eklund
2018-08-14
1
-1
/
+4
*
[lazy] Rename free()
Behdad Esfahbod
2018-08-12
1
-2
/
+2
*
[lazy] Make hb_lazy_loader_t<> more usable
Behdad Esfahbod
2018-08-12
1
-4
/
+3
*
[lazy] Use for ft_library
Behdad Esfahbod
2018-08-12
1
-31
/
+30
*
[lazy] Add .free()
Behdad Esfahbod
2018-08-12
1
-1
/
+1
*
[ot/ft] Port font_funcs statis to lazy-loader
Behdad Esfahbod
2018-08-12
1
-29
/
+27
*
[atomic] Add hb_atomic_ptr_t<> and port all uses
Behdad Esfahbod
2018-08-09
1
-10
/
+12
*
Minor
Behdad Esfahbod
2018-07-27
1
-2
/
+3
*
Fix unlikely leaks
prrace
2018-07-27
1
-1
/
+3
*
Include more basic internal headers from hb-private.hh
Behdad Esfahbod
2018-07-10
1
-1
/
+0
*
More fixes for SunStudio 12.6 build
Behdad Esfahbod
2018-06-10
1
-4
/
+4
*
Resolve clang's used-but-marked-unused warnings
Ebrahim Byagowi
2018-04-23
1
-4
/
+4
*
Update the links and revive the dead ones
Ebrahim Byagowi
2018-04-12
1
-1
/
+1
*
Make atexit callbacks threadsafe (#930)
Ebrahim Byagowi
2018-03-29
1
-17
/
+27
*
Fix typos.
Bruce Mitchener
2018-01-31
1
-1
/
+1
*
[ft] Use FT_Done_MM_Var() if available
Behdad Esfahbod
2018-01-08
1
-0
/
+4
*
[ft] If there's no variations set, don't set them on hb-font
Behdad Esfahbod
2018-01-05
1
-1
/
+9
*
[hb-ft] Fix build when Multiple Master font support is disabled in freetype
Olivier Blin
2017-12-04
1
-0
/
+2
*
Revert "[glib/ucdn/icu/ft/ot] Make returned funcs inert"
Behdad Esfahbod
2017-11-14
1
-3
/
+0
*
Consolidate debug stuff into hb-debug.hh
Behdad Esfahbod
2017-11-03
1
-6
/
+1
*
[glib/ucdn/icu/ft/ot] Make returned funcs inert
Behdad Esfahbod
2017-10-27
1
-0
/
+3
*
Remove unused hb_cache_t
Behdad Esfahbod
2017-10-15
1
-2
/
+0
*
Use nullptr instead of NULL
Behdad Esfahbod
2017-10-15
1
-28
/
+28
*
[ft] Add hb_ft_font_changed()
Behdad Esfahbod
2017-10-12
1
-2
/
+13
*
Remove cast of functions to (hb_destroy_func_t)
Behdad Esfahbod
2017-10-11
1
-9
/
+11
*
[ft] Fix theoretical leak
Behdad Esfahbod
2017-08-09
1
-2
/
+2
*
Protect against div-by-zero in CBDT extent code
Behdad Esfahbod
2017-08-09
1
-2
/
+2
*
Minor
Behdad Esfahbod
2017-01-22
1
-1
/
+1
*
[hb-ft] Remove use of variable-length array
Behdad Esfahbod
2017-01-22
1
-12
/
+21
*
[var] Hook up variations to FreeType face
Behdad Esfahbod
2017-01-21
1
-0
/
+10
*
Minor
Behdad Esfahbod
2017-01-20
1
-1
/
+1
[next]