|
527e2d7c
|
2023-01-11T13:41:44
|
|
[gobject] Add another value type hb_ot_var_axis_info
|
|
df721e05
|
2023-01-11T12:50:52
|
|
[gobject] Add draw/paint value types
|
|
efe13a19
|
2022-12-14T09:50:52
|
|
fix introspection
|
|
f942874f
|
2022-02-12T01:43:11
|
|
[draw] Fix some introspection warnings
|
|
7b9e23f2
|
2021-02-10T23:37:43
|
|
[introspection] Fix g-ir-scanner syntax errors
Fixes https://github.com/harfbuzz/harfbuzz/issues/2851
|
|
9b8be964
|
2021-01-20T23:49:24
|
|
[docs] Ignore hb-gobject headers
Fixes https://github.com/harfbuzz/harfbuzz/issues/2797
|
|
62fb6738
|
2020-03-13T12:18:09
|
|
Fix gen-def for harefbuzz-gobject
The © sign is causing issues for the script, so replace those with (C)
|
|
7a4d576e
|
2018-08-01T00:19:25
|
|
[gobject] Fix copy/paste error
|
|
d7a15799
|
2018-07-31T22:28:28
|
|
[gobject] Hook up hb_map_t
|
|
e0939d81
|
2018-02-23T13:19:34
|
|
Clean up check-defs and check-symbols (#821)
Also, call c++filt on their results.
Also build and fix and check harfbuzz-gobject.def
Also changes harfbuzz-gobject to distribute generated enum sources.
|
|
5845e5ca
|
2018-02-11T12:03:33
|
|
fix gobject compile issue (#773)
|
|
a981d798
|
2018-02-10T15:17:28
|
|
Fix more build issues
Hopefully most bots come back with this...
|
|
70e72e5f
|
2016-06-28T21:00:37
|
|
[gobject] Fix a few warnings
Part of https://github.com/behdad/harfbuzz/issues/277
|
|
835bbdc7
|
2015-11-19T18:34:12
|
|
Public headers: Decorate public symbols with HB_EXTERN
This prepares the headers for exporting symbols using visibility
attributes or __declspec(dllexport), so that we do not need to maintain
symbols listing files, as this is what was and is done in GLib and GTK+.
|
|
01c3a885
|
2015-06-01T13:22:01
|
|
Fix "Since:" tags
Based on data from http://upstream-tracker.org/versions/harfbuzz.html
Resolves #103
|
|
1ae6cdb3
|
2015-05-19T17:42:30
|
|
[gobject] Remove hb_language_t workarounds for g-i shortcomings
Using latest gobject-introspection, I don't seem to be having this
problem anymore:
https://bugzilla.gnome.org/show_bug.cgi?id=707656
Removing that kludge makes language_t behave more like the way I expect it
in Python.
Also fixes:
https://github.com/behdad/harfbuzz/issues/91
|
|
17905c54
|
2013-09-06T16:57:01
|
|
[introspection] Work around g-i limitation with hb_language_t
|
|
71439a8c
|
2013-08-26T20:56:58
|
|
[gobject] Flesh out hb-gobject
Move it to new harfbuzz-gobject library. Implement enums and
boxed types for object-types. Still have to do boxed types for
value types.
|