|
2b051c60
|
2014-06-20T14:09:57
|
|
Rename HB_VERSION_CHECK and hb_version_check to "atleast"
HB_VERSION_CHECK's comparison was originally written wrongly
by mistake. When API tests were written, they were also written
wrongly to pass given the wrong implementation... Sigh.
Given the purpose of this API, there's no point in fixing it
without renaming it. As such, rename.
API changes:
HB_VERSION_CHECK -> HB_VERSION_ATLEAST
hb_version_check -> hb_version_atleast
|
|
cabfa538
|
2014-06-20T13:51:21
|
|
Adjust unused doc symbols
|
|
b934b0f9
|
2014-03-19T11:52:40
|
|
Yet another try to make build without gtk-doc succeed
|
|
a7a5be09
|
2014-03-19T11:39:23
|
|
Another try to make gtk-doc optional
|
|
d507f6b5
|
2013-12-16T15:48:44
|
|
Have Gtk-Doc ignore UCDN files
|
|
ae9dc717
|
2013-09-05T16:40:37
|
|
[gtk-doc] Pass source files to gtk-doc
|
|
63dd4b0a
|
2013-09-03T20:01:40
|
|
[gtk-doc] Remove hack for deleting tmpl/
This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
and was in fact a bug in gtk-doc master:
https://bugzilla.gnome.org/show_bug.cgi?id=707426
|
|
a2a28235
|
2013-08-30T19:38:47
|
|
[gtk-doc] Generate version.xml from configure
Even though this is not what autoconf recommends, it reduces doc
rebuilds when version doesn't change but configure changes.
|
|
e4ce6745
|
2013-08-29T15:56:16
|
|
[gtk-doc] Fix build without gobject
|
|
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.
|
|
2e3a07ab
|
2013-08-26T18:49:07
|
|
Separate face source code from font
Makes documentation / introspection easier.
|
|
381f2fb5
|
2013-08-26T19:20:38
|
|
Minor
|
|
ac1f09b5
|
2013-08-26T18:50:12
|
|
[gtk-doc] Fix maintainer-clean rule
|
|
029f46bd
|
2013-08-26T18:11:07
|
|
[gtk-doc] Remove tmpl in make maintainer-clean
|
|
700a15fe
|
2013-08-26T17:49:36
|
|
Add HB_DISABLE_DEPRECATED
That moment that you have to accept that you made API mistakes...
|
|
f7c72b42
|
2013-02-24T13:00:33
|
|
[gtk-doc] Initial setup
Initial setup of gtk-doc. Straight forward setup following the gtk-doc
instructions. Ignore some troublesome types in src/hb-gobject.h. To
build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
harfbuzz/docs/reference/html/index.html.
|