summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
| * | docs: Port misc. types to the new doc formatMatthias Clasen2021-03-111-3/+3
| | |
| * | docs: Port PangoTabArray to the new doc formatMatthias Clasen2021-03-112-77/+68
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoLanguage to the new doc formatMatthias Clasen2021-03-111-67/+65
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoItem to the new doc formatMatthias Clasen2021-03-112-41/+48
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoRenderer to the new doc formatMatthias Clasen2021-03-111-381/+384
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoFontMap to the new doc formatMatthias Clasen2021-03-111-96/+97
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoFont to the new doc formatMatthias Clasen2021-03-112-643/+587
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoAttribute to the new doc formatMatthias Clasen2021-03-112-491/+494
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoLayout to the new doc formatMatthias Clasen2021-03-112-1791/+1766
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Port PangoContext to the new doc formatMatthias Clasen2021-03-111-314/+323
| | | | | | | | | | | | Replace gtk-doc'isms and use gi-docgen links instead.
| * | docs: Convert the pangocairo section to pango_cairo.mdMatthias Clasen2021-03-114-132/+133
| | |
| * | docs: Convert bidi and vertical sections to pango_bidi.mdMatthias Clasen2021-03-115-74/+60
| | |
| * | docs: Convert fonts section to pango_fonts.mdMatthias Clasen2021-03-114-13/+67
| | |
| * | docs: Convert markup and attributes docs to pango_markup.mdMatthias Clasen2021-03-116-503/+186
| | |
| * | docs: Convert rendering section to pango_rendering.mdMatthias Clasen2021-03-114-12/+39
| | |
| * | Remove remnants of gtk-docMatthias Clasen2021-03-117-1519/+0
| | |
| * | Generate Pango API docs with gi-docgenMatthias Clasen2021-03-119-85/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Add configuration for gi-docgenMatthias Clasen2021-03-116-0/+225
| | | | | | | | | | | | | | | Add the toml files that will be used to generate docs, one for each gir file.
| * | Add gi-docgen as a subprojectMatthias Clasen2021-03-111-0/+6
| | | | | | | | | | | | | | | While we're developing gi-docgen it's better to have it as part of our build.
| * | docs: Add pango logoMatthias Clasen2021-03-111-0/+0
| | | | | | | | | | | | This will be used in the future.
| * | docs: Move PangoRenderer docs to the right fileMatthias Clasen2021-03-114-13/+14
| | |
| * | docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-1132-263/+221
| | | | | | | | | | | | | | | We want to use pure markdown, since docbook is going away as the intermediate format.
| * | docs: Make context section ids matchMatthias Clasen2021-03-116-12/+12
| | | | | | | | | | | | | | | Doing this makes g-ir-scanner pick up the long description, which is more useful than the struct docs.
| * | docs: Clean up fontmap docsMatthias Clasen2021-03-111-9/+1
| | | | | | | | | | | | | | | Remove obsolete implementation details from the PangoFontMap struct docs.
| * | docs: Move layout docs into the long descriptionMatthias Clasen2021-03-113-9/+8
| | | | | | | | | | | | | | | g-ir-scanner picks the long description over the struct docs, when the id matches.
| * | docs: Remove xml formatting from PangoLayoutMatthias Clasen2021-03-111-9/+8
|/ / | | | | | | This is in preparation for going to pure markdown.
* | Merge branch 'markup-parse-fixes' into 'master'Matthias Clasen2021-03-0311-37/+94
|\ \ | | | | | | | | | | | | Markup parse fixes See merge request GNOME/pango!292
| * | markup tests: Add tests for parsing accelsmarkup-parse-fixesMatthias Clasen2021-03-027-0/+60
| | | | | | | | | | | | | | | Add tests that test some of the corner cases handled in the previous commit.
| * | markup-parse: Make generating files more convenientMatthias Clasen2021-03-021-4/+4
| | | | | | | | | | | | | | | Don't print extraneous output when we are generating an .expected file.
| * | markup: Fix two bugsMatthias Clasen2021-03-021-30/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The docs state that all chars marked with the accel marker get an underline. But we were only underlining the first in each text chunk. Second, if an underline appears at the end of a text chunk, or at the end of the text, we would just eat it, which is unexpected.
| * | markup tests: Pass accel_marker='_'Matthias Clasen2021-03-021-1/+8
| | | | | | | | | | | | | | | | | | And print out the accel_char if we get one back. This will let us add tests for accel functionality.
| * | markup tests: Remove an _Matthias Clasen2021-03-022-2/+2
| |/ | | | | | | | | This is in preparation for adding some tests that will check accel handling.