summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for a crash in shape_tabfix-shape-tab-crashMatthias Clasen2020-06-092-0/+53
* layout: Fix a crashMatthias Clasen2020-06-091-12/+16
* 1.45.11.45.1Matthias Clasen2020-06-082-1/+10
* Merge branch 'wip/baedert/for-master2' into 'master'Matthias Clasen2020-06-0811-133/+277
|\
| * tests: Update expected outputTimm Bäder2020-06-082-2/+0
| * test-common: Ignore null attr listsTimm Bäder2020-06-081-0/+3
| * testattributes: Test iter on empty attr listTimm Bäder2020-06-081-0/+9
| * layout: Treat empty attr lists like NULL onesTimm Bäder2020-06-082-1/+7
| * layout: Unconditionally unref attr listsTimm Bäder2020-06-081-5/+2
| * pango-layout: Try to avoid allocating a new PangoAttrListTimm Bäder2020-06-081-5/+21
| * testattributes: Properly free GStringTimm Bäder2020-06-081-1/+1
| * glyph-item: Allocate attr iterator on the stackTimm Bäder2020-06-081-9/+11
| * break: Only call break_attrs if we really have attributesTimm Bäder2020-06-081-1/+1
| * break: Make a local constTimm Bäder2020-06-081-2/+1
| * break_attrs: Bail out if we have no ALLOW_BREAKS attributesTimm Bäder2020-06-081-0/+6
| * attributes: Add _pango_attr_list_has_attributesTimm Bäder2020-06-082-0/+8
| * layout: Avoid getting the text length if we know it alreadyTimm Bäder2020-06-081-7/+14
| * Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-085-50/+67
| * layout: Add missing (nullable) annotationTimm Bäder2020-06-081-1/+2
| * layotu: Avoid invalidating when setting attrs from NULL to NULLTimm Bäder2020-06-081-1/+5
| * Allocate internal PangoAttrListIterators on the stackTimm Bäder2020-06-083-46/+91
| * layout: Try to avoid some work when creating itersTimm Bäder2020-06-081-6/+19
| * pangocairo-context: Don't invalidate if font options are equalTimm Bäder2020-06-081-1/+9
| * layout: Ignore setting the width if it won't have any effectTimm Bäder2020-06-081-0/+5
* | Merge branch 'for-master' into 'master'Matthias Clasen2020-06-0816-73/+176
|\ \
| * | tests: Update the locale useEmmanuele Bassi2020-06-083-9/+11
| * | tests: Ensure we respect the TAP output formatEmmanuele Bassi2020-06-083-9/+35
| * | Skip test-break when the en_US locale is missingEmmanuele Bassi2020-06-081-3/+12
| * | Skip test-itemize when the en_US locale is missingEmmanuele Bassi2020-06-081-4/+13
| * | meson: Fix help2man options command lineRico Tzschichholz2020-06-081-1/+1
| * | Fix some annotationsRico Tzschichholz2020-06-083-3/+3
| * | Skip layout tests if the en_US locale is not availableEmmanuele Bassi2020-06-081-3/+12
| * | build: Generate pkg-config files for PangoOT and PangoFcEmmanuele Bassi2020-06-081-4/+20
| * | build: Remove unnecessary argumentsEmmanuele Bassi2020-06-081-8/+0
| * | Skip introspection on low level APIEmmanuele Bassi2020-06-084-29/+41
| * | Add missing GType for PangoOT deprecated typesEmmanuele Bassi2020-06-083-0/+28
| * | build: Generate the correct introspection symbolsEmmanuele Bassi2020-06-081-12/+12
| * | Fix annotationEmmanuele Bassi2020-06-081-1/+1
* | | Merge branch 'tab-width' into 'master'Matthias Clasen2020-06-081-1/+5
|\ \ \ | |_|/ |/| |
| * | Use shape flags for tab widthJan Alexander Steffens (heftig)2020-02-111-1/+5
* | | Merge branch 'test-break-no-libthai' into 'master'Matthias Clasen2020-06-081-0/+6
|\ \ \
| * | | tests/test-break.c: Only test Thai breaks with libthai availableChun-wei Fan2019-11-251-0/+6
* | | | Merge branch 'doc_tweak' into 'master'Matthias Clasen2020-06-081-99/+103
|\ \ \ \
| * | | | Docs: improve formatting of markup descriptionJohn Beard2020-05-111-99/+103
* | | | | Merge branch 'fix-error-underline' into 'master'Matthias Clasen2020-06-081-3/+10
|\ \ \ \ \
| * | | | | renderer: Fix a division-by-zeroMatthias Clasen2020-06-081-3/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'add-compare-attr-lists' into 'master'Matthias Clasen2020-06-083-0/+81
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add API to compare PangoAttrListsJonas Dreßler2020-06-073-0/+81
* | | | | Merge branch 'wip/tbaederr/clang-warnings' into 'master'Matthias Clasen2020-06-081-15/+15
|\ \ \ \ \
| * | | | | PangoLanguage: Fix clang -Wcast-align warningsTimm Bäder2020-04-141-15/+15