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
/
main.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-25
Rename hb-*private.hh to hb-*.hh
Behdad Esfahbod
1
-2
/
+2
2018-08-06
Remove most uses of direct comparison to Null objects
Behdad Esfahbod
1
-1
/
+1
2018-07-22
Port rest of code away from Sanitizer<>
Behdad Esfahbod
1
-2
/
+1
2018-07-01
Support dfont font files (#949)
Ebrahim Byagowi
1
-0
/
+3
2018-05-31
Fix a whitespace inconsistency
Behdad Esfahbod
1
-1
/
+1
2018-05-24
Move pool definitions to hb-static.cc
Behdad Esfahbod
1
-5
/
+1
2018-05-24
Fix Uniscribe build
Behdad Esfahbod
1
-1
/
+1
2018-05-24
Mark CrapPool thread_local
Behdad Esfahbod
1
-1
/
+1
2018-05-24
Add CrapPool
Behdad Esfahbod
1
-0
/
+1
2018-05-08
Always lock blob in sanitize. Remove blob->lock_as() in favor of blob->lock()
Behdad Esfahbod
1
-1
/
+1
2018-05-08
Move Sanitizer::lock_instance<>() to blob->lock_as<>().
Behdad Esfahbod
1
-1
/
+1
2018-05-08
Move null pool to hb-private
Behdad Esfahbod
1
-1
/
+1
2018-04-20
Add hb_blob_create_from_file, a new API (#926)
Ebrahim Byagowi
1
-23
/
+3
2018-04-18
Do sanitization before the use on 'main' mini-program (#994)
Ebrahim Byagowi
1
-4
/
+18
2018-02-07
Try fixing build for platforms that have no visibility attributes
Behdad Esfahbod
1
-0
/
+2
2017-12-24
Minor
Behdad Esfahbod
1
-1
/
+0
2017-11-14
Remove a couple of unused consts
Behdad Esfahbod
1
-2
/
+2
2017-10-27
Correctly mark NullPool const
Behdad Esfahbod
1
-1
/
+1
2017-10-27
Make the NullPool HB_INTERNAL shared
Behdad Esfahbod
1
-0
/
+1
2017-10-15
Use nullptr instead of NULL
Behdad Esfahbod
1
-2
/
+2
2014-06-19
Rework handling of requiredFeature to solve problem with rlig in arial.ttf fr...
Jonathan Kew
1
-2
/
+2
2014-05-01
[main] Minor improvement to output
Behdad Esfahbod
1
-5
/
+7
2013-09-09
[otlayout] Add structs for JSTF table
Behdad Esfahbod
1
-1
/
+1
2012-08-28
Use namespace for OpenType tables
Behdad Esfahbod
1
-0
/
+2
2012-06-05
Cleanup TRUE/FALSE vs true/false
Behdad Esfahbod
1
-1
/
+1
2012-05-05
Fix warning and build issues
Behdad Esfahbod
1
-4
/
+5
2011-08-17
Rename table files from eg maxp-private.hh to maxp-table.hh
Behdad Esfahbod
1
-1
/
+1
2011-08-09
[buffer] Make API take signed int length
Behdad Esfahbod
1
-1
/
+0
2011-08-04
Remove C++ guards from source files
Behdad Esfahbod
1
-2
/
+0
2011-08-02
Add mingw32 support
Behdad Esfahbod
1
-0
/
+1
2011-04-21
Update Copyright headers
Behdad Esfahbod
1
-1
/
+1
2010-11-02
Rename lookup_flags to lookup_props since it's more than just flags
Behdad Esfahbod
1
-2
/
+2
2010-07-23
Prefer C linkage
Behdad Esfahbod
1
-0
/
+6
2010-05-10
Clean up NO_INDEX
Behdad Esfahbod
1
-1
/
+1
2010-05-04
[main] Recognize Apple SFNTs
Behdad Esfahbod
1
-0
/
+6
2010-04-23
Add different casts from pointer and ref to avoid bugs
Behdad Esfahbod
1
-3
/
+3
2010-04-23
Remove GET_FOR_DATA macros
Behdad Esfahbod
1
-3
/
+3
2010-04-23
Cleanup OpenTypeFontFile
Behdad Esfahbod
1
-1
/
+1
2010-04-22
More sanitize cleanup
Behdad Esfahbod
1
-2
/
+2
2010-04-22
Change header comment
Behdad Esfahbod
1
-1
/
+1
2009-12-15
Make main.cc compile without glib
Behdad Esfahbod
1
-2
/
+16
2009-11-02
[HB] Print mark sets in main.cc
Behdad Esfahbod
1
-0
/
+2
2009-11-02
[HB] Fix mix warnings
Behdad Esfahbod
1
-3
/
+1
2009-11-02
[OT] Rename C++ header files from *.h to *.hh
Behdad Esfahbod
1
-3
/
+3
2009-11-02
[HB] Move OT file handling out of ot-layout
Behdad Esfahbod
1
-2
/
+2
2009-11-02
[HB] Remove glib dependency
Behdad Esfahbod
1
-0
/
+1
2009-11-02
[HB] Implement get_lig_carets()
Behdad Esfahbod
1
-8
/
+1
2009-11-02
[HB] Add get_attach_points()
Behdad Esfahbod
1
-4
/
+4
2009-11-02
[HB] Simplify some basic things
Behdad Esfahbod
1
-3
/
+5
2009-11-02
[HB] Update copyright years
Behdad Esfahbod
1
-1
/
+1
[next]