summaryrefslogtreecommitdiff
path: root/docs/pango.toml.in
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add an example for split cursorsMatthias Clasen2021-08-091-0/+2
| | | | | | | Show how weak and strong cursors look in practice. Fixes: #77
* docs: Add one more dark mode imageMatthias Clasen2021-08-081-1/+2
|
* docs: Add some more imagesMatthias Clasen2021-08-081-0/+4
| | | | Add a visual example of bidi reordering.
* docs: Add a dark mode variant of some imagesMatthias Clasen2021-08-081-2/+4
|
* docs: More detailsMatthias Clasen2021-08-081-0/+5
| | | | Add some visualizations of gravity.
* docs: Add more detailsMatthias Clasen2021-08-081-1/+7
| | | | | Add some visualization of alignment and justification to the PangoLayout docs.
* docs: Update branch references to mainMatthias Clasen2021-07-171-1/+1
| | | | | | | Change the source locations in the gi-docgen files to point to main instead of master. This is part of #579
* Add some markup examplesmarkup-examplesMatthias Clasen2021-03-241-1/+3
| | | | A little color doesn't hurt.
* docs: Add search and fix crosslinksMatthias Clasen2021-03-111-5/+7
|
* Tell gi-docgen to produce index summariesMatthias Clasen2021-03-111-0/+1
|
* docs: Convert bidi and vertical sections to pango_bidi.mdMatthias Clasen2021-03-111-0/+1
|
* docs: Convert fonts section to pango_fonts.mdMatthias Clasen2021-03-111-0/+1
|
* docs: Convert markup and attributes docs to pango_markup.mdMatthias Clasen2021-03-111-0/+1
|
* docs: Convert rendering section to pango_rendering.mdMatthias Clasen2021-03-111-0/+3
|
* Generate Pango API docs with gi-docgenMatthias Clasen2021-03-111-0/+64
Stop using gtk-doc, and switch to gi-docgen. The gi-docgen tool generates API references through the introspection data, which has various benefits: - it does not parse C code - it does not generate and run C code to introspect types at build time - it does not present a different API from the one we're exporting Additionally, gi-docgen: - does not generate DocBook XML in order to generate HTML - does not go through xsltproc - parses proper Markdown Which makes it markedly faster than gtk-doc has ever been.