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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
Include hb-private.hh more consistently
Behdad Esfahbod
7
-22
/
+19
2017-10-15
Use nullptr instead of NULL
Behdad Esfahbod
9
-112
/
+112
2017-10-15
Use static_assert instead of custom ASSERT_STATIC
Behdad Esfahbod
1
-1
/
+2
2017-10-15
[util] Include hb-private.hh
Behdad Esfahbod
1
-26
/
+5
2017-09-09
[util] Add a few shorthand forms for commandline options
Behdad Esfahbod
1
-5
/
+5
2017-09-04
Fix buffer_diff for empty buffers
Behdad Esfahbod
1
-1
/
+1
2017-09-01
[util] Add --unicodes to hb-view / hb-shape
Behdad Esfahbod
1
-1
/
+64
2017-08-30
[util] Fix cluster sweeping during --verify
Behdad Esfahbod
1
-3
/
+8
2017-08-30
[util] When --verify fails, return reconstructed shape results
Behdad Esfahbod
2
-6
/
+4
2017-08-30
hb_buffer_diff() tweak
Behdad Esfahbod
1
-1
/
+1
2017-08-15
[util] Prefix trace lines with "trace:", and error lines with "error:"
Behdad Esfahbod
3
-8
/
+9
2017-08-15
[util] Respect eot/bot in safe-to-break test; hook up hb_buffer_diff()
Behdad Esfahbod
1
-12
/
+26
2017-08-14
[util] Fix leaks
Behdad Esfahbod
1
-0
/
+2
2017-08-11
[unsafe-to-break] Towards verifying unsafe-to-break in --verify
Behdad Esfahbod
1
-2
/
+129
2017-08-11
[util] Add --verify to hb-shape / hb-view that verifies shape results
Behdad Esfahbod
5
-17
/
+53
2017-08-10
[unsafe-to-break] Add UNSAFE_TO_BREAK flag
Behdad Esfahbod
3
-0
/
+5
2017-08-09
[util] Fix two other Coverity warnings
Behdad Esfahbod
1
-0
/
+4
2017-08-09
[util] Fix warning
Behdad Esfahbod
1
-1
/
+2
2017-07-19
[hb-shape] Rename --show-messages to --trace
Behdad Esfahbod
3
-4
/
+4
2017-07-18
[hb-shape] Improve shaping-debug output
Behdad Esfahbod
7
-39
/
+65
2017-02-07
util: Add missing field initialisers in constructor (#410)
Philip Withnall
1
-1
/
+3
2017-01-22
[var] Flesh out --variations documentation
Behdad Esfahbod
1
-39
/
+14
2017-01-22
Minor
Behdad Esfahbod
1
-5
/
+9
2017-01-21
[var] Hook up variations to FreeType face
Behdad Esfahbod
1
-1
/
+15
2017-01-21
[util] Add --variations
Behdad Esfahbod
2
-1
/
+98
2016-04-26
[util] Print out --debug buffer to stderr
Behdad Esfahbod
1
-1
/
+1
2016-02-03
build: Move source listings into separate Makefile snippets
Chun-wei Fan
2
-29
/
+37
2015-12-18
[buffer] Add debugging, aka, message, API
Behdad Esfahbod
1
-0
/
+18
2015-12-17
[util] Use O_BINARY instead of _O_BINARY
Behdad Esfahbod
1
-2
/
+2
2015-12-10
[util] Port hb-view to use font metrics from HarfBuzz instead of cairo
Behdad Esfahbod
2
-13
/
+15
2015-11-16
MSVC builds: Add fallback implementation for pre-2013 MSVC
Chun-wei Fan
1
-0
/
+17
2015-11-16
util: Fix build on Visual Studio
Chun-wei Fan
3
-18
/
+20
2015-11-10
[util] Fix crash when --output-file is specified but not --output-format
Behdad Esfahbod
1
-0
/
+3
2015-11-05
[util] If font has color, generate PNG with color
Behdad Esfahbod
3
-9
/
+37
2015-11-03
[util] Fix option-parsing leaks
Behdad Esfahbod
4
-33
/
+70
2015-11-03
[util] In --debug mode, duplicate font data
Behdad Esfahbod
1
-0
/
+3
2015-08-24
Add API/cmdline to show glyph extents when serializing buffer
Behdad Esfahbod
3
-0
/
+5
2015-07-22
Implement more granular cluster-merging
Behdad Esfahbod
2
-0
/
+4
2015-06-18
[util] Disable hb-fc-list for now
Behdad Esfahbod
1
-14
/
+14
2015-06-03
Fix build
Behdad Esfahbod
1
-1
/
+1
2015-05-18
[util] Minor
Behdad Esfahbod
1
-13
/
+13
2015-04-13
Whitespace
Behdad Esfahbod
1
-7
/
+11
2015-04-13
Merge pull request #86 from cpfair/hb-shape-output-help-improvement
Behdad Esfahbod
1
-13
/
+16
2015-04-09
[utils] Add hb-fc-list
Behdad Esfahbod
4
-0
/
+432
2015-04-09
[util/hb-view] Fix rendering with all combinations of negative scales
Behdad Esfahbod
2
-45
/
+47
2015-04-09
[util] Minor
Behdad Esfahbod
1
-4
/
+2
2015-04-09
[util] Accept comma as well as space when separating components of args
Behdad Esfahbod
1
-2
/
+2
2015-02-25
[util] Add convenience "make lib" target
Behdad Esfahbod
1
-0
/
+4
2015-02-14
Stop hb-shape docs leaking into hb-view
Collin Fair
1
-7
/
+8
2015-02-14
'All' of the above, not 'each'
Collin Fair
1
-2
/
+2
[next]