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