History log of /external/harfbuzz_ng/src/hb-face.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5efaac4ff61b587f228830b265b39fe8e5e4e47 02-Oct-2015 Behdad Esfahbod <behdad@behdad.org> Replace a couple of malloc()s with calloc()
/external/harfbuzz_ng/src/hb-face.cc
5d74ff02ab01df67808b416af8bb9cefb06f841e 03-Sep-2015 Behdad Esfahbod <behdad@behdad.org> Fix Since: version tags on font and face APIs

A while back we marked every API as version:1.0. We should fix them all
to reflect real version they were introduced. This is a start.

Patch from Nikolay Sivov.
/external/harfbuzz_ng/src/hb-face.cc
01c3a88543850c87483fd8671044df53b368c520 01-Jun-2015 Sascha Brawer <sascha@brawer.ch> Fix "Since:" tags

Based on data from http://upstream-tracker.org/versions/harfbuzz.html
Resolves #103
/external/harfbuzz_ng/src/hb-face.cc
eb0bf3ae6688b7e98a706df2ad2714c071d77e22 06-Aug-2014 Behdad Esfahbod <behdad@behdad.org> Relax inert checks

Previously, when creating an object from inert inputs (eg:
"hb_font_create(hb_face_get_empty())") we returned the inert
empty object. This is not helpful as there are legitimate
usecases to do that.

We now never return the inert object unless allocation failed.

Tests are revised to reflect.
/external/harfbuzz_ng/src/hb-face.cc
3f310dc0cae9015c45ba642b9b83d5695c807aad 22-Jul-2014 Behdad Esfahbod <behdad@behdad.org> Disallow changing settings on immutable face

Ouch!
/external/harfbuzz_ng/src/hb-face.cc
2a8c49ade07a0bd4f2c9543f4bd129da82083ea0 12-Dec-2013 Behdad Esfahbod <behdad@behdad.org> Remove unnecessary includes
/external/harfbuzz_ng/src/hb-face.cc
ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c 14-Sep-2013 Behdad Esfahbod <behdad@behdad.org> [introspection] hb-ft annotations
/external/harfbuzz_ng/src/hb-face.cc
a8949df48780e680e03b9afbbafb3628a0acef52 14-Sep-2013 Behdad Esfahbod <behdad@behdad.org> [introspection] Annotate Unicode / font callbacks

Should move these out of the public header...

We're "clean" of introspection warnings now. Remaining ones are about
graphite2 / freetype types not being introspectable.
/external/harfbuzz_ng/src/hb-face.cc
085d4291a9f253a4b8e2eec8003ac11d02a9394f 12-Sep-2013 Behdad Esfahbod <behdad@behdad.org> [introspection] Disable constructors for now

Since our types are not associated with their methods, marking
constructors makes them inaccessible from bindings. Undo for now.
/external/harfbuzz_ng/src/hb-face.cc
288f2899979bcc9e68f8115cb76e3271ed0e17bc 06-Sep-2013 Behdad Esfahbod <behdad@behdad.org> [docs/introspection] More annotations
/external/harfbuzz_ng/src/hb-face.cc
2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4 27-Aug-2013 Behdad Esfahbod <behdad@behdad.org> Separate face source code from font

Makes documentation / introspection easier.
/external/harfbuzz_ng/src/hb-face.cc