summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release script: Include gi-docgeninclude-gi-docgenMatthias Clasen2021-03-171-2/+2
| | | | | This lets us say 'you don't need to package this' about gi-docgen.
* Merge branch 'ebassi/dist-docs' into 'master'Matthias Clasen2021-03-172-0/+27
|\ | | | | | | | | build: Add documentation to the release tarball See merge request GNOME/pango!295
| * build: Add documentation to the release tarballebassi/dist-docsEmmanuele Bassi2021-03-122-0/+27
| | | | | | | | | | Rebuilding the project with documentation enabled will also rebuild the documentation.
* | Merge branch 'install-docs' into 'master'Matthias Clasen2021-03-121-0/+14
|\ \ | |/ | | | | | | build: Install documentation See merge request GNOME/pango!293
| * build: Install documentationinstall-docsEmmanuele Bassi2021-03-121-0/+14
|/ | | | We are building it, but never installing it on the system.
* 1.48.31.48.3Matthias Clasen2021-03-112-1/+10
|
* Update the release scriptMatthias Clasen2021-03-111-4/+2
| | | | Small updates for gi-docgen.
* Merge branch 'hb-dont-fallback-too-early' into 'master'Matthias Clasen2021-03-112-6/+16
|\ | | | | | | | | build: Don't build HarfBuzz prematurely See merge request GNOME/pango!291
| * build: Don't build HarfBuzz prematurelyhb-dont-fallback-too-earlyChun-wei Fan2021-02-252-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Visual Studio builds, since HarfBuzz is built with CMake until HarfBuzz 2.6.x yet we only require HarfBuzz 2.0.0 or later, we aren't able to find pre-2.6.x HarfBuzz using Meson's dependency() method as the support for CMake config files is not done in Meson. As a result, we need to make sure that we first manually look for the HarfBuzz/HarfBuzz-GObject libraries before we attempt to use the fallback mechanism in Meson, so that we won't rebuild HarfBuzz unneccesarily. This rebuild will also cause issues for older compilers that don't have enough support for C++11 as building Harfbuzz with Meson support requires a C++11 compiler, which was mandated in HarfBuzz 2.5.0.
* | Merge branch 'gi-docs' into 'master'Matthias Clasen2021-03-1198-7608/+6184
|\ \ | | | | | | | | | | | | Gi docs See merge request GNOME/pango!281
| * | Update gi-docgen locationgi-docsMatthias Clasen2021-03-111-1/+1
| | | | | | | | | | | | Its in main now.
| * | docs: Add variants of the Pango logoMatthias Clasen2021-03-114-0/+0
| | | | | | | | | | | | | | | | | | | | | Add white-on-transparent and black-on-transparent variants of this png. For now, make white-on-transparent the one we use. If somebody wants to make this work in dark mode, we need to tweak the templates.
| * | docs: Add search and fix crosslinksMatthias Clasen2021-03-116-10/+22
| | |
| * | Fix various broken linksMatthias Clasen2021-03-1114-33/+33
| | | | | | | | | | | | All these were pointed out by gi-docgen warnings.
| * | docs: Remove no-longer used sectionsMatthias Clasen2021-03-114-36/+0
| | | | | | | | | | | | | | | | | | These don't have enough meat to warrant turning them into .md files, so just drop them. They are no longer used.
| * | docs: Convert xft section to pango_xft.mdMatthias Clasen2021-03-113-30/+29
| | |
| * | pangoft2: Tweak docsMatthias Clasen2021-03-111-21/+27
| | |
| * | pangofc: Tweak docsMatthias Clasen2021-03-116-125/+139
| | | | | | | | | | | | Convert link syntax and add summaries.
| * | pangocairo: Tweak docsMatthias Clasen2021-03-114-29/+64
| | | | | | | | | | | | Convert link syntax, and summaries.
| * | docs: Tweak some remaining docsMatthias Clasen2021-03-111-8/+9
| | | | | | | | | | | | Add a few more summaries.
| * | docs: Tweak utils docsMatthias Clasen2021-03-111-68/+60
| | | | | | | | | | | | Add summaries. Most of this really should be private.
| * | docs: Tweak reorder docsMatthias Clasen2021-03-111-4/+6
| | |
| * | docs: Tweak tabs docsMatthias Clasen2021-03-112-23/+22
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak matrix docsMatthias Clasen2021-03-112-45/+48
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak markup docsMatthias Clasen2021-03-111-18/+25
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak language docsMatthias Clasen2021-03-111-16/+21
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak glyph item docsMatthias Clasen2021-03-114-92/+104
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak gravity docsMatthias Clasen2021-03-112-26/+32
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak script docsMatthias Clasen2021-03-112-18/+11
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak renderer docsMatthias Clasen2021-03-112-23/+26
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak layout docsMatthias Clasen2021-03-112-110/+141
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak fontset docsMatthias Clasen2021-03-112-26/+29
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak shaping docsMatthias Clasen2021-03-111-42/+36
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak fontmap docsMatthias Clasen2021-03-111-3/+5
| | | | | | | | | | | | Add summaries, convert markup, etc.
| * | docs: Tweak engines docsMatthias Clasen2021-03-111-38/+0
| | | | | | | | | | | | Remove not-shown sections.
| * | docs: Tweak direction docsMatthias Clasen2021-03-111-17/+16
| | | | | | | | | | | | Add summaries to doc comments, etc.
| * | docs: Tweak context docsMatthias Clasen2021-03-111-28/+32
| | | | | | | | | | | | Add summaries to doc comments, etc.
| * | docs: Tweak coverage docsMatthias Clasen2021-03-112-34/+29
| | | | | | | | | | | | Give doc comments summaries, remove section, etc.
| * | docs: Tweak color docsMatthias Clasen2021-03-111-14/+21
| | | | | | | | | | | | Give doc comments summaries, etc.
| * | docs: Tweak bidi docsMatthias Clasen2021-03-112-19/+22
| | | | | | | | | | | | Give doc comments summaries, etc.
| * | docs: Tweak attributes docsMatthias Clasen2021-03-112-45/+57
| | | | | | | | | | | | Give doc comments summaries, etc.
| * | docs: Tweak modules docsMatthias Clasen2021-03-111-13/+0
| | | | | | | | | | | | Drop not-shown section.
| * | docs: Tweak glyphstring docsMatthias Clasen2021-03-111-44/+52
| | | | | | | | | | | | Give doc comments summaries, etc.
| * | docs: Tweak font docsMatthias Clasen2021-03-112-71/+135
| | | | | | | | | | | | Give doc comments summaries, etc.
| * | docs: Tweak line breaking docsMatthias Clasen2021-03-111-24/+27
| | | | | | | | | | | | Give doc comments summaries, etc.
| * | Tell gi-docgen to produce index summariesMatthias Clasen2021-03-116-0/+6
| | |
| * | ci: Update the reference jobMatthias Clasen2021-03-111-2/+7
| | |
| * | Drop some useless things from the girMatthias Clasen2021-03-115-5/+21
| | | | | | | | | | | | | | | We don't need the deprecated and useless module and engine types in the gir and the docs.
| * | docs: Port PangoFc apis to the new doc formatMatthias Clasen2021-03-112-107/+118
| | | | | | | | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead. Cross-gir links are still an open issue.
| * | docs: Port PangoCairo apis to the new doc formatMatthias Clasen2021-03-114-133/+136
| | | | | | | | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead. Cross-gir links are still an open issue.