Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 734e5f7c | 2022-12-19 00:15:04 | [doc] Add HB_DEPRECATED_FOR to --ignore-decorators Does not make a difference, though. | ||
| e2e30506 | 2022-01-16 07:00:53 | Fix various typos Found via `codespell -q 3 -S ./perf/texts -L actualy,ba,beng,fo,gir,inout,nd,ot,pres,ro,te,teh,timne` | ||
| 9b8be964 | 2021-01-20 23:49:24 | [docs] Ignore hb-gobject headers Fixes https://github.com/harfbuzz/harfbuzz/issues/2797 | ||
| bfe4bbfc | 2020-12-27 18:38:54 | [docs] Older GTK-Doc does not support HB_DEPRECATED_FOR() at all Fixes CI build failure. | ||
| 4161146e | 2020-12-27 18:27:19 | [docs] Fix generated docs for deprecated symbols Without ignoring HB_DEPRECATED, most deprecated symbols get missing from documentation. Ignoring HB_DEPRECATED_FOR does not work, but this seems to be a GTK-Doc bug. | ||
| 51933578 | 2020-08-11 23:51:59 | Revert "Remove autotools build support" This reverts commit 01ac32aab2109681abc58bb2f96a4ef4a7f0c6df. | ||
| 01ac32aa | 2020-08-02 11:35:55 | Remove autotools build support | ||
| 3dd7b210 | 2020-05-17 00:12:08 | meson: build documentation with gtk-doc Fixes https://github.com/harfbuzz/harfbuzz/issues/2409 | ||
| a11db0b9 | 2020-04-23 15:32:43 | Merge branch 'master' into usermanual-integration | ||
| 10e3cb92 | 2019-05-31 22:56:37 | [docs] Fix dist | ||
| e7ed85de | 2019-05-25 16:05:07 | Merge pull request #1691 from n8willis/usermanual-shaping Usermanual: Add new chapters. | ||
| 2da567e7 | 2019-05-24 11:13:53 | [Docs] Usermanual: platform integration chapter; add intro, GLib, FreeType sections. Update XML TOCs to match. | ||
| 6bc82579 | 2019-05-09 14:39:05 | Merge pull request #1680 from n8willis/usermanual-obj Usermanual: object-model chapter | ||
| 159fe962 | 2019-05-07 11:46:11 | [doc] Make header search more resilient How stupid to scan all files... Sigh. | ||
| 68749e99 | 2019-04-30 17:23:55 | [Docs] Usermanual; update XML manifest for new chapters. | ||
| aa6692cb | 2019-04-23 17:56:44 | Usermanual: update Makefile SGML list. Again. | ||
| f236f790 | 2018-10-30 11:24:56 | Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully fixes distcheck failure. | ||
| 23628554 | 2018-10-17 10:10:48 | Docs: minor, update Makefile w new file name. | ||
| 2d9198f2 | 2018-10-20 16:50:39 | [docs] Fix for hb-version.h being in src tree | ||
| 369dfab0 | 2018-01-12 11:37:01 | Minor | ||
| d672bcf9 | 2017-11-28 22:20:57 | Minor | ||
| 498574e6 | 2016-01-28 12:21:32 | Update Makefile.am | ||
| 1f555929 | 2015-12-29 02:15:21 | [docs] Ignore the new HB_EXTERN decoration Otherwise, almost all API functions are not extracted. | ||
| 4dc22659 | 2015-12-23 00:26:20 | Intro from freedesktop.org/wiki/Software/HarfBuzz/ | ||
| d25317f6 | 2015-12-23 01:29:48 | Move more docs from FreeDesktop page | ||
| 493a9222 | 2015-12-23 00:33:41 | Rename user manual files Use chapter ids instead of numbers, so that we can reorder them, introduce new ones etc. without the numbers becoming out of date. | ||
| 5783e05f | 2015-08-31 19:18:10 | [docs] Move docs/reference/ contents into docs/ | ||
| 5ec5875a | 2015-02-26 13:53:05 | Install git.mk in docs/ | ||
| f7c72b42 | 2013-02-24 13: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. |