index
:
harfbuzz-pure
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Data
Age
Commit message (
Expand
)
Author
2023-01-26
Expose HarfBuzz 3.3 APIs, attempt 2.
Adrian Cochrane
2023-01-26
Expose Harfbuzz 3.3 APIs.
Adrian Cochrane
2023-01-05
Throw out-of-memory errors instead of segfaulting.
Adrian Cochrane
2023-01-02
Merge branch 'master' of git.adrian.geek.nz:/srv/git/harfbuzz-pure
Adrian Cochrane
2023-01-02
Documentation-compilation fixes, release v1!
Adrian Cochrane
2023-01-02
Fix use of utf8-light dependency, dropping it.
Adrian Cochrane
2022-11-11
Fix tag encoding & decoding (remembered hex digits are nybbles not bytes)
Adrian Cochrane
2022-11-10
Document shaping & version-number APIs!
Adrian Cochrane
2022-11-10
Finish documenting fonts!
Adrian Cochrane
2022-11-10
Extend and document font & face language bindings.
Adrian Cochrane
2022-11-09
Document Buffer API.
Adrian Cochrane
2022-11-07
Correctly decode Harfbuzz output structs.
Adrian Cochrane
2022-11-05
Fix segfaults & include test assets (major refactor).
Adrian Cochrane
2022-02-23
Finalize release 0.1!
Adrian Cochrane
2022-02-20
Fix segfault upon too much HarfBuzz concurrency.
Adrian Cochrane
2022-02-20
Fix reentrancy complaints from GHC, attempt to fix segfault.
Adrian Cochrane
2022-02-20
Add documentation & corrected type signatures.
Adrian Cochrane
2022-02-17
Add, test, & fix shaping function.
Adrian Cochrane
2022-02-17
Fix build linking errors (mostly by upgrading GHC).
Adrian Cochrane
2022-02-16
Try wrapping HarfBuzz C++ functions in C functions for calling convention/lin...
Adrian Cochrane
2022-02-13
Draft language bindings to font/face APIs.
Adrian Cochrane
2022-02-13
Expose util functions on scripts & buffers.
Adrian Cochrane
2022-02-12
Correction: buffer's codepoints are all Chars.
Adrian Cochrane
2022-02-12
Reimplement parts of Harfbuzz where that's easier than writing a binding.
Adrian Cochrane
2022-02-12
Integrate guessing chars, document properties, expose default property values.
Adrian Cochrane
2022-02-11
Implement conversion from functional Buffers to imperative Buffers.
Adrian Cochrane
2022-02-11
FreeType integration is not threadsafe, not that in API design.
Adrian Cochrane
2022-02-11
Design FreeType2 integration.
Adrian Cochrane
2022-02-11
Draft pure-functional Harfbuzz API.
Adrian Cochrane